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

aws-ebs-csi-driver: update to v0.7.0 #1135

Merged
merged 1 commit into from
Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
invidian marked this conversation as resolved.
Show resolved Hide resolved
18 changes: 9 additions & 9 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.