From 4c1e604c8f651e65e6810deb9f7fad2d647538a1 Mon Sep 17 00:00:00 2001 From: Jefferson Ramos Date: Wed, 8 Nov 2023 16:48:25 -0300 Subject: [PATCH] update s2i GA image on func-s2i task --- .../resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml | 2 +- pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml index 3dd28c8c90..907f9c0a69 100644 --- a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml +++ b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml @@ -61,7 +61,7 @@ spec: description: Digest of the image just built. steps: - name: generate - image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:8a70f50122691cca6ba4a97bacd56bd5f4e55bcdd37ba86712da0e41160d0263 + image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:6a6025914296a62fdf2092c3a40011bd9b966a6806b094d51eec5e1bd5026ef4 workingDir: $(workspaces.source.path) args: ["$(params.ENV_VARS[*])"] script: | diff --git a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml index 5e95579921..f1fb9c5619 100644 --- a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml +++ b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml @@ -61,7 +61,7 @@ spec: description: Digest of the image just built. steps: - name: generate - image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:8a70f50122691cca6ba4a97bacd56bd5f4e55bcdd37ba86712da0e41160d0263 + image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:6a6025914296a62fdf2092c3a40011bd9b966a6806b094d51eec5e1bd5026ef4 workingDir: $(workspaces.source.path) args: ["$(params.ENV_VARS[*])"] script: |