From a4740d0869bcfcc0b9cefc63e2e520dee1ddc985 Mon Sep 17 00:00:00 2001 From: gabemontero Date: Mon, 13 May 2024 07:44:35 -0400 Subject: [PATCH] pin results image until watcher mem leak fix is deemed ok rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- components/pipeline-service/development/kustomization.yaml | 6 ++++++ .../pipeline-service/production/base/kustomization.yaml | 6 ++++++ components/pipeline-service/staging/base/kustomization.yaml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/components/pipeline-service/development/kustomization.yaml b/components/pipeline-service/development/kustomization.yaml index 4c6f63268f0..21484446463 100644 --- a/components/pipeline-service/development/kustomization.yaml +++ b/components/pipeline-service/development/kustomization.yaml @@ -12,6 +12,12 @@ resources: - https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=e52f83e174efb8f308f6e32d1e0fc9f8eb9ed893 - ../base/rbac +images: + - name: quay.io/redhat-appstudio/tekton-results-api + newTag: bae7851ff584423503af324200f52cd28ca99116 + - name: quay.io/redhat-appstudio/tekton-results-watcher + newTag: bae7851ff584423503af324200f52cd28ca99116 + patches: - path: chains-tekton-config-patches.yaml target: diff --git a/components/pipeline-service/production/base/kustomization.yaml b/components/pipeline-service/production/base/kustomization.yaml index 3428b6bea66..4cfe32dd0eb 100644 --- a/components/pipeline-service/production/base/kustomization.yaml +++ b/components/pipeline-service/production/base/kustomization.yaml @@ -14,6 +14,12 @@ resources: - ../../base/testing - ../../base/rbac +images: + - name: quay.io/redhat-appstudio/tekton-results-api + newTag: bae7851ff584423503af324200f52cd28ca99116 + - name: quay.io/redhat-appstudio/tekton-results-watcher + newTag: bae7851ff584423503af324200f52cd28ca99116 + patches: # - path: scale-down-exporter.yaml # target: diff --git a/components/pipeline-service/staging/base/kustomization.yaml b/components/pipeline-service/staging/base/kustomization.yaml index dcbbf3bcd2b..e6818a16142 100644 --- a/components/pipeline-service/staging/base/kustomization.yaml +++ b/components/pipeline-service/staging/base/kustomization.yaml @@ -14,6 +14,12 @@ resources: - ../../base/testing - ../../base/rbac +images: + - name: quay.io/redhat-appstudio/tekton-results-api + newTag: bae7851ff584423503af324200f52cd28ca99116 + - name: quay.io/redhat-appstudio/tekton-results-watcher + newTag: bae7851ff584423503af324200f52cd28ca99116 + patches: - path: chains-tekton-config-patches.yaml target: