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: charts/secrets-store-csi-driver/README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Quick start instructions for the setup and configuration of secrets-store-csi-dr
13
13
> Note: The helm chart repository URL has changed from `https://raw.githubusercontent.com/kuberentes-sigs/secrets-store-csi-driver/master/charts` to `https://kuberentes-sigs.github.io/secrets-store-csi-driver/charts`.
14
14
15
15
<details>
16
-
<summary>Update helm chart repositories if using the old URL</summary>
16
+
<summary>Update helm chart repository if using the old URL</summary>
17
17
18
18
Run the following commands to update your Helm chart repositories if using the old URL:
19
19
@@ -47,7 +47,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
47
47
|`fullnameOverride`| String to fully override secrets-store-csi-driver.fullname template with a string |`""`|
48
48
|`linux.image.repository`| Linux image repository |`k8s.gcr.io/csi-secrets-store/driver`|
49
49
|`linux.image.pullPolicy`| Linux image pull policy |`IfNotPresent`|
50
-
|`linux.image.tag`| Linux image tag |`v0.2.0`|
50
+
|`linux.image.tag`| Linux image tag |`v0.3.0`|
51
51
|`linux.affinity`| Linux affinity |`key: type; operator: NotIn; values: [virtual-kubelet]`|
52
52
|`linux.driver.resources`| The resource request/limits for the linux secrets-store container image |`limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi`|
53
53
|`linux.enabled`| Install secrets store csi driver on linux nodes | true |
@@ -58,15 +58,16 @@ The following table lists the configurable parameters of the csi-secrets-store-p
58
58
|`linux.metricsAddr`| The address the metric endpoint binds to |`:8095`|
59
59
|`linux.registrarImage.repository`| Linux node-driver-registrar image repository |`k8s.gcr.io/sig-storage/csi-node-driver-registrar`|
60
60
|`linux.registrarImage.pullPolicy`| Linux node-driver-registrar image pull policy |`IfNotPresent`|
61
-
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.2.0`|
61
+
|`linux.registrarImage.tag`| Linux node-driver-registrar image tag |`v2.3.0`|
62
62
|`linux.registrar.resources`| The resource request/limits for the linux node-driver-registrar container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
63
63
|`linux.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
64
64
|`linux.livenessProbeImage.repository`| Linux liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
65
65
|`linux.livenessProbeImage.pullPolicy`| Linux liveness-probe image pull policy |`IfNotPresent`|
66
-
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.3.0`|
66
+
|`linux.livenessProbeImage.tag`| Linux liveness-probe image tag |`v2.4.0`|
67
67
|`linux.livenessProbe.resources`| The resource request/limits for the linux liveness-probe container image |`limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi`|
68
68
|`linux.env`| Environment variables to be passed for the daemonset on linux nodes |`[]`|
69
69
|`linux.priorityClassName`| Indicates the importance of a Pod relative to other Pods. |`""`|
70
+
|`linux.crds.annotations`| Linux *helm hook* annotations |`{}`|
70
71
|`linux.daemonsetAnnotations`| Linux *DaemonSet* annotations |`{}`|
71
72
|`linux.podAnnotations`| Linux *Pod* annotations |`{}`|
72
73
|`linux.podLabels`| Linux *Pod* labels |`{}`|
@@ -75,7 +76,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
75
76
|`linux.updateStrategy`| Configure a custom update strategy for the daemonset on linux nodes |`RollingUpdate with 1 maxUnavailable`|
76
77
|`windows.image.repository`| Windows image repository |`k8s.gcr.io/csi-secrets-store/driver`|
77
78
|`windows.image.pullPolicy`| Windows image pull policy |`IfNotPresent`|
78
-
|`windows.image.tag`| Windows image tag |`v0.2.0`|
79
+
|`windows.image.tag`| Windows image tag |`v0.3.0`|
79
80
|`windows.affinity`| Windows affinity |`key: type; operator: NotIn; values: [virtual-kubelet]`|
80
81
|`windows.driver.resources`| The resource request/limits for the windows secrets-store container image |`limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi`|
81
82
|`windows.enabled`| Install secrets store csi driver on windows nodes | false |
@@ -86,12 +87,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
86
87
|`windows.metricsAddr`| The address the metric endpoint binds to |`:8095`|
87
88
|`windows.registrarImage.repository`| Windows node-driver-registrar image repository |`k8s.gcr.io/sig-storage/csi-node-driver-registrar`|
88
89
|`windows.registrarImage.pullPolicy`| Windows node-driver-registrar image pull policy |`IfNotPresent`|
89
-
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.2.0`|
90
+
|`windows.registrarImage.tag`| Windows node-driver-registrar image tag |`v2.3.0`|
90
91
|`windows.registrar.resources`| The resource request/limits for the windows node-driver-registrar container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
91
92
|`windows.registrar.logVerbosity`| Log level for node-driver-registrar. Uses V logs (klog) |`5`|
92
93
|`windows.livenessProbeImage.repository`| Windows liveness-probe image repository |`k8s.gcr.io/sig-storage/livenessprobe`|
93
94
|`windows.livenessProbeImage.pullPolicy`| Windows liveness-probe image pull policy |`IfNotPresent`|
94
-
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.3.0`|
95
+
|`windows.livenessProbeImage.tag`| Windows liveness-probe image tag |`v2.4.0`|
95
96
|`windows.livenessProbe.resources`| The resource request/limits for the windows liveness-probe container image |`limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi`|
96
97
|`windows.env`| Environment variables to be passed for the daemonset on windows nodes |`[]`|
97
98
|`windows.priorityClassName`| Indicates the importance of a Pod relative to other Pods. |`""`|
0 commit comments