From 44dd3fa577b76ee25ca63be4e8760802a87f79da Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 22 Nov 2023 16:03:33 +0100 Subject: [PATCH] Update image to use registry.redhat.io Signed-off-by: Vincent Demeester --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 10e9138..9922dd4 100644 --- a/values.yaml +++ b/values.yaml @@ -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"