Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 committed Oct 31, 2024
2 parents 8265e81 + 54baaf5 commit 5608238
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=52c09f4e6b5d6677cb79de67547cb0ed8e6fc99d
- https://github.com/konflux-ci/build-service/config/default?ref=c686cff5875764e7cb1cda5831a06be5d8c99b84

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: 52c09f4e6b5d6677cb79de67547cb0ed8e6fc99d
newTag: c686cff5875764e7cb1cda5831a06be5d8c99b84

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

namespace: build-service

images:
- name: quay.io/konflux-ci/build-service
newName: quay.io/konflux-ci/build-service
newTag: 52c09f4e6b5d6677cb79de67547cb0ed8e6fc99d
newTag: c686cff5875764e7cb1cda5831a06be5d8c99b84

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

0 comments on commit 5608238

Please sign in to comment.