Skip to content

Commit 701e884

Browse files
committed
release: update manifest and helm charts for v1.3.3
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 14a5c9d commit 701e884

13 files changed

+23
-23
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IMAGE_VERSION ?= v1.3.3
3434

3535
# Use a custom version for E2E tests if we are testing in CI
3636
ifdef CI
37-
override IMAGE_VERSION := v1.2.0-e2e-$(BUILD_COMMIT)
37+
override IMAGE_VERSION := v1.3.0-e2e-$(BUILD_COMMIT)
3838
endif
3939

4040
IMAGE_TAG=$(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

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.3.2
4-
appVersion: 1.3.2
3+
version: 1.3.3
4+
appVersion: 1.3.3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ 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.3.2` |
36+
| `linux.image.tag` | Linux image tag | `v1.3.3` |
3737
| `linux.crds.enabled` | If the CRDs should be managed by the chart | `true` |
3838
| `linux.crds.image.repository` | Linux crds image repository | `registry.k8s.io/csi-secrets-store/driver-crds` |
3939
| `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` |
40-
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.2` |
40+
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.3` |
4141
| `linux.crds.resources` | The resource request/limits for the linux crds container image | `{}` |
4242
| `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` |
4343
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6969
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
7070
| `windows.image.repository` | Windows image repository | `registry.k8s.io/csi-secrets-store/driver` |
7171
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
72-
| `windows.image.tag` | Windows image tag | `v1.3.2` |
72+
| `windows.image.tag` | Windows image tag | `v1.3.3` |
7373
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
7474
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7575
| `windows.enabled` | Install secrets store csi driver on windows nodes | false |

charts/secrets-store-csi-driver/templates/crds-upgrade-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ metadata:
8888
helm.sh/hook-weight: "10"
8989
helm.sh/hook-delete-policy: "hook-succeeded,before-hook-creation"
9090
spec:
91-
backoffLimit: 0
91+
backoffLimit: 3
9292
template:
9393
metadata:
9494
name: {{ template "sscd.fullname" . }}-upgrade-crds

charts/secrets-store-csi-driver/templates/keep-crds-upgrade-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ metadata:
8888
helm.sh/hook-weight: "20"
8989
helm.sh/hook-delete-policy: "hook-succeeded,before-hook-creation"
9090
spec:
91-
backoffLimit: 0
91+
backoffLimit: 3
9292
template:
9393
metadata:
9494
name: {{ template "sscd.fullname" . }}-keep-crds

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ linux:
22
enabled: true
33
image:
44
repository: registry.k8s.io/csi-secrets-store/driver
5-
tag: v1.3.2
5+
tag: v1.3.3
66
pullPolicy: IfNotPresent
77

88
crds:
99
enabled: true
1010
image:
1111
repository: registry.k8s.io/csi-secrets-store/driver-crds
12-
tag: v1.3.2
12+
tag: v1.3.3
1313
pullPolicy: IfNotPresent
1414
## Optionally override resource limits for crd hooks(jobs)
1515
resources: {}
@@ -107,7 +107,7 @@ windows:
107107
enabled: false
108108
image:
109109
repository: registry.k8s.io/csi-secrets-store/driver
110-
tag: v1.3.2
110+
tag: v1.3.3
111111
pullPolicy: IfNotPresent
112112

113113
## Prevent the CSI driver from being scheduled on virtual-kubelet nodes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 100m
4545
memory: 100Mi
4646
- name: secrets-store
47-
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.3
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

deploy/secrets-store-csi-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 10m
4545
memory: 20Mi
4646
- name: secrets-store
47-
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.3
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

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.3.2
4-
appVersion: 1.3.2
3+
version: 1.3.3
4+
appVersion: 1.3.3
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ 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.3.2` |
36+
| `linux.image.tag` | Linux image tag | `v1.3.3` |
3737
| `linux.crds.enabled` | If the CRDs should be managed by the chart | `true` |
3838
| `linux.crds.image.repository` | Linux crds image repository | `registry.k8s.io/csi-secrets-store/driver-crds` |
3939
| `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` |
40-
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.2` |
40+
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.3` |
4141
| `linux.crds.resources` | The resource request/limits for the linux crds container image | `{}` |
4242
| `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` |
4343
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
@@ -69,7 +69,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6969
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
7070
| `windows.image.repository` | Windows image repository | `registry.k8s.io/csi-secrets-store/driver` |
7171
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
72-
| `windows.image.tag` | Windows image tag | `v1.3.2` |
72+
| `windows.image.tag` | Windows image tag | `v1.3.3` |
7373
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
7474
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7575
| `windows.enabled` | Install secrets store csi driver on windows nodes | false |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ linux:
22
enabled: true
33
image:
44
repository: registry.k8s.io/csi-secrets-store/driver
5-
tag: v1.3.2
5+
tag: v1.3.3
66
pullPolicy: IfNotPresent
77

88
crds:
99
enabled: true
1010
image:
1111
repository: registry.k8s.io/csi-secrets-store/driver-crds
12-
tag: v1.3.2
12+
tag: v1.3.3
1313
pullPolicy: IfNotPresent
1414
## Optionally override resource limits for crd hooks(jobs)
1515
resources: {}
@@ -107,7 +107,7 @@ windows:
107107
enabled: false
108108
image:
109109
repository: registry.k8s.io/csi-secrets-store/driver
110-
tag: v1.3.2
110+
tag: v1.3.3
111111
pullPolicy: IfNotPresent
112112

113113
## Prevent the CSI driver from being scheduled on virtual-kubelet nodes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 100m
4545
memory: 100Mi
4646
- name: secrets-store
47-
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.3
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
cpu: 10m
4545
memory: 20Mi
4646
- name: secrets-store
47-
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.3
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

0 commit comments

Comments
 (0)