Skip to content

Commit 858088f

Browse files
committed
release: update manifest and helm charts for v1.3.1
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 4fc1e6d commit 858088f

File tree

10 files changed

+32
-32
lines changed

10 files changed

+32
-32
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.0
4-
appVersion: 1.3.0
3+
version: 1.3.1
4+
appVersion: 1.3.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,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.0` |
36+
| `linux.image.tag` | Linux image tag | `v1.3.1` |
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.0` |
40+
| `linux.crds.image.tag` | Linux crds image tag | `v1.3.1` |
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]` |
@@ -51,12 +51,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
5151
| `linux.metricsAddr` | The address the metric endpoint binds to | `:8095` |
5252
| `linux.registrarImage.repository` | Linux node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
5353
| `linux.registrarImage.pullPolicy` | Linux node-driver-registrar image pull policy | `IfNotPresent` |
54-
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.6.2` |
54+
| `linux.registrarImage.tag` | Linux node-driver-registrar image tag | `v2.7.0` |
5555
| `linux.registrar.resources` | The resource request/limits for the linux node-driver-registrar container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
5656
| `linux.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
5757
| `linux.livenessProbeImage.repository` | Linux liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |
5858
| `linux.livenessProbeImage.pullPolicy` | Linux liveness-probe image pull policy | `IfNotPresent` |
59-
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.8.0` |
59+
| `linux.livenessProbeImage.tag` | Linux liveness-probe image tag | `v2.9.0` |
6060
| `linux.livenessProbe.resources` | The resource request/limits for the linux liveness-probe container image | `limits: 100m CPU, 100Mi; requests: 10m CPU, 20Mi` |
6161
| `linux.env` | Environment variables to be passed for the daemonset on linux nodes | `[]` |
6262
| `linux.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |
@@ -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.0` |
72+
| `windows.image.tag` | Windows image tag | `v1.3.1` |
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 |
@@ -81,12 +81,12 @@ The following table lists the configurable parameters of the csi-secrets-store-p
8181
| `windows.metricsAddr` | The address the metric endpoint binds to | `:8095` |
8282
| `windows.registrarImage.repository` | Windows node-driver-registrar image repository | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
8383
| `windows.registrarImage.pullPolicy` | Windows node-driver-registrar image pull policy | `IfNotPresent` |
84-
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.6.2` |
84+
| `windows.registrarImage.tag` | Windows node-driver-registrar image tag | `v2.7.0` |
8585
| `windows.registrar.resources` | The resource request/limits for the windows node-driver-registrar container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
8686
| `windows.registrar.logVerbosity` | Log level for node-driver-registrar. Uses V logs (klog) | `5` |
8787
| `windows.livenessProbeImage.repository` | Windows liveness-probe image repository | `registry.k8s.io/sig-storage/livenessprobe` |
8888
| `windows.livenessProbeImage.pullPolicy` | Windows liveness-probe image pull policy | `IfNotPresent` |
89-
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.8.0` |
89+
| `windows.livenessProbeImage.tag` | Windows liveness-probe image tag | `v2.9.0` |
9090
| `windows.livenessProbe.resources` | The resource request/limits for the windows liveness-probe container image | `limits: 200m CPU, 200Mi; requests: 10m CPU, 20Mi` |
9191
| `windows.env` | Environment variables to be passed for the daemonset on windows nodes | `[]` |
9292
| `windows.priorityClassName` | Indicates the importance of a Pod relative to other Pods. | `""` |

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

Lines changed: 7 additions & 7 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.0
5+
tag: v1.3.1
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.0
12+
tag: v1.3.1
1313
pullPolicy: IfNotPresent
1414
## Optionally override resource limits for crd hooks(jobs)
1515
resources: {}
@@ -44,7 +44,7 @@ linux:
4444

4545
registrarImage:
4646
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
47-
tag: v2.6.2
47+
tag: v2.7.0
4848
pullPolicy: IfNotPresent
4949

5050
registrar:
@@ -59,7 +59,7 @@ linux:
5959

6060
livenessProbeImage:
6161
repository: registry.k8s.io/sig-storage/livenessprobe
62-
tag: v2.8.0
62+
tag: v2.9.0
6363
pullPolicy: IfNotPresent
6464

6565
livenessProbe:
@@ -107,7 +107,7 @@ windows:
107107
enabled: false
108108
image:
109109
repository: registry.k8s.io/csi-secrets-store/driver
110-
tag: v1.3.0
110+
tag: v1.3.1
111111
pullPolicy: IfNotPresent
112112

113113
## Prevent the CSI driver from being scheduled on virtual-kubelet nodes
@@ -132,7 +132,7 @@ windows:
132132

133133
registrarImage:
134134
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
135-
tag: v2.6.2
135+
tag: v2.7.0
136136
pullPolicy: IfNotPresent
137137

138138
registrar:
@@ -147,7 +147,7 @@ windows:
147147

148148
livenessProbeImage:
149149
repository: registry.k8s.io/sig-storage/livenessprobe
150-
tag: v2.8.0
150+
tag: v2.9.0
151151
pullPolicy: IfNotPresent
152152

153153
livenessProbe:

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.6.2
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
2121
args:
2222
- --v=5
2323
- "--csi-address=unix://C:\\csi\\csi.sock"
@@ -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.0
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.1
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"
@@ -93,7 +93,7 @@ spec:
9393
- name: providers-dir
9494
mountPath: C:\k\secrets-store-csi-providers
9595
- name: liveness-probe
96-
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
96+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
9797
imagePullPolicy: IfNotPresent
9898
args:
9999
- "--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.6.2
20+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
2121
args:
2222
- --v=5
2323
- --csi-address=/csi/csi.sock
@@ -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.0
47+
image: registry.k8s.io/csi-secrets-store/driver:v1.3.1
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"
@@ -99,7 +99,7 @@ spec:
9999
cpu: 50m
100100
memory: 100Mi
101101
- name: liveness-probe
102-
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
102+
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
103103
imagePullPolicy: IfNotPresent
104104
args:
105105
- --csi-address=/csi/csi.sock

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.0
4-
appVersion: 1.3.0
3+
version: 1.3.1
4+
appVersion: 1.3.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)