From 8bd0c4df142716ff4547052669be88e5a672192a Mon Sep 17 00:00:00 2001 From: geoffrey1330 Date: Wed, 25 Oct 2023 01:45:53 +0100 Subject: [PATCH] renamed RecordScalerPaused to RecordScaledObjectPaused Signed-off-by: geoffrey1330 --- config/manager/kustomization.yaml | 2 +- config/metrics-server/kustomization.yaml | 2 +- config/webhooks/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 2c0acc6a200..1ca9f662392 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,5 +6,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: ghcr.io/kedacore/keda - newName: docker.io/geoffrey13/keda + newName: ghcr.io/kedacore/keda newTag: main diff --git a/config/metrics-server/kustomization.yaml b/config/metrics-server/kustomization.yaml index fa5dcff01c8..bd650d97723 100644 --- a/config/metrics-server/kustomization.yaml +++ b/config/metrics-server/kustomization.yaml @@ -10,5 +10,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: ghcr.io/kedacore/keda-metrics-apiserver - newName: docker.io/geoffrey13/keda-metrics-apiserver + newName: ghcr.io/kedacore/keda-metrics-apiserver newTag: main diff --git a/config/webhooks/kustomization.yaml b/config/webhooks/kustomization.yaml index 997c93ceb27..bdd46dc282e 100644 --- a/config/webhooks/kustomization.yaml +++ b/config/webhooks/kustomization.yaml @@ -7,5 +7,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: ghcr.io/kedacore/keda-admission-webhooks - newName: docker.io/geoffrey13/keda-admission-webhooks + newName: ghcr.io/kedacore/keda-admission-webhooks newTag: main