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
+4-4
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ The following table lists the configurable parameters of the csi-secrets-store-p
52
52
|`linux.metricsAddr`| The address the metric endpoint binds to |`:8095`|
53
53
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
54
54
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`IfNotPresent`|
55
-
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.11.1`|
55
+
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.13.0`|
56
56
|`linux.registrarImage.digest`| Linux node-driver-registrar image digest, image pull from digest instead of tag if specified |`""`|
57
57
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
58
58
|`linux.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
59
59
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`registry.k8s.io/sig-storage/livenessprobe`|
60
60
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`IfNotPresent`|
61
-
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.13.1`|
61
+
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.15.0`|
62
62
|`linux.livenessProbeImage.digest`| Linux liveness-probe image digest, image pull from digest instead of tag if specified |`""`|
63
63
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
64
64
|`linux.env`| Environment variables to be passed for the daemonset on linux nodes |`[]`|
@@ -85,13 +85,13 @@ The following table lists the configurable parameters of the csi-secrets-store-p
85
85
|`windows.metricsAddr`| The address the metric endpoint binds to |`:8095`|
86
86
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`registry.k8s.io/sig-storage/csi-node-driver-registrar`|
87
87
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`IfNotPresent`|
88
-
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.11.1`|
88
+
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.13.0`|
89
89
|`windows.registrarImage.digest`| Windows node-driver-registrar image digest, image pull from digest instead of tag if specified |`""`|
90
90
|`windows.registrar.resources`| The resource request/limits for the windows node-driver-registrar container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
91
91
|`windows.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
92
92
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`registry.k8s.io/sig-storage/livenessprobe`|
93
93
|`windows.livenessProbeImage.pullPolicy`| Windows liveness-probe image pull policy |`IfNotPresent`|
94
-
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.13.1`|
94
+
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.15.0`|
95
95
|`windows.livenessProbeImage.digest`| Windows liveness-probe image digest, image pull from digest instead of tag if specified |`""`|
96
96
|`windows.livenessProbe.resources`| The resource request/limits for the windows liveness-probe container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
97
97
|`windows.env`| Environment variables to be passed for the daemonset on windows nodes |`[]`|
0 commit comments