Skip to content

Commit

Permalink
update sidecar image version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyXiangLi committed Jan 28, 2021
1 parent f4b0220 commit 2ae562b
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "0.8.1"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 0.8.2
kubeVersion: ">=1.14.0-0"
kubeVersion: ">=1.17.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
- https://github.com/kubernetes-sigs/aws-ebs-csi-driver
Expand Down
3 changes: 3 additions & 0 deletions charts/aws-ebs-csi-driver/templates/clusterrole-attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ rules:
- apiGroups: ["storage.k8s.io"]
resources: ["volumeattachments"]
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: [ "storage.k8s.io" ]
resources: [ "volumeattachments/status" ]
verbs: [ "patch" ]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ebs-external-provisioner-role
labels:
{ { - include "aws-ebs-csi-driver.labels" . | nindent 4 } }
{{- include "aws-ebs-csi-driver.labels" . | nindent 4 }}
rules:
- apiGroups: [ "" ]
resources: [ "persistentvolumes" ]
Expand Down
8 changes: 4 additions & 4 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ image:
sidecars:
provisionerImage:
repository: quay.io/k8scsi/csi-provisioner
tag: "v2.1.0"
tag: "v2.0.0"
attacherImage:
repository: quay.io/k8scsi/csi-attacher
tag: "v2.2.0"
tag: "v3.0.0"
snapshotterImage:
repository: quay.io/k8scsi/csi-snapshotter
tag: "v2.1.1"
Expand All @@ -24,10 +24,10 @@ sidecars:
tag: "v2.1.0"
resizerImage:
repository: quay.io/k8scsi/csi-resizer
tag: "v0.5.0"
tag: "v1.0.0"
nodeDriverRegistrarImage:
repository: quay.io/k8scsi/csi-node-driver-registrar
tag: "v1.3.0"
tag: "v2.0.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
periodSeconds: 10
failureThreshold: 5
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v2.1.0
image: quay.io/k8scsi/csi-provisioner:v2.0.0
args:
- --csi-address=$(ADDRESS)
- --v=5
Expand All @@ -80,7 +80,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v2.2.0
image: quay.io/k8scsi/csi-attacher:v3.0.0
args:
- --csi-address=$(ADDRESS)
- --v=5
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
periodSeconds: 10
failureThreshold: 5
- name: node-driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.3.0
image: quay.io/k8scsi/csi-node-driver-registrar:v2.0.1
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand Down
3 changes: 2 additions & 1 deletion deploy/kubernetes/overlays/alpha/controller_add_resizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ spec:
spec:
containers:
- name: csi-resizer
image: quay.io/k8scsi/csi-resizer:v0.3.0
image: quay.io/k8scsi/csi-resizer:v1.0.0
args:
- --csi-address=$(ADDRESS)
- --v=5
- --handle-volume-inuse-error=false
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/overlays/stable/arm64/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ images:
newTag: v0.8.1
- name: quay.io/k8scsi/csi-provisioner
newName: raspbernetes/csi-external-provisioner
newTag: "2.1.0"
newTag: "2.0.0"
- name: quay.io/k8scsi/csi-attacher
newName: raspbernetes/csi-external-attacher
newTag: "2.2.0"
newTag: "3.0.0"
- name: quay.io/k8scsi/livenessprobe
newName: k8s.gcr.io/sig-storage/livenessprobe
newTag: "v2.1.0"
- name: quay.io/k8scsi/csi-node-driver-registrar
newName: raspbernetes/csi-node-driver-registrar
newTag: "1.3.0"
newTag: "2.0.1"
3 changes: 1 addition & 2 deletions deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ images:
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-ebs-csi-driver
newTag: v0.7.1
- name: quay.io/k8scsi/csi-provisioner
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-provisioner
newTag: v2.1.0
newName: v1.5.0
- name: quay.io/k8scsi/csi-attacher
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/csi-attacher
newTag: v1.2.0
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ images:
- name: k8s.gcr.io/provider-aws/aws-ebs-csi-driver
newTag: v0.8.1
- name: quay.io/k8scsi/csi-provisioner
newTag: v2.1.0
newTag: v2.0.0
- name: quay.io/k8scsi/csi-attacher
newTag: v2.2.0
newTag: v3.0.0
- name: quay.io/k8scsi/livenessprobe
newTag: v2.1.0
- name: quay.io/k8scsi/csi-node-driver-registrar
newTag: v1.3.0
newTag: v2.0.1

0 comments on commit 2ae562b

Please sign in to comment.