diff --git a/charts/yandex-csi-controller/Chart.yaml b/charts/yandex-csi-controller/Chart.yaml index 053edd0..25dc4d1 100644 --- a/charts/yandex-csi-controller/Chart.yaml +++ b/charts/yandex-csi-controller/Chart.yaml @@ -21,11 +21,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 0.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.9.12" +appVersion: "0.10.0" diff --git a/charts/yandex-csi-controller/templates/csi-controller.yaml b/charts/yandex-csi-controller/templates/csi-controller.yaml index 646bcad..61bae83 100644 --- a/charts/yandex-csi-controller/templates/csi-controller.yaml +++ b/charts/yandex-csi-controller/templates/csi-controller.yaml @@ -18,7 +18,7 @@ spec: labels: app: {{ include "yandex-csi-controller.name" . }} spec: - + affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: @@ -347,8 +347,12 @@ spec: terminationGracePeriodSeconds: 30 tolerations: + - key: CriticalAddonsOnly + operator: Exists - operator: Exists - + effect: NoExecute + tolerationSeconds: 300 + volumes: - emptyDir: {} - name: socket-dir \ No newline at end of file + name: socket-dir diff --git a/deploy/1.17/csi-controller.yaml b/deploy/1.17/csi-controller.yaml index 7c60f51..c81cded 100644 --- a/deploy/1.17/csi-controller.yaml +++ b/deploy/1.17/csi-controller.yaml @@ -54,7 +54,7 @@ spec: - name: socket-dir mountPath: /csi - name: csi-controller - image: registry.deckhouse.io/yandex-csi-driver/yandex-csi-driver:v0.9.11 + image: registry.deckhouse.io/yandex-csi-driver/yandex-csi-driver:v0.10.0 args: - "--address=$(MY_POD_IP):12302" - "--endpoint=unix:/csi/csi.sock" diff --git a/deploy/1.17/csi-node.yaml b/deploy/1.17/csi-node.yaml index 4d04c58..6717fb4 100644 --- a/deploy/1.17/csi-node.yaml +++ b/deploy/1.17/csi-node.yaml @@ -37,7 +37,7 @@ spec: - name: csi-node securityContext: privileged: true - image: registry.deckhouse.io/yandex-csi-driver/yandex-csi-driver:v0.9.11 + image: registry.deckhouse.io/yandex-csi-driver/yandex-csi-driver:v0.10.0 args: - "--endpoint=unix:/csi/csi.sock" volumeMounts: