From 9add028d2bb098d0dc214d8fbe1cfa7e72a22b94 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 05:01:04 -0400 Subject: [PATCH] managed-gitops update (#2545) * update components/gitops/development/kustomization.yaml * update components/gitops/production/base/kustomization.yaml * update components/gitops/staging/base/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> --- components/gitops/development/kustomization.yaml | 4 ++-- components/gitops/production/base/kustomization.yaml | 4 ++-- components/gitops/staging/base/kustomization.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/gitops/development/kustomization.yaml b/components/gitops/development/kustomization.yaml index 68993e4694e..866081afa0f 100644 --- a/components/gitops/development/kustomization.yaml +++ b/components/gitops/development/kustomization.yaml @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/appstudio-staging-cluster?ref=696f2eb74ccb96d80d2536d3d605594db8c12d13 +- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/appstudio-staging-cluster?ref=875753ce0341cd58b26707185bfc5ed657c69df6 - ../openshift-gitops/overlays/production-and-dev images: - name: \${COMMON_IMAGE} newName: quay.io/redhat-appstudio/gitops-service - newTag: 696f2eb74ccb96d80d2536d3d605594db8c12d13 + newTag: 875753ce0341cd58b26707185bfc5ed657c69df6 diff --git a/components/gitops/production/base/kustomization.yaml b/components/gitops/production/base/kustomization.yaml index fa45ef8e819..3f1b2113e7f 100644 --- a/components/gitops/production/base/kustomization.yaml +++ b/components/gitops/production/base/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=696f2eb74ccb96d80d2536d3d605594db8c12d13 +- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=875753ce0341cd58b26707185bfc5ed657c69df6 - ../../openshift-gitops/overlays/production-and-dev - ../../base/external-secrets - ../../base/monitoring @@ -11,7 +11,7 @@ resources: images: - name: \${COMMON_IMAGE} newName: quay.io/redhat-appstudio/gitops-service - newTag: 696f2eb74ccb96d80d2536d3d605594db8c12d13 + newTag: 875753ce0341cd58b26707185bfc5ed657c69df6 commonAnnotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true diff --git a/components/gitops/staging/base/kustomization.yaml b/components/gitops/staging/base/kustomization.yaml index 96fb9c3ebd8..14dcd2f851a 100644 --- a/components/gitops/staging/base/kustomization.yaml +++ b/components/gitops/staging/base/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=696f2eb74ccb96d80d2536d3d605594db8c12d13 +- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=875753ce0341cd58b26707185bfc5ed657c69df6 - ../../openshift-gitops/overlays/staging - ../../base/external-secrets - ../../base/monitoring @@ -11,7 +11,7 @@ resources: images: - name: \${COMMON_IMAGE} newName: quay.io/redhat-appstudio/gitops-service - newTag: 696f2eb74ccb96d80d2536d3d605594db8c12d13 + newTag: 875753ce0341cd58b26707185bfc5ed657c69df6 commonAnnotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true