Skip to content
Snippets Groups Projects
Commit a5e4413b authored by github-actions's avatar github-actions
Browse files

Update version tags to 2.1.0-rc.0

parent c9a1e1ff
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ spec: ...@@ -246,7 +246,7 @@ spec:
secretKeyRef: secretKeyRef:
key: token key: token
name: hcloud name: hcloud
image: hetznercloud/hcloud-csi-driver:latest image: hetznercloud/hcloud-csi-driver:2.1.0-rc.0
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 5 failureThreshold: 5
...@@ -321,7 +321,7 @@ spec: ...@@ -321,7 +321,7 @@ spec:
value: 0.0.0.0:9189 value: 0.0.0.0:9189
- name: ENABLE_METRICS - name: ENABLE_METRICS
value: "true" value: "true"
image: hetznercloud/hcloud-csi-driver:latest image: hetznercloud/hcloud-csi-driver:2.1.0-rc.0
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 5 failureThreshold: 5
......
...@@ -2,7 +2,7 @@ package driver ...@@ -2,7 +2,7 @@ package driver
const ( const (
PluginName = "csi.hetzner.cloud" PluginName = "csi.hetzner.cloud"
PluginVersion = "1.6.0" PluginVersion = "2.1.0-rc.0"
MaxVolumesPerNode = 16 MaxVolumesPerNode = 16
MinVolumeSize = 10 // GB MinVolumeSize = 10 // GB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment