Skip to content

Commit 6160ee1

Browse files
authored
Merge pull request #893 from tam7t/automated-cherry-pick-of-#892-upstream-release-1.1
Automated cherry pick of #892: release: update manifests and helm chart for 1.1.1
2 parents a1d07dc + 74553a9 commit 6160ee1

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.1.0
4-
appVersion: 1.1.0
3+
version: 1.1.1
4+
appVersion: 1.1.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.1.0` |
35+
| `linux.image.tag` | Linux image tag | `v1.1.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.1.0` |
38+
| `linux.crds.image.tag` | Linux crds image tag | `v1.1.1` |
3939
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
4040
| `linux.driver.resources` | The resource request/limits for the linux secrets-store container image | `limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi` |
4141
| `linux.enabled` | Install secrets store csi driver on linux nodes | true |
@@ -64,7 +64,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6464
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
6565
| `windows.image.repository` | Windows image repository | `k8s.gcr.io/csi-secrets-store/driver` |
6666
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
67-
| `windows.image.tag` | Windows image tag | `v1.1.0` |
67+
| `windows.image.tag` | Windows image tag | `v1.1.1` |
6868
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
6969
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7070
| `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.1.0
5+
tag: v1.1.1
66
pullPolicy: IfNotPresent
77

88
crds:
99
image:
1010
repository: k8s.gcr.io/csi-secrets-store/driver-crds
11-
tag: v1.1.0
11+
tag: v1.1.1
1212
pullPolicy: IfNotPresent
1313
annotations: {}
1414

@@ -94,7 +94,7 @@ windows:
9494
enabled: false
9595
image:
9696
repository: k8s.gcr.io/csi-secrets-store/driver
97-
tag: v1.1.0
97+
tag: v1.1.1
9898
pullPolicy: IfNotPresent
9999

100100
## 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
@@ -50,7 +50,7 @@ spec:
5050
cpu: 100m
5151
memory: 100Mi
5252
- name: secrets-store
53-
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.0
53+
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.1
5454
args:
5555
- "--endpoint=$(CSI_ENDPOINT)"
5656
- "--nodeid=$(KUBE_NODE_NAME)"

deploy/secrets-store-csi-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
cpu: 10m
5151
memory: 20Mi
5252
- name: secrets-store
53-
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.0
53+
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.1
5454
args:
5555
- "--endpoint=$(CSI_ENDPOINT)"
5656
- "--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.1.0
4-
appVersion: 1.1.0
3+
version: 1.1.1
4+
appVersion: 1.1.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.1.0` |
35+
| `linux.image.tag` | Linux image tag | `v1.1.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.1.0` |
38+
| `linux.crds.image.tag` | Linux crds image tag | `v1.1.1` |
3939
| `linux.affinity` | Linux affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
4040
| `linux.driver.resources` | The resource request/limits for the linux secrets-store container image | `limits: 200m CPU, 200Mi; requests: 50m CPU, 100Mi` |
4141
| `linux.enabled` | Install secrets store csi driver on linux nodes | true |
@@ -64,7 +64,7 @@ The following table lists the configurable parameters of the csi-secrets-store-p
6464
| `linux.updateStrategy` | Configure a custom update strategy for the daemonset on linux nodes | `RollingUpdate with 1 maxUnavailable` |
6565
| `windows.image.repository` | Windows image repository | `k8s.gcr.io/csi-secrets-store/driver` |
6666
| `windows.image.pullPolicy` | Windows image pull policy | `IfNotPresent` |
67-
| `windows.image.tag` | Windows image tag | `v1.1.0` |
67+
| `windows.image.tag` | Windows image tag | `v1.1.1` |
6868
| `windows.affinity` | Windows affinity | `key: type; operator: NotIn; values: [virtual-kubelet]` |
6969
| `windows.driver.resources` | The resource request/limits for the windows secrets-store container image | `limits: 400m CPU, 400Mi; requests: 50m CPU, 100Mi` |
7070
| `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.1.0
5+
tag: v1.1.1
66
pullPolicy: IfNotPresent
77

88
crds:
99
image:
1010
repository: k8s.gcr.io/csi-secrets-store/driver-crds
11-
tag: v1.1.0
11+
tag: v1.1.1
1212
pullPolicy: IfNotPresent
1313
annotations: {}
1414

@@ -94,7 +94,7 @@ windows:
9494
enabled: false
9595
image:
9696
repository: k8s.gcr.io/csi-secrets-store/driver
97-
tag: v1.1.0
97+
tag: v1.1.1
9898
pullPolicy: IfNotPresent
9999

100100
## 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
@@ -50,7 +50,7 @@ spec:
5050
cpu: 100m
5151
memory: 100Mi
5252
- name: secrets-store
53-
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.0
53+
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.1
5454
args:
5555
- "--endpoint=$(CSI_ENDPOINT)"
5656
- "--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
@@ -50,7 +50,7 @@ spec:
5050
cpu: 10m
5151
memory: 20Mi
5252
- name: secrets-store
53-
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.0
53+
image: k8s.gcr.io/csi-secrets-store/driver:v1.1.1
5454
args:
5555
- "--endpoint=$(CSI_ENDPOINT)"
5656
- "--nodeid=$(KUBE_NODE_NAME)"

0 commit comments

Comments
 (0)