Skip to content

Commit e98fb22

Browse files
jkheliltekton-robot
authored andcommitted
update pruner sha with latest
1 parent 5cbba27 commit e98fb22

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

charts/tekton-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pruner:
5656
image:
5757
# Container image for Tekton pruner. Defaults to gcr.
5858
repository: "gcr.io/tekton-releases/dogfooding/tkn"
59-
tag: "8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359"
59+
tag: "d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471"
6060

6161
## Configuration for the tekton-operator-webhook pod
6262
webhook:

config/kubernetes/base/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- name: IMAGE_PIPELINES_PROXY
5252
value: ko://github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook
5353
- name: IMAGE_JOB_PRUNER_TKN
54-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
54+
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
5555
- name: METRICS_DOMAIN
5656
value: tekton.dev/operator
5757
- name: VERSION

config/openshift/base/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- name: IMAGE_PIPELINES_PROXY
6464
value: ko://github.com/tektoncd/operator/cmd/openshift/proxy-webhook
6565
- name: IMAGE_JOB_PRUNER_TKN
66-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
66+
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
6767
- name: METRICS_DOMAIN
6868
value: tekton.dev/operator
6969
- name: VERSION

operatorhub/kubernetes/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image-substitutions:
1313
containerName: tekton-operator-lifecycle
1414
envKeys:
1515
- IMAGE_PIPELINES_PROXY
16-
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
16+
- image: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
1717
replaceLocations:
1818
envTargets:
1919
- deploymentName: tekton-operator

operatorhub/kubernetes/release-artifacts/bundle/manifests/tektoncd-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ spec:
815815
- name: IMAGE_PIPELINES_PROXY
816816
value: gcr.io/tekton-releases/github.com/tektoncd/operator/cmd/kubernetes/proxy-webhook@sha256:c2c3a38c2d26fc05d336e0e47c24a488a26cc6df8d72cd55e00ac05668d090d4
817817
- name: IMAGE_JOB_PRUNER_TKN
818-
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:8d4383ff675cdf42b0006fca9b5b3b0c1d6180ff0013805242c877352e03a359
818+
value: gcr.io/tekton-releases/dogfooding/tkn@sha256:d1da68e766393c4b4eb162128f2c5fd2cee270828811a113fcda1e8a586e7471
819819
- name: METRICS_DOMAIN
820820
value: tekton.dev/operator
821821
- name: VERSION

0 commit comments

Comments
 (0)