From 37f55b2b44d23812acb03cdc0cbb421428d35016 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 16 Feb 2022 19:26:28 +0000 Subject: [PATCH] chore: bump `node-driver-registrar:v2.5.0` and `livenessprobe:v2.6.0` Signed-off-by: Anish Ramasekar --- .../charts/secrets-store-csi-driver/README.md | 8 ++++---- .../charts/secrets-store-csi-driver/values.yaml | 8 ++++---- .../deploy/secrets-store-csi-driver-windows.yaml | 4 ++-- manifest_staging/deploy/secrets-store-csi-driver.yaml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifest_staging/charts/secrets-store-csi-driver/README.md b/manifest_staging/charts/secrets-store-csi-driver/README.md index cad415571..8aacc46ae 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/README.md +++ b/manifest_staging/charts/secrets-store-csi-driver/README.md @@ -46,12 +46,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `linux.metricsAddr` | The address the metric endpoint binds to | `:8095` | | `linux.registrarImage.repository` | Linux node-driver-registrar image repository | `k8s.gcr.io/sig-storage/csi-node-driver-registrar` | | `linux.registrarImage.pullPolicy` | Linux node-driver-registrar image pull policy | `IfNotPresent` | -| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.4.0` | +| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.5.0` | | `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` | | `linux.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` | | `linux.livenessProbeImage.repository` | Linux liveness-probe image repository | `k8s.gcr.io/sig-storage/livenessprobe` | | `linux.livenessProbeImage.pullPolicy` | Linux liveness-probe image pull policy | `IfNotPresent` | -| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.5.0` | +| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.6.0` | | `linux.livenessProbe.resources` | The resource request/limits for the linux liveness-probe container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` | | `linux.env` | Environment variables to be passed for the daemonset on linux nodes | `[]` | | `linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` | @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `windows.metricsAddr` | The address the metric endpoint binds to | `:8095` | | `windows.registrarImage.repository` | Windows node-driver-registrar image repository | `k8s.gcr.io/sig-storage/csi-node-driver-registrar` | | `windows.registrarImage.pullPolicy` | Windows node-driver-registrar image pull policy | `IfNotPresent` | -| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.4.0` | +| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.5.0` | | `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` | | `windows.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` | | `windows.livenessProbeImage.repository` | Windows liveness-probe image repository | `k8s.gcr.io/sig-storage/livenessprobe` | | `windows.livenessProbeImage.pullPolicy` | Windows liveness-probe image pull policy | `IfNotPresent` | -| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.5.0` | +| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.6.0` | | `windows.livenessProbe.resources` | The resource request/limits for the windows liveness-probe container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` | | `windows.env` | Environment variables to be passed for the daemonset on windows nodes | `[]` | | `windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` | diff --git a/manifest_staging/charts/secrets-store-csi-driver/values.yaml b/manifest_staging/charts/secrets-store-csi-driver/values.yaml index bfa5576bc..e8cc87ba1 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/values.yaml +++ b/manifest_staging/charts/secrets-store-csi-driver/values.yaml @@ -34,7 +34,7 @@ linux: registrarImage: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v2.4.0 + tag: v2.5.0 pullPolicy: IfNotPresent registrar: @@ -49,7 +49,7 @@ linux: livenessProbeImage: repository: k8s.gcr.io/sig-storage/livenessprobe - tag: v2.5.0 + tag: v2.6.0 pullPolicy: IfNotPresent livenessProbe: @@ -118,7 +118,7 @@ windows: registrarImage: repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar - tag: v2.4.0 + tag: v2.5.0 pullPolicy: IfNotPresent registrar: @@ -133,7 +133,7 @@ windows: livenessProbeImage: repository: k8s.gcr.io/sig-storage/livenessprobe - tag: v2.5.0 + tag: v2.6.0 pullPolicy: IfNotPresent livenessProbe: diff --git a/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml b/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml index 4ec1c6fa5..45c451122 100644 --- a/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml +++ b/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: secrets-store-csi-driver containers: - name: node-driver-registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 args: - --v=5 - "--csi-address=unix://C:\\csi\\csi.sock" @@ -99,7 +99,7 @@ spec: - name: providers-dir mountPath: C:\k\secrets-store-csi-providers - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.5.0 + image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0 imagePullPolicy: IfNotPresent args: - "--csi-address=unix://C:\\csi\\csi.sock" diff --git a/manifest_staging/deploy/secrets-store-csi-driver.yaml b/manifest_staging/deploy/secrets-store-csi-driver.yaml index 78f00a801..37e7debd3 100644 --- a/manifest_staging/deploy/secrets-store-csi-driver.yaml +++ b/manifest_staging/deploy/secrets-store-csi-driver.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: secrets-store-csi-driver containers: - name: node-driver-registrar - image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.4.0 + image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0 args: - --v=5 - --csi-address=/csi/csi.sock @@ -102,7 +102,7 @@ spec: cpu: 50m memory: 100Mi - name: liveness-probe - image: k8s.gcr.io/sig-storage/livenessprobe:v2.5.0 + image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0 imagePullPolicy: IfNotPresent args: - --csi-address=/csi/csi.sock