Skip to content

Commit c0d3b61

Browse files
aramasek8s-infra-cherrypick-robot
authored andcommitted
chore: update node-driver-registrar to v2.7.0
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent d08eaa9 commit c0d3b61

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest_staging/charts/secrets-store-csi-driver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5151
| `linux.metricsAddr` | The address the metric endpoint binds to | `:8095` |
5252
| `linux.registrarImage.repository` | Linux node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
5353
| `linux.registrarImage.pullPolicy` | Linux node-driver-registrar image pull policy | `IfNotPresent` |
54-
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.6.2` |
54+
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.7.0` |
5555
| `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
5656
| `linux.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
5757
| `linux.livenessProbeImage.repository` | Linux liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |
@@ -81,7 +81,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
8181
| `windows.metricsAddr` | The address the metric endpoint binds to | `:8095` |
8282
| `windows.registrarImage.repository` | Windows node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
8383
| `windows.registrarImage.pullPolicy` | Windows node-driver-registrar image pull policy | `IfNotPresent` |
84-
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.6.2` |
84+
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.7.0` |
8585
| `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
8686
| `windows.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
8787
| `windows.livenessProbeImage.repository` | Windows liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |

manifest_staging/charts/secrets-store-csi-driver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ linux:
4444

4545
registrarImage:
4646
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
47-
tag: v2.6.2
47+
tag: v2.7.0
4848
pullPolicy: IfNotPresent
4949

5050
registrar:
@@ -132,7 +132,7 @@ windows:
132132

133133
registrarImage:
134134
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
135-
tag: v2.6.2
135+
tag: v2.7.0
136136
pullPolicy: IfNotPresent
137137

138138
registrar:

manifest_staging/deploy/secrets-store-csi-driver-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: secrets-store-csi-driver
1818
containers:
1919
- name: node-driver-registrar
20-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
2121
args:
2222
- --v=5
2323
- "--csi-address=unix://C:\\csi\\csi.sock"

manifest_staging/deploy/secrets-store-csi-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: secrets-store-csi-driver
1818
containers:
1919
- name: node-driver-registrar
20-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.2
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
2121
args:
2222
- --v=5
2323
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)