diff --git a/charts/tekton-operator/values.yaml b/charts/tekton-operator/values.yaml index b791507c5..4264f70fd 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: "ghcr.io/tektoncd/plumbing/tkn" - tag: "d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471" + tag: "233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed" ## Configuration for the tekton-operator-webhook pod webhook: diff --git a/config/kubernetes/base/operator.yaml b/config/kubernetes/base/operator.yaml index 930259b36..e47251ebb 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: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 + value: ghcr.io/tektoncd/plumbing/tkn@sha256:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION diff --git a/config/openshift/base/operator.yaml b/config/openshift/base/operator.yaml index 2068f721d..6809356e8 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: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 + value: ghcr.io/tektoncd/plumbing/tkn@sha256:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION 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 bf8521e66..932cdb994 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: ghcr.io/tektoncd/plumbing/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471 + value: ghcr.io/tektoncd/plumbing/tkn@sha256:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed - name: METRICS_DOMAIN value: tekton.dev/operator - name: VERSION