From 917d6504ba397f54067a6bffac93409e25666e2a 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, 8 Dec 2023 22:11:11 +0000 Subject: [PATCH] application-service update (#2888) * 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 d874d599021..c42b8f7134e 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=5c90c137a590afef714f056c1e326da70912ac4b + - https://github.com/redhat-appstudio/application-service/config/default?ref=2fc5811b275d911a21922579721c10117c2bc626 components: @@ -13,7 +13,7 @@ components: images: - name: quay.io/redhat-appstudio/application-service newName: quay.io/redhat-appstudio/application-service - newTag: 5c90c137a590afef714f056c1e326da70912ac4b + newTag: 2fc5811b275d911a21922579721c10117c2bc626 configMapGenerator: - literals: diff --git a/components/has/production/kustomization.yaml b/components/has/production/kustomization.yaml index 02da9ede832..f8b72e6b771 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=5c90c137a590afef714f056c1e326da70912ac4b - - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=5c90c137a590afef714f056c1e326da70912ac4b + - https://github.com/redhat-appstudio/application-service/config/default?ref=2fc5811b275d911a21922579721c10117c2bc626 + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=2fc5811b275d911a21922579721c10117c2bc626 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: 5c90c137a590afef714f056c1e326da70912ac4b + newTag: 2fc5811b275d911a21922579721c10117c2bc626 configMapGenerator: - literals: diff --git a/components/has/staging/kustomization.yaml b/components/has/staging/kustomization.yaml index fc46c415039..573a8a9cfde 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=5c90c137a590afef714f056c1e326da70912ac4b + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=2fc5811b275d911a21922579721c10117c2bc626 components: diff --git a/components/monitoring/grafana/base/dashboards/has/kustomization.yaml b/components/monitoring/grafana/base/dashboards/has/kustomization.yaml index 310984e5ed4..625f9cf8b4f 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=5c90c137a590afef714f056c1e326da70912ac4b + - https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=2fc5811b275d911a21922579721c10117c2bc626 - dashboard.yaml