You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest_staging/charts/secrets-store-csi-driver/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ The following table lists the configurable parameters of the csi-secrets-store-p
31
31
|`nameOverride`| String to partially override secrets-store-csi-driver.fullname template with a string (will prepend the release name) |`""`|
32
32
|`commonLabels`| Labels to apply to all resources |`""`|
33
33
|`fullnameOverride`| String to fully override secrets-store-csi-driver.fullname template with a string |`""`|
34
-
|`linux.image.repository`| Linux image repository |`k8s.gcr.io/csi-secrets-store/driver`|
34
+
|`linux.image.repository`| Linux image repository |`registry.k8s.io/csi-secrets-store/driver`|
35
35
|`linux.image.pullPolicy`| Linux image pull policy |`IfNotPresent`|
36
36
|`linux.image.tag`| Linux image tag |`v1.2.4`|
37
37
|`linux.crds.enabled`| If the CRDs should be managed by the chart |`true`|
38
-
|`linux.crds.image.repository`| Linux crds image repository |`k8s.gcr.io/csi-secrets-store/driver-crds`|
38
+
|`linux.crds.image.repository`| Linux crds image repository |`registry.k8s.io/csi-secrets-store/driver-crds`|
39
39
|`linux.crds.image.pullPolicy`| Linux crds image pull policy |`IfNotPresent`|
40
40
|`linux.crds.image.tag`| Linux crds image tag |`v1.2.4`|
41
41
|`linux.crds.resources`| The resource request/limits for the linux crds container image |`{}`|
@@ -49,12 +49,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
49
49
|`linux.nodeSelector`| Node Selector for the daemonset on linux nodes |`{}`|
50
50
|`linux.tolerations`| Tolerations for the daemonset on linux nodes |`[]`|
51
51
|`linux.metricsAddr`| The address the metric endpoint binds to |`:8095`|
52
-
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`k8s.gcr.io/sig-storage/csi-node-driver-registrar`|
52
+
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
53
53
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`IfNotPresent`|
54
54
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.6.2`|
55
55
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
56
56
|`linux.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
57
-
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
57
+
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`registry.k8s.io/sig-storage/livenessprobe`|
58
58
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`IfNotPresent`|
59
59
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.8.0`|
60
60
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
@@ -67,7 +67,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
67
67
|`linux.volumes`| Linux volumes |`{}`|
68
68
|`linux.volumeMounts`| Linux volumeMounts |`{}`|
69
69
|`linux.updateStrategy`| Configure a custom update strategy for the daemonset on linux nodes |`RollingUpdate with 1 maxUnavailable`|
70
-
|`windows.image.repository`| Windows image repository |`k8s.gcr.io/csi-secrets-store/driver`|
70
+
|`windows.image.repository`| Windows image repository |`registry.k8s.io/csi-secrets-store/driver`|
71
71
|`windows.image.pullPolicy`| Windows image pull policy |`IfNotPresent`|
72
72
|`windows.image.tag`| Windows image tag |`v1.2.4`|
73
73
|`windows.affinity`| Windows affinity |`key: type; operator: NotIn; values: [virtual-kubelet]`|
@@ -79,12 +79,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
79
79
|`windows.nodeSelector`| Node Selector for the daemonset on windows nodes |`{}`|
80
80
|`windows.tolerations`| Tolerations for the daemonset on windows nodes |`[]`|
81
81
|`windows.metricsAddr`| The address the metric endpoint binds to |`:8095`|
82
-
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`k8s.gcr.io/sig-storage/csi-node-driver-registrar`|
82
+
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
83
83
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`IfNotPresent`|
84
84
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.6.2`|
85
85
|`windows.registrar.resources`| The resource request/limits for the windows node-driver-registrar container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
86
86
|`windows.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
87
-
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
87
+
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`registry.k8s.io/sig-storage/livenessprobe`|
88
88
|`windows.livenessProbeImage.pullPolicy`| Windows liveness-probe image pull policy |`IfNotPresent`|
89
89
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.8.0`|
90
90
|`windows.livenessProbe.resources`| The resource request/limits for the windows liveness-probe container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
0 commit comments