Skip to content

Commit f3b0300

Browse files
aramasek8s-infra-cherrypick-robot
authored andcommitted
chore: update livenessprobe to v2.9.0
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent c0d3b61 commit f3b0300

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
@@ -56,7 +56,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
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. | `""` |
@@ -86,7 +86,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)