Skip to content

Commit 0cb704c

Browse files
committed
release: update manifest and helm charts for v1.3.2
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
1 parent 7a559b2 commit 0cb704c

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

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.1
4-
appVersion: 1.3.1
3+
version: 1.3.2
4+
appVersion: 1.3.2
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.1` |
36+
| `linux.image.tag` | Linux image tag | `v1.3.2` |
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.1` |
40+
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.2` |
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.1` |
72+
| `windows.image.tag` | Windows image tag | `v1.3.2` |
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/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.1
5+
tag: v1.3.2
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.1
12+
tag: v1.3.2
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.1
110+
tag: v1.3.2
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.1
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
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.1
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
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.1
4-
appVersion: 1.3.1
3+
version: 1.3.2
4+
appVersion: 1.3.2
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.1` |
36+
| `linux.image.tag` | Linux image tag | `v1.3.2` |
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.1` |
40+
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.2` |
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.1` |
72+
| `windows.image.tag` | Windows image tag | `v1.3.2` |
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.1
5+
tag: v1.3.2
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.1
12+
tag: v1.3.2
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.1
110+
tag: v1.3.2
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.1
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
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.1
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.2
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

0 commit comments

Comments
 (0)