Skip to content

Commit

Permalink
fix pruner image sha
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@redhat.com>
  • Loading branch information
jkandasa authored and tekton-robot committed Oct 3, 2024
1 parent b025522 commit 085011b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/tekton-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pruner:
image:
# Container image for Tekton pruner. Defaults to gcr.
repository: "gcr.io/tekton-releases/dogfooding/tkn"
tag: "8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359"
tag: "233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed" # v0.38.1

## Configuration for the tekton-operator-webhook pod
webhook:
Expand Down
2 changes: 1 addition & 1 deletion config/kubernetes/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed # v0.38.1
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down
2 changes: 1 addition & 1 deletion config/openshift/base/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed # v0.38.1
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down
2 changes: 1 addition & 1 deletion operatorhub/kubernetes/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed # v0.38.1
replaceLocations:
envTargets:
- deploymentName: tekton-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:233de6c8b8583a34c2379fa98d42dba739146c9336e8d41b66030484357481ed # v0.38.1
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down

0 comments on commit 085011b

Please sign in to comment.