Skip to content

Commit

Permalink
managed-gitops update (#2782)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
rh-tap-build-team[bot] authored Dec 4, 2023
1 parent 24932ce commit 5508581
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/gitops/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/appstudio-staging-cluster?ref=87e1f9acc67bf033d2159951ba6489f0836586ef
- ../openshift-gitops/overlays/production-and-dev

images:
- name: \${COMMON_IMAGE}
newName: quay.io/redhat-appstudio/gitops-service
newTag: c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
newTag: 87e1f9acc67bf033d2159951ba6489f0836586ef
4 changes: 2 additions & 2 deletions components/gitops/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=87e1f9acc67bf033d2159951ba6489f0836586ef
- ../../openshift-gitops/overlays/production-and-dev
- ../../base/external-secrets
- ../../base/monitoring
Expand All @@ -11,7 +11,7 @@ resources:
images:
- name: \${COMMON_IMAGE}
newName: quay.io/redhat-appstudio/gitops-service
newTag: c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
newTag: 87e1f9acc67bf033d2159951ba6489f0836586ef

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
4 changes: 2 additions & 2 deletions components/gitops/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=87e1f9acc67bf033d2159951ba6489f0836586ef
- ../../openshift-gitops/overlays/staging
- ../../base/external-secrets
- ../../base/monitoring
Expand All @@ -11,7 +11,7 @@ resources:
images:
- name: \${COMMON_IMAGE}
newName: quay.io/redhat-appstudio/gitops-service
newTag: c8df66adcc179b7fa1d7855e59dfa91ac6a35c09
newTag: 87e1f9acc67bf033d2159951ba6489f0836586ef

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

0 comments on commit 5508581

Please sign in to comment.