File tree 6 files changed +6
-6
lines changed
config_ocp_cluster/templates/openshift
operator-pipeline/templates/openshift/tasks
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
default : " registry.access.redhat.com/ubi8-minimal@sha256:54ef2173bba7384dc7609e8affbae1c36f8a3ec137cacc0866116d65dd4b9afe"
11
11
- name : tkn_image
12
12
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
14
14
- name : metrics_endpoint
15
15
description : |
16
16
A metrics collector route.
Original file line number Diff line number Diff line change 17
17
default : " registry.access.redhat.com/ubi8-minimal@sha256:54ef2173bba7384dc7609e8affbae1c36f8a3ec137cacc0866116d65dd4b9afe"
18
18
- name : tkn_image
19
19
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
21
21
- name : metrics_url
22
22
description : |
23
23
A metrics collector route.
Original file line number Diff line number Diff line change 10
10
11
11
- name : Download and extract the tkn binary
12
12
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
14
14
dest : " {{ temp_tools_dir.path }}"
15
15
remote_src : true
16
16
include :
Original file line number Diff line number Diff line change 14
14
params :
15
15
- name : pipelines_cli_tkn_image
16
16
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 "
18
18
- name : github_host_url
19
19
description : |
20
20
The GitHub host, adjust this if you run a GitHub enteprise.
Original file line number Diff line number Diff line change 8
8
- name : pipeline_image
9
9
- name : pipelines_cli_tkn_image
10
10
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 "
12
12
- name : pyxis_api_key_secret_name
13
13
default : default-api-secret
14
14
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
49
49
RUN curl -LO https://github.com/operator-framework/operator-registry/releases/download/v1.46.0/linux-${ARCH}-opm && \
50
50
chmod +x linux-${ARCH}-opm && \
51
51
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 && \
53
53
tar xzvf openshift-client-linux.tar.gz -C /usr/local/bin oc && \
54
54
curl -LO https://github.com/operator-framework/operator-sdk/releases/download/v1.36.1/operator-sdk_linux_${ARCH} && \
55
55
chmod +x operator-sdk_linux_${ARCH} && \
You can’t perform that action at this time.
0 commit comments