Skip to content

Commit 0ae4990

Browse files
committed
Change liveness probe image to 2.1.0
1 parent 021a7ef commit 0ae4990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
@@ -38,7 +38,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
3838
| `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
3939
| `linux.livenessProbeImage.repository` | Linux liveness-probe image repository | `k8s.gcr.io/sig-storage/livenessprobe` |
4040
| `linux.livenessProbeImage.pullPolicy` | Linux liveness-probe image pull policy | `Always` |
41-
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.0.1` |
41+
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.1.0` |
4242
| `linux.livenessProbe.resources` | The resource request/limits for the linux liveness-probe container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
4343
| `linux.env` | Environment variables to be passed for the daemonset on linux nodes | `[]` |
4444
| `linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |
@@ -57,7 +57,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5757
| `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
5858
| `windows.livenessProbeImage.repository` | Windows liveness-probe image repository | `k8s.gcr.io/sig-storage/livenessprobe` |
5959
| `windows.livenessProbeImage.pullPolicy` | Windows liveness-probe image pull policy | `Always` |
60-
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.0.1` |
60+
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.1.0` |
6161
| `windows.livenessProbe.resources` | The resource request/limits for the windows liveness-probe container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
6262
| `windows.env` | Environment variables to be passed for the daemonset on windows nodes | `[]` |
6363
| `windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |

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

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

3131
livenessProbeImage:
3232
repository: k8s.gcr.io/sig-storage/livenessprobe
33-
tag: v2.0.1
33+
tag: v2.1.0
3434
pullPolicy: Always
3535

3636
livenessProbe:
@@ -81,7 +81,7 @@ windows:
8181

8282
livenessProbeImage:
8383
repository: k8s.gcr.io/sig-storage/livenessprobe
84-
tag: v2.0.1
84+
tag: v2.1.0
8585
pullPolicy: IfNotPresent
8686

8787
livenessProbe:

0 commit comments

Comments
 (0)