Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump harvester csi driver img v0.2.0 #300

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 charts/harvester-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ keywords:
# 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.1.18
version: 0.1.19

# 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.
appVersion: v0.1.7
appVersion: "v0.2.0"

maintainers:
- name: harvester
Expand Down
3 changes: 3 additions & 0 deletions charts/harvester-csi-driver/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ spec:
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
- --kubeconfig=/var/lib/harvester/cloud-provider-config
{{- if .Values.hostStorageClass }}
- --host-storage-class={{ .Values.hostStorageClass }}
{{- end }}
env:
- name: NODE_ID
valueFrom:
Expand Down
4 changes: 3 additions & 1 deletion charts/harvester-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
csiDriver:
repository: rancher/harvester-csi-driver
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.7"
tag: "v0.2.0"
csi:
nodeDriverRegistrar:
repository: rancher/mirrored-longhornio-csi-node-driver-registrar
Expand All @@ -26,6 +26,8 @@ image:
nameOverride: ""
fullnameOverride: ""

# This field can be used to specify the corresponding StorageClass on the host cluster.
hostStorageClass: ""
kubeletRootDir: /var/lib/kubelet
cloudConfig:
secretName: ""
Expand Down
Loading