Skip to content

Commit e117be3

Browse files
committed
chore: bump node-driver-registrar to v2.13.0
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent b6515ef commit e117be3

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
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5252
| `linux.metricsAddr` | The address the metric endpoint binds to | `:8095` |
5353
| `linux.registrarImage.repository` | Linux node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
5454
| `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` |
5656
| `linux.registrarImage.digest` | Linux node-driver-registrar image digest, image pull from digest instead of tag if specified | `""` |
5757
| `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
5858
| `linux.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
8585
| `windows.metricsAddr` | The address the metric endpoint binds to | `:8095` |
8686
| `windows.registrarImage.repository` | Windows node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
8787
| `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` |
8989
| `windows.registrarImage.digest` | Windows node-driver-registrar image digest, image pull from digest instead of tag if specified | `""` |
9090
| `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
9191
| `windows.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |

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

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

4646
registrarImage:
4747
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
48-
tag: v2.11.1
48+
tag: v2.13.0
4949
#digest: sha256:
5050
pullPolicy: IfNotPresent
5151

@@ -136,7 +136,7 @@ windows:
136136

137137
registrarImage:
138138
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
139-
tag: v2.11.1
139+
tag: v2.13.0
140140
#digest: sha256:
141141
pullPolicy: IfNotPresent
142142

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.11.1
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.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.11.1
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
2121
args:
2222
- --v=5
2323
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)