deps: upgrade AWS CSI driver to v1.1.1 (#1998)

This commit is contained in:
Malte Poll 2023-07-03 16:26:42 +02:00 committed by GitHub
parent 27097b7f80
commit d43242a55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

View File

@ -171,7 +171,8 @@ controller:
# ID of the Kubernetes cluster used for tagging provisioned EBS volumes (optional).
k8sTagClusterId:
logLevel: 2
nodeSelector: {}
nodeSelector:
node-role.kubernetes.io/control-plane: ""
podAnnotations: {}
podLabels: {}
priorityClassName: system-cluster-critical
@ -204,9 +205,18 @@ controller:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- effect: NoExecute
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
- effect: NoSchedule
key: node.cloudprovider.kubernetes.io/uninitialized
operator: Exists
- effect: NoSchedule
key: node.kubernetes.io/not-ready
operator: Exists
tolerationSeconds: 300
# TSCs without the label selector stanza
#
# Example:

View File

@ -59,7 +59,7 @@ download_chart() {
}
## AWS CSI Driver
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.1.0" "charts/aws-ebs-csi-driver" "aws-csi-driver"
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.1.1" "charts/aws-ebs-csi-driver" "aws-csi-driver"
## Azure CSI Driver
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "v1.2.0" "charts/edgeless" "azuredisk-csi-driver"