From 66f21ebb86c8c27115890b0779d74744bbeaa22f Mon Sep 17 00:00:00 2001 From: Jawed khelil Date: Tue, 17 Dec 2024 09:33:04 +0100 Subject: [PATCH] update pruner sha with latest --- charts/tekton-operator/values.yaml | 2 +- config/kubernetes/base/operator.yaml | 2 +- config/openshift/base/operator.yaml | 2 +- operatorhub/kubernetes/config.yaml | 2 +- .../manifests/tektoncd-operator.clusterserviceversion.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/tekton-operator/values.yaml b/charts/tekton-operator/values.yaml index 297ad74487..da0f75a52a 100644 --- a/charts/tekton-operator/values.yaml +++ b/charts/tekton-operator/values.yaml @@ -56,7 +56,7 @@ pruner: image: # Container image for Tekton pruner. Defaults to gcr. repository: "gcr.io/tekton-releases/dogfooding/tkn" - tag: "8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359" + tag: "d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471" ## Configuration for the tekton-operator-webhook pod webhook: diff --git a/config/kubernetes/base/operator.yaml b/config/kubernetes/base/operator.yaml index 8751c10381..fd85f7720a 100644 --- a/config/kubernetes/base/operator.yaml +++ b/config/kubernetes/base/operator.yaml @@ -51,7 +51,7 @@ spec: - name: IMAGE_PIPELINES_PROXY value: ko://github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook - name: IMAGE_JOB_PRUNER_TKN - value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359 + value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION diff --git a/config/openshift/base/operator.yaml b/config/openshift/base/operator.yaml index 8d323cd963..3b89a0a673 100644 --- a/config/openshift/base/operator.yaml +++ b/config/openshift/base/operator.yaml @@ -63,7 +63,7 @@ spec: - name: IMAGE_PIPELINES_PROXY value: ko://github.com/tektoncd/operator/cmd/openshift/proxy-webhook - name: IMAGE_JOB_PRUNER_TKN - value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359 + value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION diff --git a/operatorhub/kubernetes/config.yaml b/operatorhub/kubernetes/config.yaml index 8b65885d39..a3e20b96e9 100644 --- a/operatorhub/kubernetes/config.yaml +++ b/operatorhub/kubernetes/config.yaml @@ -13,7 +13,7 @@ image-substitutions: containerName: tekton-operator-lifecycle envKeys: - IMAGE_PIPELINES_PROXY -- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359 +- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 replaceLocations: envTargets: - deploymentName: tekton-operator diff --git a/operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml b/operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml index a14a4e4597..8e5025b49d 100644 --- a/operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml +++ b/operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml @@ -815,7 +815,7 @@ spec: - name: IMAGE_PIPELINES_PROXY value: gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook@sha256:c2c3a38c2d26fc05d336e0e47c24a488a26cc6df8d72cd55e00ac05668d090d4 - name: IMAGE_JOB_PRUNER_TKN - value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359 + value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION