Skip to content

Commit

Permalink
chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugome committed Apr 14, 2023
1 parent d4bc104 commit 31346ea
Show file tree
Hide file tree
Showing 3 changed files with 5 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,6 +3,6 @@ name: libvirt-csi
description: LibVirt CSI Driver
type: application

version: 0.1.0
version: 0.1.1

appVersion: "v0.0.7"
2 changes: 2 additions & 0 deletions charts/libvirt-csi/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: libvirt-csi-plugin
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
args:
- "controller"
env:
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
2 changes: 2 additions & 0 deletions charts/libvirt-csi/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
mountPath: /registration/
- name: libvirt-csi-plugin
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
args:
- "node"
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand Down

0 comments on commit 31346ea

Please sign in to comment.