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