Skip to content
Snippets Groups Projects
Unverified Commit ba6d3b65 authored by Lukas Kämmerling's avatar Lukas Kämmerling Committed by GitHub
Browse files

Fix wrong version number in deployment file

parent b8ed86c2
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ spec: ...@@ -147,7 +147,7 @@ spec:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
- name: hcloud-csi-driver - name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:v1.5.0 image: hetznercloud/hcloud-csi-driver:1.5.0
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: CSI_ENDPOINT - name: CSI_ENDPOINT
...@@ -243,7 +243,7 @@ spec: ...@@ -243,7 +243,7 @@ spec:
securityContext: securityContext:
privileged: true privileged: true
- name: hcloud-csi-driver - name: hcloud-csi-driver
image: hetznercloud/hcloud-csi-driver:v1.5.0 image: hetznercloud/hcloud-csi-driver:1.5.0
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: CSI_ENDPOINT - name: CSI_ENDPOINT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment