From 54baaf5e00a2e72dfd1c502ca49a03597ef19921 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:31:05 +0000 Subject: [PATCH] build-service update (#4801) * 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> --- components/build-service/development/kustomization.yaml | 4 ++-- components/build-service/staging/base/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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