diff --git a/components/monitoring/grafana/base/dashboards/release/kustomization.yaml b/components/monitoring/grafana/base/dashboards/release/kustomization.yaml index d8df0d3a4eb..a0e39580fd5 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=69ae8399bf3b5961b672a5962a7d806376b7296f +- https://github.com/konflux-ci/release-service/config/grafana/?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5 diff --git a/components/release/development/kustomization.yaml b/components/release/development/kustomization.yaml index 2aafffc5c74..e4a40b2ab51 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=69ae8399bf3b5961b672a5962a7d806376b7296f + - https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5 images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: 69ae8399bf3b5961b672a5962a7d806376b7296f + newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5 namespace: release-service diff --git a/components/release/staging/kustomization.yaml b/components/release/staging/kustomization.yaml index 356184cbb69..b1a00933f69 100644 --- a/components/release/staging/kustomization.yaml +++ b/components/release/staging/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ../base - ../base/monitor/staging - - https://github.com/konflux-ci/release-service/config/default?ref=69ae8399bf3b5961b672a5962a7d806376b7296f + - https://github.com/konflux-ci/release-service/config/default?ref=e94df330de52919fd7d77cf41df2f5cca0adb4f5 components: - ../k-components/manager-resources-patch @@ -11,7 +11,7 @@ components: images: - name: quay.io/konflux-ci/release-service newName: quay.io/konflux-ci/release-service - newTag: 69ae8399bf3b5961b672a5962a7d806376b7296f + newTag: e94df330de52919fd7d77cf41df2f5cca0adb4f5 namespace: release-service