Skip to content

Commit

Permalink
build-service update (#3096)
Browse files Browse the repository at this point in the history
* update components/build-service/development/kustomization.yaml

* update components/build-service/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 Jan 22, 2024
1 parent 5945319 commit 0f8038a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/build-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/redhat-appstudio/build-service/config/default?ref=45e8fe7c3b036d1df3eee11c1d83e0633e451c07
- https://github.com/redhat-appstudio/build-service/config/default?ref=bbec36bdeeb982960017fae072fa9e978014c080

namespace: build-service

images:
- name: quay.io/redhat-appstudio/build-service
newName: quay.io/redhat-appstudio/build-service
newTag: 45e8fe7c3b036d1df3eee11c1d83e0633e451c07
newTag: bbec36bdeeb982960017fae072fa9e978014c080

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
Expand Down
4 changes: 2 additions & 2 deletions components/build-service/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Kustomization
resources:
- ../../base
- ../../base/external-secrets
- https://github.com/redhat-appstudio/build-service/config/default?ref=45e8fe7c3b036d1df3eee11c1d83e0633e451c07
- https://github.com/redhat-appstudio/build-service/config/default?ref=bbec36bdeeb982960017fae072fa9e978014c080

namespace: build-service

images:
- name: quay.io/redhat-appstudio/build-service
newName: quay.io/redhat-appstudio/build-service
newTag: 45e8fe7c3b036d1df3eee11c1d83e0633e451c07
newTag: bbec36bdeeb982960017fae072fa9e978014c080

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

0 comments on commit 0f8038a

Please sign in to comment.