Skip to content

Commit

Permalink
use quay images in stepAction
Browse files Browse the repository at this point in the history
use quay images in stepAction

Signed-off-by: Pramod Bindal <[email protected]>
  • Loading branch information
pramodbindal committed Nov 29, 2024
1 parent 0e730d0 commit f352a31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .konflux/main/component-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions tekton/cache-fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions tekton/cache-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f352a31

Please sign in to comment.