diff --git a/components/has/base/kustomization.yaml b/components/has/base/kustomization.yaml index e3708ce1bf7..a01d12ec0a9 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=99b9e453256d67a96b779b54aae695df4f2d83b0 + - https://github.com/redhat-appstudio/application-service/config/default?ref=4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 components: @@ -13,7 +13,7 @@ components: images: - name: quay.io/redhat-appstudio/application-service newName: quay.io/redhat-appstudio/application-service - newTag: 99b9e453256d67a96b779b54aae695df4f2d83b0 + newTag: 4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 configMapGenerator: - literals: diff --git a/components/has/production/kustomization.yaml b/components/has/production/kustomization.yaml index f517cbf438f..a4f33fdeb81 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=99b9e453256d67a96b779b54aae695df4f2d83b0 - - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=99b9e453256d67a96b779b54aae695df4f2d83b0 + - https://github.com/redhat-appstudio/application-service/config/default?ref=4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 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: 99b9e453256d67a96b779b54aae695df4f2d83b0 + newTag: 4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 configMapGenerator: - literals: diff --git a/components/has/staging/kustomization.yaml b/components/has/staging/kustomization.yaml index 42060eb6fe2..24e46433ad1 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=99b9e453256d67a96b779b54aae695df4f2d83b0 + - https://github.com/redhat-appstudio/application-service/config/prometheus/?ref=4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 components: diff --git a/components/monitoring/grafana/base/dashboards/has/kustomization.yaml b/components/monitoring/grafana/base/dashboards/has/kustomization.yaml index 034847c0276..078ca3da1f3 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=99b9e453256d67a96b779b54aae695df4f2d83b0 + - https://github.com/redhat-appstudio/application-service/config/monitoring/?ref=4ec3ad6a4885ea6de5d049f6c64b75eddc14d793 - dashboard.yaml