File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
config_ocp_cluster/templates/openshift
operator-pipeline/templates/openshift/tasks Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 default : " registry.access.redhat.com/ubi8-minimal@sha256:54ef2173bba7384dc7609e8affbae1c36f8a3ec137cacc0866116d65dd4b9afe"
1111 - name : tkn_image
1212 description : Tekton CLI image
13- default : registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:a523d17e00f1f75c35073f7a7c0abcb2a8930c331ae5b3a0aed26dff1e6be5a3
13+ default : registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d966a46ceac30b702791be4c1278ae316896119521d3007da8a6f2303671d577
1414 - name : metrics_endpoint
1515 description : |
1616 A metrics collector route.
Original file line number Diff line number Diff line change 1717 default : " registry.access.redhat.com/ubi8-minimal@sha256:54ef2173bba7384dc7609e8affbae1c36f8a3ec137cacc0866116d65dd4b9afe"
1818 - name : tkn_image
1919 description : Tekton CLI image
20- default : registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:a523d17e00f1f75c35073f7a7c0abcb2a8930c331ae5b3a0aed26dff1e6be5a3
20+ default : registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d966a46ceac30b702791be4c1278ae316896119521d3007da8a6f2303671d577
2121 - name : metrics_url
2222 description : |
2323 A metrics collector route.
Original file line number Diff line number Diff line change 1010
1111 - name : Download and extract the tkn binary
1212 ansible.builtin.unarchive :
13- src : https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.13 .0/tkn-linux-amd64.tar.gz
13+ src : https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/1.15 .0/tkn-linux-amd64.tar.gz
1414 dest : " {{ temp_tools_dir.path }}"
1515 remote_src : true
1616 include :
Original file line number Diff line number Diff line change 1414 params :
1515 - name : pipelines_cli_tkn_image
1616 description : Teknton cli image
17- default : " registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:a523d17e00f1f75c35073f7a7c0abcb2a8930c331ae5b3a0aed26dff1e6be5a3 "
17+ default : " registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d966a46ceac30b702791be4c1278ae316896119521d3007da8a6f2303671d577 "
1818 - name : github_host_url
1919 description : |
2020 The GitHub host, adjust this if you run a GitHub enteprise.
Original file line number Diff line number Diff line change 88 - name : pipeline_image
99 - name : pipelines_cli_tkn_image
1010 description : Teknton cli image
11- default : " registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:a523d17e00f1f75c35073f7a7c0abcb2a8930c331ae5b3a0aed26dff1e6be5a3 "
11+ default : " registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel8@sha256:d966a46ceac30b702791be4c1278ae316896119521d3007da8a6f2303671d577 "
1212 - name : pyxis_api_key_secret_name
1313 default : default-api-secret
1414 description : Kubernetes secret name that contains Pyxis API key. Valid only when external Pyxis is used.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ COPY operator-pipeline-images/config/krb5.conf /etc/krb5.conf
4949RUN curl -LO https://github.com/operator-framework/operator-registry/releases/download/v1.46.0/linux-${ARCH}-opm && \
5050 chmod +x linux-${ARCH}-opm && \
5151 mv linux-${ARCH}-opm /usr/local/bin/opm && \
52- curl -LO https://mirror.openshift.com/pub/openshift-v4/${ARCH}/clients/ocp/stable-4.14 /openshift-client-linux.tar.gz && \
52+ curl -LO https://mirror.openshift.com/pub/openshift-v4/${ARCH}/clients/ocp/stable-4.16 /openshift-client-linux.tar.gz && \
5353 tar xzvf openshift-client-linux.tar.gz -C /usr/local/bin oc && \
5454 curl -LO https://github.com/operator-framework/operator-sdk/releases/download/v1.36.1/operator-sdk_linux_${ARCH} && \
5555 chmod +x operator-sdk_linux_${ARCH} && \
You can’t perform that action at this time.
0 commit comments