From 8c516530581b70861b0b3d07f485aa8ee491243e Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:04:14 +0000 Subject: [PATCH] application-service update (#2694) * update components/has/base/kustomization.yaml * update components/has/production/kustomization.yaml * update components/has/staging/kustomization.yaml * update components/monitoring/grafana/base/dashboards/has/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> --- components/has/base/kustomization.yaml | 4 ++-- components/has/production/kustomization.yaml | 6 +++--- components/has/staging/kustomization.yaml | 2 +- .../grafana/base/dashboards/has/kustomization.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/has/base/kustomization.yaml b/components/has/base/kustomization.yaml index c054b3bd6ea..84cbe3cdda0 100644 --- a/components/has/base/kustomization.yaml +++ b/components/has/base/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ./argocd-roles - ./rbac - - https://github.com/redhat-appstudio/application-service/config/default?ref=19fce3ccf2e55ed70642bfe3d23d90a40024044a + - https://github.com/redhat-appstudio/application-service/config/default?ref=0818fb9274954f390020b5ec64ffc81036d24d2b components: @@ -13,7 +13,7 @@ components: images: - name: quay.io/redhat-appstudio/application-service newName: quay.io/redhat-appstudio/application-service - newTag: 19fce3ccf2e55ed70642bfe3d23d90a40024044a + newTag: 0818fb9274954f390020b5ec64ffc81036d24d2b configMapGenerator: - literals: diff --git a/components/has/production/kustomization.yaml b/components/has/production/kustomization.yaml index 4c927878dbd..8377be5e29c 100644 --- a/components/has/production/kustomization.yaml +++ b/components/has/production/kustomization.yaml @@ -4,8 +4,8 @@ resources: - ../base/argocd-roles - ../base/external-secrets - ../base/rbac - - https://github.com/redhat-appstudio/application-service/config/default?ref=19fce3ccf2e55ed70642bfe3d23d90a40024044a - - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=19fce3ccf2e55ed70642bfe3d23d90a40024044a + - https://github.com/redhat-appstudio/application-service/config/default?ref=0818fb9274954f390020b5ec64ffc81036d24d2b + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=0818fb9274954f390020b5ec64ffc81036d24d2b components: - ../k-components/manager-resources @@ -15,7 +15,7 @@ components: images: - name: quay.io/redhat-appstudio/application-service newName: quay.io/redhat-appstudio/application-service - newTag: 19fce3ccf2e55ed70642bfe3d23d90a40024044a + newTag: 0818fb9274954f390020b5ec64ffc81036d24d2b configMapGenerator: - literals: diff --git a/components/has/staging/kustomization.yaml b/components/has/staging/kustomization.yaml index a762ba97f24..f4e9c55386f 100644 --- a/components/has/staging/kustomization.yaml +++ b/components/has/staging/kustomization.yaml @@ -4,7 +4,7 @@ resources: - ../base - ../base/external-secrets - rbac - - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=19fce3ccf2e55ed70642bfe3d23d90a40024044a + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=0818fb9274954f390020b5ec64ffc81036d24d2b components: diff --git a/components/monitoring/grafana/base/dashboards/has/kustomization.yaml b/components/monitoring/grafana/base/dashboards/has/kustomization.yaml index c9e4a3b10cd..02e5083682e 100644 --- a/components/monitoring/grafana/base/dashboards/has/kustomization.yaml +++ b/components/monitoring/grafana/base/dashboards/has/kustomization.yaml @@ -1,5 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=19fce3ccf2e55ed70642bfe3d23d90a40024044a + - https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=0818fb9274954f390020b5ec64ffc81036d24d2b - dashboard.yaml