diff --git a/components/build-service/development/kustomization.yaml b/components/build-service/development/kustomization.yaml index 4099357bd26..db6832286b9 100644 --- a/components/build-service/development/kustomization.yaml +++ b/components/build-service/development/kustomization.yaml @@ -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 diff --git a/components/build-service/staging/base/kustomization.yaml b/components/build-service/staging/base/kustomization.yaml index 032ee438d9f..3d332cd69b4 100644 --- a/components/build-service/staging/base/kustomization.yaml +++ b/components/build-service/staging/base/kustomization.yaml @@ -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