From 37ea9129f91d7225ee831d0191d0224b6bfc0fce Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Fri, 15 Nov 2024 14:27:35 +0100 Subject: [PATCH] Fix config/manager/kustomization.yaml By mistage introduced with: https://github.com/openstack-k8s-operators/openstack-operator/commit/26d2e0ea06195343748fd8c3715a0e5d0d6847c1#diff-14effe9ea1a3ddb6e419e627a3501a6c42aa2dcbc76803923e9aff2438e6ee34L15 Signed-off-by: Martin Schuppert --- config/manager/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1116d4602..9fa78d2b9 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: quay.io/mschuppe/openstack-operator - newTag: v0.0.19 + newName: quay.io/openstack-k8s-operators/openstack-operator + newTag: latest