Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed Jul 18, 2024
2 parents 7a56c3d + 5534045 commit f744573
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/vngcloud-blockstorage-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 1.2.0
appVersion: 1.2.1
name: vngcloud-blockstorage-csi-driver
description: A Helm chart for VngCloud BlockStorage CSI Driver
version: 1.0.0
kubeVersion: ">=1.17.0-0"
version: 1.0.1
kubeVersion: ">=1.26.12"
home: https://github.com/vngcloud/vngcloud-blockstorage-csi-driver
sources:
- https://github.com/vngcloud/vngcloud-blockstorage-csi-driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- --reserved-volume-attachments={{ . }}
{{- end }}
{{- with .Values.node.volumeAttachLimit }}
- --volume-attach-limit={{ . }}
- --max-volumes-per-node={{ . }}
{{- end }}
{{- with .Values.node.loggingFormat }}
- --logging-format={{ . }}
Expand Down
1 change: 1 addition & 0 deletions charts/vngcloud-blockstorage-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ node:
otelTracing: {}
# otelServiceName: ebs-csi-node
# otelExporterEndpoint: "http://localhost:4317"
# volumeAttachLimit: 0

additionalDaemonSets:
# Additional node DaemonSets, using the node config structure
Expand Down

0 comments on commit f744573

Please sign in to comment.