Skip to content

Commit bdc59b7

Browse files
committed
Update Tekton to latest version
A cluster operator is now updated with 1.15 version and all cli tools should be updated too. Signed-off-by: Ales Raszka <[email protected]>
1 parent ee7d89b commit bdc59b7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ansible/roles/config_ocp_cluster/templates/openshift/metrics-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
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.

ansible/roles/config_ocp_cluster/templates/openshift/update-metrics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
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.

ansible/roles/integration_tests/tasks/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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:

ansible/roles/operator-pipeline/templates/openshift/tasks/github-pipelinerun-summary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
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.

ansible/roles/operator-pipeline/templates/openshift/tasks/upload-pipeline-logs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
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.

operator-pipeline-images/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COPY operator-pipeline-images/config/krb5.conf /etc/krb5.conf
4949
RUN 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} && \

0 commit comments

Comments
 (0)