Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=affd5b51b3d597ae73a84702e82da7df215915db
- https://github.com/konflux-ci/build-service/config/default?ref=ba73e87304ee285f649e18d735d2fa1508e137f9

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: affd5b51b3d597ae73a84702e82da7df215915db
newTag: ba73e87304ee285f649e18d735d2fa1508e137f9

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

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: affd5b51b3d597ae73a84702e82da7df215915db
newTag: ba73e87304ee285f649e18d735d2fa1508e137f9

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