Skip to content

Commit

Permalink
Release v0.12.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees authored Feb 4, 2024
1 parent b87574c commit 2df6be8
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 49 deletions.
4 changes: 2 additions & 2 deletions docs/releases/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.0
image: vultr/vultr-csi:v0.12.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.12.0
image: vultr/vultr-csi:v0.12.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down
6 changes: 3 additions & 3 deletions docs/releases/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.9.0
image: vultr/vultr-csi:v0.12.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--token=$(VULTR_API_KEY)"
Expand Down Expand Up @@ -278,7 +278,7 @@ spec:
- name: registration-dir
mountPath: /registration/
- name: csi-vultr-plugin
image: vultr/vultr-csi:v0.9.0
image: vultr/vultr-csi:v0.12.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
env:
Expand Down Expand Up @@ -397,4 +397,4 @@ subjects:
namespace: kube-system
roleRef:
kind: ClusterRole
name: csi-vultr-resizer-role
name: csi-vultr-resizer-role
Loading

0 comments on commit 2df6be8

Please sign in to comment.