Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
aws-ebs-csi-driver: update to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Imran Pochi <[email protected]>
  • Loading branch information
ipochi committed Nov 4, 2020
1 parent 53d204a commit 96b3aee
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions assets/charts/components/aws-ebs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.6.0"
appVersion: "0.7.0"
name: aws-ebs-csi-driver
description: A Helm chart for AWS EBS CSI Driver
version: 0.5.0
version: 0.6.0
kubeVersion: ">=1.13.0-0"
home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
{{- with .Values.nodeSelector }}
{{ toYaml . | indent 8 }}
{{- end }}
Expand All @@ -44,7 +43,7 @@ spec:
args:
{{- if ne .Release.Name "kustomize" }}
- controller
{{ else }}
{{- else }}
# - {all,controller,node} # specify the driver mode
{{- end }}
- --endpoint=$(CSI_ENDPOINT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
- fargate
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
hostNetwork: true
priorityClassName: system-node-critical
tolerations:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### Lokomotive specific addition.
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
Expand Down
1 change: 1 addition & 0 deletions assets/charts/components/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ serviceAccount:
snapshot:
annotations: {}

# Lokomotive specific addition.
# False if you want to use a different storage option, e.g. OpenEBS
enableDefaultStorageClass: true
18 changes: 9 additions & 9 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

0 comments on commit 96b3aee

Please sign in to comment.