From 7e2efed819baa764914b7e0217e75a6c858add9e Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Wed, 24 Jan 2024 17:08:14 -0500 Subject: [PATCH] Revert config/manager/kustomization.yaml --- config/manager/kustomization.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 59bf7e041..995c877c8 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,13 +5,13 @@ generatorOptions: disableNameSuffixHash: true configMapGenerator: -- files: +- name: awx-manager-config + files: - controller_manager_config.yaml - name: awx-manager-config apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: quay.io/haoliu/awx-operator - newTag: 2.10.0-3-g5be4c130 + newName: quay.io/ansible/awx-operator + newTag: latest