From dd2bd3da077b1a3194b7567357e2bf9c418c85fd Mon Sep 17 00:00:00 2001 From: David Peralta Date: Mon, 17 Jul 2023 16:50:59 +0200 Subject: [PATCH 1/2] Update manager_config_patch.yaml --- config/default/manager_config_patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/manager_config_patch.yaml b/config/default/manager_config_patch.yaml index 34f9002..c500250 100644 --- a/config/default/manager_config_patch.yaml +++ b/config/default/manager_config_patch.yaml @@ -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 From 689bf0defc9574e3e6f3e92e60c3225a736a4dc8 Mon Sep 17 00:00:00 2001 From: David Peralta Date: Tue, 18 Jul 2023 10:33:14 +0200 Subject: [PATCH 2/2] Use canonial image reference on cluster-template --- templates/cluster-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 7c7531a..e0aac87 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -228,7 +228,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