Skip to content

Commit 4381ca4

Browse files
committed
ci/hermetic: specify openshift-client version
We need to specify a version for Renovate to update it. While bumping that version, Renovate will also update the checksum (see [1]). [1] https://issues.redhat.com/browse/KFLUXSPRT-3976
1 parent 35032cc commit 4381ca4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/hermetic/artifacts.lock.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
metadata:
22
version: '1.0'
33
artifacts:
4-
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/latest/openshift-client-linux.tar.gz'
5-
checksum: 'sha256:ee95462864b988040da09613d5aa691c1d3576813b532d2fcec1e67ccbb4164a'
4+
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.19.1/openshift-client-linux-4.19.1.tar.gz'
5+
checksum: 'sha256:546ea80a6670b0338b05d9babaf2791ddc9c219411f67e76ec5c41de98e9fefb'
66
filename: 'openshift-client-linux-x86_64.tar.gz'
7-
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/s390x/clients/ocp/latest/openshift-client-linux.tar.gz'
7+
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/s390x/clients/ocp/4.19.1/openshift-client-linux-4.19.1.tar.gz'
88
checksum: 'sha256:516e7dd49806a0664177c04473ac2991d1ada53d28501c552135e7abe86043e5'
99
filename: 'openshift-client-linux-s390x.tar.gz'
10-
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/latest/openshift-client-linux.tar.gz'
10+
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/4.19.1/openshift-client-linux-4.19.1.tar.gz'
1111
checksum: 'sha256:49bd2d47add43270f936246bd8eb57123cde8e16e823180f2ad7589e9f480657'
1212
filename: 'openshift-client-linux-ppc64le.tar.gz'
13-
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/aarch64/clients/ocp/latest/openshift-client-linux.tar.gz'
13+
- download_url: 'https://mirror.openshift.com/pub/openshift-v4/aarch64/clients/ocp/4.19.1/openshift-client-linux-4.19.1.tar.gz'
1414
checksum: 'sha256:546ea80a6670b0338b05d9babaf2791ddc9c219411f67e76ec5c41de98e9fefb'
1515
filename: 'openshift-client-linux-aarch64.tar.gz'

0 commit comments

Comments
 (0)