Skip to content

Commit 76dd4fa

Browse files
authored
Merge pull request #42 from daper/patch-1
Deployment images must use canonical names
2 parents 1438e0f + 689bf0d commit 76dd4fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default/manager_config_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ spec:
88
spec:
99
containers:
1010
- name: manager
11-
image: spyduck/cluster-api-provider-proxmox:v0.2.2
11+
image: docker.io/spyduck/cluster-api-provider-proxmox:v0.2.2

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ data:
282282
serviceAccountName: proxmox-cloud-controller-manager
283283
containers:
284284
- name: cloud-controller-manager
285-
image: spyduck/cloud-provider-proxmox:latest
285+
image: docker.io/spyduck/cloud-provider-proxmox:latest
286286
command:
287287
- /usr/local/bin/cloud-controller-manager
288288
- --cloud-provider=proxmox

0 commit comments

Comments
 (0)