Skip to content

Commit

Permalink
helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugome committed May 14, 2023
1 parent 6a87669 commit 0466811
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/libvirt-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: csi-libvirt
description: LibVirt CSI Driver
type: application

version: 0.3.2
version: 0.3.3
appVersion: "v0.3.2"
3 changes: 3 additions & 0 deletions charts/libvirt-csi/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.controller.extraSpec }}
{{- toYaml . | nindent 6 }}
{{- end }}
priorityClassName: system-cluster-critical
serviceAccount: csi-libvirt-controller-sa
containers:
Expand Down
3 changes: 3 additions & 0 deletions charts/libvirt-csi/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.node.extraSpec }}
{{- toYaml . | nindent 6 }}
{{- end }}
priorityClassName: system-node-critical
serviceAccount: csi-libvirt-node-sa
hostNetwork: true
Expand Down

0 comments on commit 0466811

Please sign in to comment.