From 218cb207ca6da7f8c29b164ec1f1f0cdd942124e Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:39:19 +0000 Subject: [PATCH] release-service update (#4623) * 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 f676f752edc..d9817b06ef9 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=cfbbbd458babb9d86ea24c2340db3278b6a06d80 +- https://github.com/konflux-ci/release-service/config/grafana/?ref=36faeb1792ecf283a10e7ea8b7d1208af77b16ec diff --git a/components/release/development/kustomization.yaml b/components/release/development/kustomization.yaml index e84efb1068b..2d08db1d823 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=cfbbbd458babb9d86ea24c2340db3278b6a06d80 + - https://github.com/konflux-ci/release-service/config/default?ref=36faeb1792ecf283a10e7ea8b7d1208af77b16ec images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: cfbbbd458babb9d86ea24c2340db3278b6a06d80 + newTag: 36faeb1792ecf283a10e7ea8b7d1208af77b16ec namespace: release-service