Skip to content

Commit

Permalink
Build service update (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Apr 29, 2024
1 parent 10ca7ab commit acf4d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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=c214c7ecad9e2b65834089c123d89d8157ad078c
- https://github.com/redhat-appstudio/build-service/config/default?ref=b09439db9216ec7bdf003e89f44536da43720339

namespace: build-service

images:
- name: quay.io/redhat-appstudio/build-service
newName: quay.io/redhat-appstudio/build-service
newTag: c214c7ecad9e2b65834089c123d89d8157ad078c
newTag: b09439db9216ec7bdf003e89f44536da43720339

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
Expand Down
6 changes: 3 additions & 3 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=c214c7ecad9e2b65834089c123d89d8157ad078c
- https://github.com/redhat-appstudio/build-service/config/default?ref=b09439db9216ec7bdf003e89f44536da43720339

namespace: build-service

images:
- name: quay.io/redhat-appstudio/build-service
newName: quay.io/redhat-appstudio/build-service
newTag: c214c7ecad9e2b65834089c123d89d8157ad078c
newTag: b09439db9216ec7bdf003e89f44536da43720339

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

0 comments on commit acf4d78

Please sign in to comment.