From f352a3111a3e0084f02b5bdddf9e8a5e116d5807 Mon Sep 17 00:00:00 2001 From: Pramod Bindal Date: Fri, 29 Nov 2024 16:27:38 +0530 Subject: [PATCH] use quay images in stepAction use quay images in stepAction Signed-off-by: Pramod Bindal --- .konflux/main/component-cache.yaml | 1 + tekton/cache-fetch.yaml | 5 ++--- tekton/cache-upload.yaml | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.konflux/main/component-cache.yaml b/.konflux/main/component-cache.yaml index 152db2e0b..0755b1643 100644 --- a/.konflux/main/component-cache.yaml +++ b/.konflux/main/component-cache.yaml @@ -11,6 +11,7 @@ spec: application: tekton-caches-main build-nudges-ref: - operator-main-bundle + - tekton-caches-main-cache source: git: url: https://github.com/openshift-pipelines/tekton-caches diff --git a/tekton/cache-fetch.yaml b/tekton/cache-fetch.yaml index b45ad2efe..0de3b98e9 100644 --- a/tekton/cache-fetch.yaml +++ b/tekton/cache-fetch.yaml @@ -74,9 +74,8 @@ spec: value: $(params.awsCredentialFile) - name: BLOB_QUERY_PARAMS value: $(params.blobQueryParams) - # FIXME: use a released version once something is released :) - image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest - args: ["$(params.patterns[*])"] + image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache@sha256:faca47bb0a096088a1145598dadcc0629ebb574c7cf2f649875defa54aa3af64 + args: [ "$(params.patterns[*])" ] script: | #!/bin/sh diff --git a/tekton/cache-upload.yaml b/tekton/cache-upload.yaml index dde20c441..cca066138 100644 --- a/tekton/cache-upload.yaml +++ b/tekton/cache-upload.yaml @@ -84,9 +84,8 @@ spec: value: $(params.awsCredentialFile) - name: BLOB_QUERY_PARAMS value: $(params.blobQueryParams) - # FIXME: use a released version once something is released :) - image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest - args: ["$(params.patterns[*])"] + image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tekton-caches-main/cache@sha256:faca47bb0a096088a1145598dadcc0629ebb574c7cf2f649875defa54aa3af64 + args: [ "$(params.patterns[*])" ] script: | #!/usr/bin/env sh set -x