Skip to content

Commit

Permalink
Bump app version in the chart to v0.10.0 (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Sazonov <[email protected]>
  • Loading branch information
ezhische authored Jan 13, 2024
1 parent be968a8 commit 565ebf2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/yandex-csi-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

10 changes: 7 additions & 3 deletions charts/yandex-csi-controller/templates/csi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
labels:
app: {{ include "yandex-csi-controller.name" . }}
spec:

affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -347,8 +347,12 @@ spec:
terminationGracePeriodSeconds: 30

tolerations:
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists

effect: NoExecute
tolerationSeconds: 300

volumes:
- emptyDir: {}
name: socket-dir
name: socket-dir
2 changes: 1 addition & 1 deletion deploy/1.17/csi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion deploy/1.17/csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 565ebf2

Please sign in to comment.