Skip to content

Commit

Permalink
build-service update (#5183)
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 Dec 20, 2024
1 parent 45c3f83 commit c42e676
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/konflux-ci/build-service/config/default?ref=499dc0b20fd1a2d5040768d68a529b43295e1e3f
- https://github.com/konflux-ci/build-service/config/default?ref=f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: 499dc0b20fd1a2d5040768d68a529b43295e1e3f
newTag: f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010

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/konflux-ci/build-service/config/default?ref=499dc0b20fd1a2d5040768d68a529b43295e1e3f
- https://github.com/konflux-ci/build-service/config/default?ref=f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: 499dc0b20fd1a2d5040768d68a529b43295e1e3f
newTag: f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010

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

0 comments on commit c42e676

Please sign in to comment.