Skip to content

Commit 7a98731

Browse files
committed
release: update manifest and helm charts for v1.2.1
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 497ef08 commit 7a98731

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

apis/v1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.0
4-
appVersion: 1.2.0
3+
version: 1.2.1
4+
appVersion: 1.2.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ The following table lists the configurable parameters of the csi-secrets-store-p
3232
| `fullnameOverride` | String to fully override secrets-store-csi-driver.fullname template with a string | `""` |
3333
| `linux.image.repository` | Linux image repository | `k8s.gcr.io/csi-secrets-store/driver` |
3434
| `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` |
35-
| `linux.image.tag` | Linux image tag | `v1.2.0` |
35+
| `linux.image.tag` | Linux image tag | `v1.2.1` |
3636
| `linux.crds.image.repository` | Linux crds image repository | `k8s.gcr.io/csi-secrets-store/driver-crds` |
3737
| `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` |
38-
| `linux.crds.image.tag` | Linux crds image tag | `v1.2.0` |
38+
| `linux.crds.image.tag` | Linux crds image tag | `v1.2.1` |
3939
| `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` |
4040
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
4141
| `linux.driver.resources` | The resource request/limits for the linux secrets-store container image | `limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi` |
@@ -66,7 +66,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6666
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
6767
| `windows.image.repository` | Windows image repository | `k8s.gcr.io/csi-secrets-store/driver` |
6868
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
69-
| `windows.image.tag` | Windows image tag | `v1.2.0` |
69+
| `windows.image.tag` | Windows image tag | `v1.2.1` |
7070
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
7171
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7272
| `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,13 +2,13 @@ linux:
22
enabled: true
33
image:
44
repository: k8s.gcr.io/csi-secrets-store/driver
5-
tag: v1.2.0
5+
tag: v1.2.1
66
pullPolicy: IfNotPresent
77

88
crds:
99
image:
1010
repository: k8s.gcr.io/csi-secrets-store/driver-crds
11-
tag: v1.2.0
11+
tag: v1.2.1
1212
pullPolicy: IfNotPresent
1313
annotations: {}
1414
podLabels: {}
@@ -95,7 +95,7 @@ windows:
9595
enabled: false
9696
image:
9797
repository: k8s.gcr.io/csi-secrets-store/driver
98-
tag: v1.2.0
98+
tag: v1.2.1
9999
pullPolicy: IfNotPresent
100100

101101
## 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: k8s.gcr.io/csi-secrets-store/driver:v1.2.0
47+
image: k8s.gcr.io/csi-secrets-store/driver:v1.2.1
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: k8s.gcr.io/csi-secrets-store/driver:v1.2.0
47+
image: k8s.gcr.io/csi-secrets-store/driver:v1.2.1
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.2.0
4-
appVersion: 1.2.0
3+
version: 1.2.1
4+
appVersion: 1.2.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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ The following table lists the configurable parameters of the csi-secrets-store-p
3232
| `fullnameOverride` | String to fully override secrets-store-csi-driver.fullname template with a string | `""` |
3333
| `linux.image.repository` | Linux image repository | `k8s.gcr.io/csi-secrets-store/driver` |
3434
| `linux.image.pullPolicy` | Linux image pull policy | `IfNotPresent` |
35-
| `linux.image.tag` | Linux image tag | `v1.2.0` |
35+
| `linux.image.tag` | Linux image tag | `v1.2.1` |
3636
| `linux.crds.image.repository` | Linux crds image repository | `k8s.gcr.io/csi-secrets-store/driver-crds` |
3737
| `linux.crds.image.pullPolicy` | Linux crds image pull policy | `IfNotPresent` |
38-
| `linux.crds.image.tag` | Linux crds image tag | `v1.2.0` |
38+
| `linux.crds.image.tag` | Linux crds image tag | `v1.2.1` |
3939
| `linux.crds.podLabels` | Linux *Pod* labels appended to CRD helm hook job pods | `{}` |
4040
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
4141
| `linux.driver.resources` | The resource request/limits for the linux secrets-store container image | `limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi` |
@@ -66,7 +66,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6666
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
6767
| `windows.image.repository` | Windows image repository | `k8s.gcr.io/csi-secrets-store/driver` |
6868
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
69-
| `windows.image.tag` | Windows image tag | `v1.2.0` |
69+
| `windows.image.tag` | Windows image tag | `v1.2.1` |
7070
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
7171
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7272
| `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,13 +2,13 @@ linux:
22
enabled: true
33
image:
44
repository: k8s.gcr.io/csi-secrets-store/driver
5-
tag: v1.2.0
5+
tag: v1.2.1
66
pullPolicy: IfNotPresent
77

88
crds:
99
image:
1010
repository: k8s.gcr.io/csi-secrets-store/driver-crds
11-
tag: v1.2.0
11+
tag: v1.2.1
1212
pullPolicy: IfNotPresent
1313
annotations: {}
1414
podLabels: {}
@@ -95,7 +95,7 @@ windows:
9595
enabled: false
9696
image:
9797
repository: k8s.gcr.io/csi-secrets-store/driver
98-
tag: v1.2.0
98+
tag: v1.2.1
9999
pullPolicy: IfNotPresent
100100

101101
## 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: k8s.gcr.io/csi-secrets-store/driver:v1.2.0
47+
image: k8s.gcr.io/csi-secrets-store/driver:v1.2.1
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: k8s.gcr.io/csi-secrets-store/driver:v1.2.0
47+
image: k8s.gcr.io/csi-secrets-store/driver:v1.2.1
4848
args:
4949
- "--endpoint=$(CSI_ENDPOINT)"
5050
- "--nodeid=$(KUBE_NODE_NAME)"

0 commit comments

Comments
 (0)