Changing default images in ClusterServiceVersion.yaml #1542
Replies: 4 comments 2 replies
-
@seema-sandeep-jaisinghani-db in the tekton-operator deployment, you can override these image as environment variable. |
Beta Was this translation helpful? Give feedback.
-
Hi @jkandasa , I updated my task file to set env variables, but still same issue. apiVersion: tekton.dev/v1beta1 Logs still says- |
Beta Was this translation helpful? Give feedback.
-
@seema-sandeep-jaisinghani-db These images are updated by pipelines-controller and pipelines-controller is managed by tekton-operator. you have to update these images in operator, as I mentioned earlier.
|
Beta Was this translation helpful? Give feedback.
-
@seema-sandeep-jaisinghani-db still I am not clear about your installation path. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am trying to use tekton in our project as POC.
We have our own secure image registry we are not allwoed to use registr.redhad.io.
For my sample pipeline, code fails with obvious error as we are not allowed to use public reistries - Failed to pull image "registry.redhat.io/ubi8/ubi-minimal@sha256:6910799b75ad41f00891978575a0d955be2f800c51b955af73926e7ab59a41c3": rpc error: code = Unknown desc = pinging container registry registry.redhat.io: Get "https://registry.redhat.io/v2/":
We have ubi-minimal image in our private registry, is there a way to override this image with registry value somewhere in tekton custom resources?
These Images-
operator/operatorhub/openshift/release-artifacts/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml
Lines 852 to 905 in 1fc5370
Much appreciate input on this!
Beta Was this translation helpful? Give feedback.
All reactions