From 78b49f430f3949261ed02df3239af99ca6fe08e7 Mon Sep 17 00:00:00 2001 From: Kristof Gyuracz Date: Wed, 14 Feb 2024 20:41:54 +0100 Subject: [PATCH] Revert "fix(kustomize): follow-up for image renaming" This reverts commit e9ff5a5eb1384cf6a1780dbe7b3f86dbbab674c7. --- config/manager/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index ad13e96b..12146439 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: controller + newName: ghcr.io/kube-logging/telemetry-controller newTag: latest