Skip to content

Commit

Permalink
Update image to use registry.redhat.io
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 22, 2023
1 parent 453c4ed commit 2629ec6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions test/e2e/e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ source ./test/helper/helper.sh
run kubectl delete taskrun --all
assert_success

kubectl delete secret regcred || true
run kubectl create secret generic regcred \
--from-file=.dockerconfigjson=$HOME/.docker/config.json \
--type=kubernetes.io/dockerconfigjson
assert_success
run kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "regcred"}]}'
assert_success

run tkn task start git \
--param="URL=https://github.com/tektoncd/community.git" \
--param="DEPTH=1" \
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
images:
gitInit: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:latest
gitInit: registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c4b2183f7c7997bd401d86b33eefb637b3ef2fa90618e875106292cd69a15c14

annotations:
tekton.dev/pipelines.minVersion: "0.38.0"
Expand Down

0 comments on commit 2629ec6

Please sign in to comment.