Skip to content

Commit e7f5cab

Browse files
authored
Merge pull request #1138 from k8s-infra-cherrypick-robot/cherry-pick-1130-to-release-1.3
[release-1.3] chore: update `node-driver-registrar:v2.7.0` and `livenessprobe:v2.9.0`
2 parents d08eaa9 + f3b0300 commit e7f5cab

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ 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` |
5858
| `linux.livenessProbeImage.pullPolicy` | Linux liveness-probe image pull policy | `IfNotPresent` |
59-
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.8.0` |
59+
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.9.0` |
6060
| `linux.livenessProbe.resources` | The resource request/limits for the linux liveness-probe container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
6161
| `linux.env` | Environment variables to be passed for the daemonset on linux nodes | `[]` |
6262
| `linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |
@@ -81,12 +81,12 @@ 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` |
8888
| `windows.livenessProbeImage.pullPolicy` | Windows liveness-probe image pull policy | `IfNotPresent` |
89-
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.8.0` |
89+
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.9.0` |
9090
| `windows.livenessProbe.resources` | The resource request/limits for the windows liveness-probe container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
9191
| `windows.env` | Environment variables to be passed for the daemonset on windows nodes | `[]` |
9292
| `windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |

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

Lines changed: 4 additions & 4 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:
@@ -59,7 +59,7 @@ linux:
5959

6060
livenessProbeImage:
6161
repository: registry.k8s.io/sig-storage/livenessprobe
62-
tag: v2.8.0
62+
tag: v2.9.0
6363
pullPolicy: IfNotPresent
6464

6565
livenessProbe:
@@ -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:
@@ -147,7 +147,7 @@ windows:
147147

148148
livenessProbeImage:
149149
repository: registry.k8s.io/sig-storage/livenessprobe
150-
tag: v2.8.0
150+
tag: v2.9.0
151151
pullPolicy: IfNotPresent
152152

153153
livenessProbe:

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

Lines changed: 2 additions & 2 deletions
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"
@@ -93,7 +93,7 @@ spec:
9393
- name: providers-dir
9494
mountPath: C:\k\secrets-store-csi-providers
9595
- name: liveness-probe
96-
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
96+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
9797
imagePullPolicy: IfNotPresent
9898
args:
9999
- "--csi-address=unix://C:\\csi\\csi.sock"

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

Lines changed: 2 additions & 2 deletions
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
@@ -99,7 +99,7 @@ spec:
9999
cpu: 50m
100100
memory: 100Mi
101101
- name: liveness-probe
102-
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
102+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
103103
imagePullPolicy: IfNotPresent
104104
args:
105105
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)