Skip to content

Commit

Permalink
Merge pull request #42 from daper/patch-1
Browse files Browse the repository at this point in the history
Deployment images must use canonical names
  • Loading branch information
sp-yduck authored Jul 18, 2023
2 parents 1438e0f + 689bf0d commit 76dd4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_config_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
spec:
containers:
- name: manager
image: spyduck/cluster-api-provider-proxmox:v0.2.2
image: docker.io/spyduck/cluster-api-provider-proxmox:v0.2.2
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ data:
serviceAccountName: proxmox-cloud-controller-manager
containers:
- name: cloud-controller-manager
image: spyduck/cloud-provider-proxmox:latest
image: docker.io/spyduck/cloud-provider-proxmox:latest
command:
- /usr/local/bin/cloud-controller-manager
- --cloud-provider=proxmox
Expand Down

0 comments on commit 76dd4fa

Please sign in to comment.