Skip to content

Commit

Permalink
managed-gitops update (redhat-appstudio#2557)
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 and jhutar committed Nov 22, 2023
1 parent be9a5ed commit ab683b6
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=875753ce0341cd58b26707185bfc5ed657c69df6
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/appstudio-staging-cluster?ref=6564f8254a002f976f90f68fffb0928dec72f50b
- ../openshift-gitops/overlays/production-and-dev

images:
- name: \${COMMON_IMAGE}
newName: quay.io/redhat-appstudio/gitops-service
newTag: 875753ce0341cd58b26707185bfc5ed657c69df6
newTag: 6564f8254a002f976f90f68fffb0928dec72f50b
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=875753ce0341cd58b26707185bfc5ed657c69df6
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=6564f8254a002f976f90f68fffb0928dec72f50b
- ../../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: 875753ce0341cd58b26707185bfc5ed657c69df6
newTag: 6564f8254a002f976f90f68fffb0928dec72f50b

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=875753ce0341cd58b26707185bfc5ed657c69df6
- https://github.com/redhat-appstudio/managed-gitops/manifests/overlays/stonesoup-member-cluster?ref=6564f8254a002f976f90f68fffb0928dec72f50b
- ../../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: 875753ce0341cd58b26707185bfc5ed657c69df6
newTag: 6564f8254a002f976f90f68fffb0928dec72f50b

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

0 comments on commit ab683b6

Please sign in to comment.