From b0bcaaead53ad5f5e7f1fe98c4fcffe324e33d05 Mon Sep 17 00:00:00 2001 From: "rh-tap-build-team[bot]" <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:41:51 +0000 Subject: [PATCH] application-service update (#2764) * 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 d898c316d20..5e6dff2816d 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=b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + - https://github.com/redhat-appstudio/application-service/config/default?ref=c3e6afdcd77d92314796efba8fc1b3a0585f7555 components: @@ -13,7 +13,7 @@ components: images: - name: quay.io/redhat-appstudio/application-service newName: quay.io/redhat-appstudio/application-service - newTag: b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + newTag: c3e6afdcd77d92314796efba8fc1b3a0585f7555 configMapGenerator: - literals: diff --git a/components/has/production/kustomization.yaml b/components/has/production/kustomization.yaml index 7a073ee3133..0e1167b7abf 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=b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 - - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + - https://github.com/redhat-appstudio/application-service/config/default?ref=c3e6afdcd77d92314796efba8fc1b3a0585f7555 + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=c3e6afdcd77d92314796efba8fc1b3a0585f7555 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: b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + newTag: c3e6afdcd77d92314796efba8fc1b3a0585f7555 configMapGenerator: - literals: diff --git a/components/has/staging/kustomization.yaml b/components/has/staging/kustomization.yaml index 8b46ce08190..61dde900df7 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=b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=c3e6afdcd77d92314796efba8fc1b3a0585f7555 components: diff --git a/components/monitoring/grafana/base/dashboards/has/kustomization.yaml b/components/monitoring/grafana/base/dashboards/has/kustomization.yaml index aeaa5a6bdea..2cd236e58ff 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=b31090d35f81ad7601c7bb79d6c99f63cfb0d4d8 + - https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=c3e6afdcd77d92314796efba8fc1b3a0585f7555 - dashboard.yaml