From 987a11ededb1eb0763265ed931df87616c6aceec Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:51:11 +0000 Subject: [PATCH] release-service update (#4969) * update components/monitoring/grafana/base/dashboards/release/kustomization.yaml * update components/release/development/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> --- .../grafana/base/dashboards/release/kustomization.yaml | 2 +- components/release/development/kustomization.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/monitoring/grafana/base/dashboards/release/kustomization.yaml b/components/monitoring/grafana/base/dashboards/release/kustomization.yaml index 7db68bb7112..67754b25e7e 100644 --- a/components/monitoring/grafana/base/dashboards/release/kustomization.yaml +++ b/components/monitoring/grafana/base/dashboards/release/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- https://github.com/konflux-ci/release-service/config/grafana/?ref=00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 +- https://github.com/konflux-ci/release-service/config/grafana/?ref=92700c2a7e0729373b78921ccc5d5ed500c77906 diff --git a/components/release/development/kustomization.yaml b/components/release/development/kustomization.yaml index 41ac8aebcd6..71d5ade71a4 100644 --- a/components/release/development/kustomization.yaml +++ b/components/release/development/kustomization.yaml @@ -3,11 +3,11 @@ kind: Kustomization resources: - ../base - ../base/monitor/development - - https://github.com/konflux-ci/release-service/config/default?ref=00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 + - https://github.com/konflux-ci/release-service/config/default?ref=92700c2a7e0729373b78921ccc5d5ed500c77906 images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: 00b1c200d82c5e6262ea08b90d1ddeaaa1c5ad37 + newTag: 92700c2a7e0729373b78921ccc5d5ed500c77906 namespace: release-service