Skip to content

Commit

Permalink
Updates tkn image to use latest sha
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <[email protected]>
  • Loading branch information
PuneetPunamiya authored and tekton-robot committed Aug 26, 2024
1 parent d13a4bd commit 4662eb5
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: "95c3ec1f6f442b4d14070e0c421e16eca919754a78c2df11e30be975b971ebe5"
tag: "8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359"

## 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:95c3ec1f6f442b4d14070e0c421e16eca919754a78c2df11e30be975b971ebe5
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
- 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:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
- 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:a572f1748eb5c0e8002dd0a83ee836ad9d755d035cbd5bfbdef5de810d2bea0b
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
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:025de221fb059ca24a3b2d988889ea34bce48dc76c0cf0d6b4499edb8c21325f
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
- name: METRICS_DOMAIN
value: tekton.dev/operator
- name: VERSION
Expand Down

0 comments on commit 4662eb5

Please sign in to comment.