Skip to content

Commit 8c05d8f

Browse files
authored
Merge pull request #1830 from aramase/aramase/r/release_v1.5.1
release: update manifest and helm charts for v1.5.1
2 parents d9c66df + cc5c3ce commit 8c05d8f

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
2929

3030
# Release version is the current supported release for the driver
3131
# Update this version when the helm chart is being updated for release
32-
RELEASE_VERSION := v1.5.0
33-
IMAGE_VERSION ?= v1.5.0
32+
RELEASE_VERSION := v1.5.1
33+
IMAGE_VERSION ?= v1.5.1
3434

3535
# Use a custom version for E2E tests if we are testing in CI
3636
ifdef CI

charts/secrets-store-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: secrets-store-csi-driver
3-
version: 1.5.0
4-
appVersion: 1.5.0
3+
version: 1.5.1
4+
appVersion: 1.5.1
55
kubeVersion: ">=1.16.0-0"
66
description: A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster.
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png

charts/secrets-store-csi-driver/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
3333
| `fullnameOverride` | String to fully override secrets-store-csi-driver.fullname template with a string | `""` |
3434
| `linux.image.repository` | Linux image repository | `registry.k8s.io/csi-secrets-store/driver` |
3535
| `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` |
36-
| `linux.image.tag` | Linux image tag | `v1.5.0` |
36+
| `linux.image.tag` | Linux image tag | `v1.5.1` |
3737
| `linux.image.digest` | Linux image digest, image pull from digest instead of tag if specified | `""` |
3838
| `linux.crds.enabled` | If the CRDs should be managed by the chart | `true` |
3939
| `linux.crds.image.repository` | Linux crds image repository | `registry.k8s.io/csi-secrets-store/driver-crds` |
4040
| `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` |
41-
| `linux.crds.image.tag` | Linux crds image tag | `v1.5.0` |
41+
| `linux.crds.image.tag` | Linux crds image tag | `v1.5.1` |
4242
| `linux.crds.resources` | The resource request/limits for the linux crds container image | `{}` |
4343
| `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` |
4444
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
@@ -52,13 +52,13 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5252
| `linux.metricsAddr` | The address the metric endpoint binds to | `:8095` |
5353
| `linux.registrarImage.repository` | Linux node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
5454
| `linux.registrarImage.pullPolicy` | Linux node-driver-registrar image pull policy | `IfNotPresent` |
55-
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.11.1` |
55+
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.13.0` |
5656
| `linux.registrarImage.digest` | Linux node-driver-registrar image digest, image pull from digest instead of tag if specified | `""` |
5757
| `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
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 | `[]` |
@@ -72,7 +72,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
7272
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
7373
| `windows.image.repository` | Windows image repository | `registry.k8s.io/csi-secrets-store/driver` |
7474
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
75-
| `windows.image.tag` | Windows image tag | `v1.5.0` |
75+
| `windows.image.tag` | Windows image tag | `v1.5.1` |
7676
| `windows.image.digest` | Windows image digest, image pull from digest instead of tag if specified | `""` |
7777
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
7878
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
@@ -85,13 +85,13 @@ The following table lists the configurable parameters of the csi-secrets-store-p
8585
| `windows.metricsAddr` | The address the metric endpoint binds to | `:8095` |
8686
| `windows.registrarImage.repository` | Windows node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
8787
| `windows.registrarImage.pullPolicy` | Windows node-driver-registrar image pull policy | `IfNotPresent` |
88-
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.11.1` |
88+
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.13.0` |
8989
| `windows.registrarImage.digest` | Windows node-driver-registrar image digest, image pull from digest instead of tag if specified | `""` |
9090
| `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
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 | `[]` |

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ linux:
22
enabled: true
33
image:
44
repository: registry.k8s.io/csi-secrets-store/driver
5-
tag: v1.5.0
5+
tag: v1.5.1
66
#digest: sha256:
77
pullPolicy: IfNotPresent
88

99
crds:
1010
enabled: true
1111
image:
1212
repository: registry.k8s.io/csi-secrets-store/driver-crds
13-
tag: v1.5.0
13+
tag: v1.5.1
1414
pullPolicy: IfNotPresent
1515
## Optionally override resource limits for crd hooks(jobs)
1616
resources: {}
@@ -45,7 +45,7 @@ linux:
4545

4646
registrarImage:
4747
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
48-
tag: v2.11.1
48+
tag: v2.13.0
4949
#digest: sha256:
5050
pullPolicy: IfNotPresent
5151

@@ -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

@@ -110,7 +110,7 @@ windows:
110110
enabled: false
111111
image:
112112
repository: registry.k8s.io/csi-secrets-store/driver
113-
tag: v1.5.0
113+
tag: v1.5.1
114114
#digest: sha256:
115115
pullPolicy: IfNotPresent
116116

@@ -136,7 +136,7 @@ windows:
136136

137137
registrarImage:
138138
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
139-
tag: v2.11.1
139+
tag: v2.13.0
140140
#digest: sha256:
141141
pullPolicy: IfNotPresent
142142

@@ -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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: secrets-store-csi-driver
1818
containers:
1919
- name: node-driver-registrar
20-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
2121
args:
2222
- --v=5
2323
- "--csi-address=unix://C:\\csi\\csi.sock"
@@ -36,7 +36,7 @@ spec:
3636
cpu: 100m
3737
memory: 100Mi
3838
- name: secrets-store
39-
image: registry.k8s.io/csi-secrets-store/driver:v1.5.0
39+
image: registry.k8s.io/csi-secrets-store/driver:v1.5.1
4040
args:
4141
- "--endpoint=$(CSI_ENDPOINT)"
4242
- "--nodeid=$(KUBE_NODE_NAME)"
@@ -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"

deploy/secrets-store-csi-driver.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: secrets-store-csi-driver
1818
containers:
1919
- name: node-driver-registrar
20-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
2121
args:
2222
- --v=5
2323
- --csi-address=/csi/csi.sock
@@ -36,7 +36,7 @@ spec:
3636
cpu: 10m
3737
memory: 20Mi
3838
- name: secrets-store
39-
image: registry.k8s.io/csi-secrets-store/driver:v1.5.0
39+
image: registry.k8s.io/csi-secrets-store/driver:v1.5.1
4040
args:
4141
- "--endpoint=$(CSI_ENDPOINT)"
4242
- "--nodeid=$(KUBE_NODE_NAME)"
@@ -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

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
REGISTRY?=docker.io/deislabs
1616
IMAGE_NAME=driver
1717
CRD_IMAGE_NAME=driver-crds
18-
IMAGE_VERSION?=v1.5.0
18+
IMAGE_VERSION?=v1.5.1
1919
BUILD_TIMESTAMP := $(shell date +%Y-%m-%d-%H:%M)
2020
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
2121
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: secrets-store-csi-driver
3-
version: 1.5.0
4-
appVersion: 1.5.0
3+
version: 1.5.1
4+
appVersion: 1.5.1
55
kubeVersion: ">=1.16.0-0"
66
description: A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster.
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png

0 commit comments

Comments
 (0)