From de094798832726b6eeaccce0fdf3366d9ec8f013 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Mon, 17 Jun 2024 17:37:27 +0000 Subject: [PATCH] release: update manifest and helm charts for v1.4.4 Signed-off-by: Anish Ramasekar --- Makefile | 4 ++-- charts/secrets-store-csi-driver/Chart.yaml | 4 ++-- charts/secrets-store-csi-driver/README.md | 6 +++--- charts/secrets-store-csi-driver/values.yaml | 6 +++--- deploy/secrets-store-csi-driver-windows.yaml | 2 +- deploy/secrets-store-csi-driver.yaml | 2 +- docker/Makefile | 2 +- manifest_staging/charts/secrets-store-csi-driver/Chart.yaml | 4 ++-- manifest_staging/charts/secrets-store-csi-driver/README.md | 6 +++--- .../charts/secrets-store-csi-driver/values.yaml | 6 +++--- .../deploy/secrets-store-csi-driver-windows.yaml | 2 +- manifest_staging/deploy/secrets-store-csi-driver.yaml | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Makefile b/Makefile index bb96b33b0..f3332f1bf 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider # Release version is the current supported release for the driver # Update this version when the helm chart is being updated for release -RELEASE_VERSION := v1.4.3 -IMAGE_VERSION ?= v1.4.3 +RELEASE_VERSION := v1.4.4 +IMAGE_VERSION ?= v1.4.4 # Use a custom version for E2E tests if we are testing in CI ifdef CI diff --git a/charts/secrets-store-csi-driver/Chart.yaml b/charts/secrets-store-csi-driver/Chart.yaml index a5efbab91..a2710ddfb 100644 --- a/charts/secrets-store-csi-driver/Chart.yaml +++ b/charts/secrets-store-csi-driver/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: secrets-store-csi-driver -version: 1.4.3 -appVersion: 1.4.3 +version: 1.4.4 +appVersion: 1.4.4 kubeVersion: ">=1.16.0-0" description: A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png diff --git a/charts/secrets-store-csi-driver/README.md b/charts/secrets-store-csi-driver/README.md index 263f34d3a..7573ff495 100644 --- a/charts/secrets-store-csi-driver/README.md +++ b/charts/secrets-store-csi-driver/README.md @@ -33,12 +33,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `fullnameOverride` | String to fully override secrets-store-csi-driver.fullname template with a string | `""` | | `linux.image.repository` | Linux image repository | `registry.k8s.io/csi-secrets-store/driver` | | `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` | -| `linux.image.tag` | Linux image tag | `v1.4.3` | +| `linux.image.tag` | Linux image tag | `v1.4.4` | | `linux.image.digest` | Linux image digest, image pull from digest instead of tag if specified | `""` | | `linux.crds.enabled` | If the CRDs should be managed by the chart | `true` | | `linux.crds.image.repository` | Linux crds image repository | `registry.k8s.io/csi-secrets-store/driver-crds` | | `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` | -| `linux.crds.image.tag` | Linux crds image tag | `v1.4.3` | +| `linux.crds.image.tag` | Linux crds image tag | `v1.4.4` | | `linux.crds.resources` | The resource request/limits for the linux crds container image | `{}` | | `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` | | `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` | @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` | | `windows.image.repository` | Windows image repository | `registry.k8s.io/csi-secrets-store/driver` | | `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` | -| `windows.image.tag` | Windows image tag | `v1.4.3` | +| `windows.image.tag` | Windows image tag | `v1.4.4` | | `windows.image.digest` | Windows image digest, image pull from digest instead of tag if specified | `""` | | `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` | | `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` | diff --git a/charts/secrets-store-csi-driver/values.yaml b/charts/secrets-store-csi-driver/values.yaml index 54797f2ed..59d5c1a21 100644 --- a/charts/secrets-store-csi-driver/values.yaml +++ b/charts/secrets-store-csi-driver/values.yaml @@ -2,7 +2,7 @@ linux: enabled: true image: repository: registry.k8s.io/csi-secrets-store/driver - tag: v1.4.3 + tag: v1.4.4 #digest: sha256: pullPolicy: IfNotPresent @@ -10,7 +10,7 @@ linux: enabled: true image: repository: registry.k8s.io/csi-secrets-store/driver-crds - tag: v1.4.3 + tag: v1.4.4 pullPolicy: IfNotPresent ## Optionally override resource limits for crd hooks(jobs) resources: {} @@ -110,7 +110,7 @@ windows: enabled: false image: repository: registry.k8s.io/csi-secrets-store/driver - tag: v1.4.3 + tag: v1.4.4 #digest: sha256: pullPolicy: IfNotPresent diff --git a/deploy/secrets-store-csi-driver-windows.yaml b/deploy/secrets-store-csi-driver-windows.yaml index 3e99af3ab..451a2e424 100644 --- a/deploy/secrets-store-csi-driver-windows.yaml +++ b/deploy/secrets-store-csi-driver-windows.yaml @@ -36,7 +36,7 @@ spec: cpu: 100m memory: 100Mi - name: secrets-store - image: registry.k8s.io/csi-secrets-store/driver:v1.4.3 + image: registry.k8s.io/csi-secrets-store/driver:v1.4.4 args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" diff --git a/deploy/secrets-store-csi-driver.yaml b/deploy/secrets-store-csi-driver.yaml index 4c10c1392..cbdae38ad 100644 --- a/deploy/secrets-store-csi-driver.yaml +++ b/deploy/secrets-store-csi-driver.yaml @@ -36,7 +36,7 @@ spec: cpu: 10m memory: 20Mi - name: secrets-store - image: registry.k8s.io/csi-secrets-store/driver:v1.4.3 + image: registry.k8s.io/csi-secrets-store/driver:v1.4.4 args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" diff --git a/docker/Makefile b/docker/Makefile index e01da23ba..5dfd12823 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -15,7 +15,7 @@ REGISTRY?=docker.io/deislabs IMAGE_NAME=driver CRD_IMAGE_NAME=driver-crds -IMAGE_VERSION?=v1.4.3 +IMAGE_VERSION?=v1.4.4 BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M) BUILD_COMMIT := $(shell git rev-parse --short HEAD) IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION) diff --git a/manifest_staging/charts/secrets-store-csi-driver/Chart.yaml b/manifest_staging/charts/secrets-store-csi-driver/Chart.yaml index a5efbab91..a2710ddfb 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/Chart.yaml +++ b/manifest_staging/charts/secrets-store-csi-driver/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: secrets-store-csi-driver -version: 1.4.3 -appVersion: 1.4.3 +version: 1.4.4 +appVersion: 1.4.4 kubeVersion: ">=1.16.0-0" description: A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png diff --git a/manifest_staging/charts/secrets-store-csi-driver/README.md b/manifest_staging/charts/secrets-store-csi-driver/README.md index 263f34d3a..7573ff495 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/README.md +++ b/manifest_staging/charts/secrets-store-csi-driver/README.md @@ -33,12 +33,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `fullnameOverride` | String to fully override secrets-store-csi-driver.fullname template with a string | `""` | | `linux.image.repository` | Linux image repository | `registry.k8s.io/csi-secrets-store/driver` | | `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` | -| `linux.image.tag` | Linux image tag | `v1.4.3` | +| `linux.image.tag` | Linux image tag | `v1.4.4` | | `linux.image.digest` | Linux image digest, image pull from digest instead of tag if specified | `""` | | `linux.crds.enabled` | If the CRDs should be managed by the chart | `true` | | `linux.crds.image.repository` | Linux crds image repository | `registry.k8s.io/csi-secrets-store/driver-crds` | | `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` | -| `linux.crds.image.tag` | Linux crds image tag | `v1.4.3` | +| `linux.crds.image.tag` | Linux crds image tag | `v1.4.4` | | `linux.crds.resources` | The resource request/limits for the linux crds container image | `{}` | | `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` | | `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` | @@ -72,7 +72,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p | `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` | | `windows.image.repository` | Windows image repository | `registry.k8s.io/csi-secrets-store/driver` | | `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` | -| `windows.image.tag` | Windows image tag | `v1.4.3` | +| `windows.image.tag` | Windows image tag | `v1.4.4` | | `windows.image.digest` | Windows image digest, image pull from digest instead of tag if specified | `""` | | `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` | | `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` | diff --git a/manifest_staging/charts/secrets-store-csi-driver/values.yaml b/manifest_staging/charts/secrets-store-csi-driver/values.yaml index 54797f2ed..59d5c1a21 100644 --- a/manifest_staging/charts/secrets-store-csi-driver/values.yaml +++ b/manifest_staging/charts/secrets-store-csi-driver/values.yaml @@ -2,7 +2,7 @@ linux: enabled: true image: repository: registry.k8s.io/csi-secrets-store/driver - tag: v1.4.3 + tag: v1.4.4 #digest: sha256: pullPolicy: IfNotPresent @@ -10,7 +10,7 @@ linux: enabled: true image: repository: registry.k8s.io/csi-secrets-store/driver-crds - tag: v1.4.3 + tag: v1.4.4 pullPolicy: IfNotPresent ## Optionally override resource limits for crd hooks(jobs) resources: {} @@ -110,7 +110,7 @@ windows: enabled: false image: repository: registry.k8s.io/csi-secrets-store/driver - tag: v1.4.3 + tag: v1.4.4 #digest: sha256: pullPolicy: IfNotPresent diff --git a/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml b/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml index 3e99af3ab..451a2e424 100644 --- a/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml +++ b/manifest_staging/deploy/secrets-store-csi-driver-windows.yaml @@ -36,7 +36,7 @@ spec: cpu: 100m memory: 100Mi - name: secrets-store - image: registry.k8s.io/csi-secrets-store/driver:v1.4.3 + image: registry.k8s.io/csi-secrets-store/driver:v1.4.4 args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" diff --git a/manifest_staging/deploy/secrets-store-csi-driver.yaml b/manifest_staging/deploy/secrets-store-csi-driver.yaml index 4c10c1392..cbdae38ad 100644 --- a/manifest_staging/deploy/secrets-store-csi-driver.yaml +++ b/manifest_staging/deploy/secrets-store-csi-driver.yaml @@ -36,7 +36,7 @@ spec: cpu: 10m memory: 20Mi - name: secrets-store - image: registry.k8s.io/csi-secrets-store/driver:v1.4.3 + image: registry.k8s.io/csi-secrets-store/driver:v1.4.4 args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)"