Skip to content

Commit

Permalink
Merge pull request #376 from Hansyangxingxiang/volume_archive
Browse files Browse the repository at this point in the history
NeonSAN CSI supports setting the volume to an "archive" label.
  • Loading branch information
ks-ci-bot authored Mar 25, 2024
2 parents aefd779 + ee1f065 commit 77ebd05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/csi-neonsan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
appVersion: 1.2.2
name: csi-neonsan
description: A Helm chart for NeonSAN CSI Driver
version: 1.2.7
version: 1.2.8
kubeVersion: ">=1.17.0-0"
home: https://github.com/yunify/qingstor-csi
sources:
Expand Down
1 change: 1 addition & 0 deletions src/test/csi-neonsan/templates/controller-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
args:
- "--config=/etc/neonsan/qbd.conf"
- "--drivername={{ .Values.driver.name}}"
- "--volumearchive={{ .Values.driver.volumeArchive}}"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
- "--v=5"
Expand Down
1 change: 1 addition & 0 deletions src/test/csi-neonsan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ driver:
tag: v1.2.2
pullPolicy: IfNotPresent
config: /etc/neonsan/qbd.conf
volumeArchive: false

provisioner:
repository: csiplugin/csi-provisioner
Expand Down

0 comments on commit 77ebd05

Please sign in to comment.