Skip to content

Commit

Permalink
chore: helm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Feb 5, 2025
1 parent bc580e7 commit c02cf2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/csi-rclone/templates/csi-controller-rclone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ spec:
- name: rclone
args:
- run
- controller
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
env:
Expand Down Expand Up @@ -93,7 +94,7 @@ spec:
name: socket-dir
- name: liveness-probe
imagePullPolicy: Always
image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.15.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down
1 change: 1 addition & 0 deletions deploy/csi-rclone/templates/csi-nodeplugin-rclone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
- name: rclone
args:
- run
- node
- --nodeid=$(NODE_ID)
- --endpoint=$(CSI_ENDPOINT)
env:
Expand Down

0 comments on commit c02cf2a

Please sign in to comment.