Skip to content

Commit b6515ef

Browse files
committed
chore: bump livenessprobe to v2.15.0
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent b071348 commit b6515ef

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
@@ -58,7 +58,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5858
| `linux.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
5959
| `linux.livenessProbeImage.repository` | Linux liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |
6060
| `linux.livenessProbeImage.pullPolicy` | Linux liveness-probe image pull policy | `IfNotPresent` |
61-
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.13.1` |
61+
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.15.0` |
6262
| `linux.livenessProbeImage.digest` | Linux liveness-probe image digest, image pull from digest instead of tag if specified | `""` |
6363
| `linux.livenessProbe.resources` | The resource request/limits for the linux liveness-probe container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
6464
| `linux.env` | Environment variables to be passed for the daemonset on linux nodes | `[]` |
@@ -91,7 +91,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
9191
| `windows.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
9292
| `windows.livenessProbeImage.repository` | Windows liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |
9393
| `windows.livenessProbeImage.pullPolicy` | Windows liveness-probe image pull policy | `IfNotPresent` |
94-
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.13.1` |
94+
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.15.0` |
9595
| `windows.livenessProbeImage.digest` | Windows liveness-probe image digest, image pull from digest instead of tag if specified | `""` |
9696
| `windows.livenessProbe.resources` | The resource request/limits for the windows liveness-probe container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
9797
| `windows.env` | Environment variables to be passed for the daemonset on windows nodes | `[]` |

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

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

6262
livenessProbeImage:
6363
repository: registry.k8s.io/sig-storage/livenessprobe
64-
tag: v2.13.1
64+
tag: v2.15.0
6565
#digest: sha256:
6666
pullPolicy: IfNotPresent
6767

@@ -152,7 +152,7 @@ windows:
152152

153153
livenessProbeImage:
154154
repository: registry.k8s.io/sig-storage/livenessprobe
155-
tag: v2.13.1
155+
tag: v2.15.0
156156
#digest: sha256:
157157
pullPolicy: IfNotPresent
158158

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
- name: providers-dir
8686
mountPath: C:\k\secrets-store-csi-providers
8787
- name: liveness-probe
88-
image: registry.k8s.io/sig-storage/livenessprobe:v2.13.1
88+
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
8989
imagePullPolicy: IfNotPresent
9090
args:
9191
- "--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
@@ -91,7 +91,7 @@ spec:
9191
cpu: 50m
9292
memory: 100Mi
9393
- name: liveness-probe
94-
image: registry.k8s.io/sig-storage/livenessprobe:v2.13.1
94+
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
9595
imagePullPolicy: IfNotPresent
9696
args:
9797
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)