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