From dce2aba7089a59bb8e80e03c7e391f3358412ca3 Mon Sep 17 00:00:00 2001 From: Emil Natan Date: Fri, 22 Mar 2024 21:22:34 +0200 Subject: [PATCH] Use newer Tekton Results version Use newer Tekton Results version including the "Support all data types in summary annotations" (fix for the json unmarshal bug). Drop the "employ some channel best practices to avoid hanging goroutines and memory leaks from unclosed buffered channels" commit. --- .../pipeline-service/tekton-results/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/operator/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml b/operator/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml index 6bb38b035..a725949d0 100644 --- a/operator/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml +++ b/operator/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: tekton-results resources: - - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=a602fb3e858f6a3195374d2175053db7e5db9f77 + - https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=bae7851ff584423503af324200f52cd28ca99116 - namespace.yaml - api-route.yaml - watcher-logging-rbac.yaml @@ -13,10 +13,10 @@ resources: images: - name: ko://github.com/tektoncd/results/cmd/api newName: quay.io/redhat-appstudio/tekton-results-api - newTag: a602fb3e858f6a3195374d2175053db7e5db9f77 + newTag: bae7851ff584423503af324200f52cd28ca99116 - name: ko://github.com/tektoncd/results/cmd/watcher newName: quay.io/redhat-appstudio/tekton-results-watcher - newTag: a602fb3e858f6a3195374d2175053db7e5db9f77 + newTag: bae7851ff584423503af324200f52cd28ca99116 # generate a new configmap with updated values (logs api, db ssl mode) and replace the default one configMapGenerator: