Skip to content

Commit 689bf0d

Browse files
committed
Use canonial image reference on cluster-template
1 parent dd2bd3d commit 689bf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ data:
228228
serviceAccountName: proxmox-cloud-controller-manager
229229
containers:
230230
- name: cloud-controller-manager
231-
image: spyduck/cloud-provider-proxmox:latest
231+
image: docker.io/spyduck/cloud-provider-proxmox:latest
232232
command:
233233
- /usr/local/bin/cloud-controller-manager
234234
- --cloud-provider=proxmox

0 commit comments

Comments
 (0)