From 093eb4f889fdb196db5e03f17d2f777e2c8632d9 Mon Sep 17 00:00:00 2001 From: Petr Muller Date: Wed, 2 Oct 2024 20:15:48 +0200 Subject: [PATCH] cvo: explicitly import hypershift base images Follow https://github.com/openshift/release/pull/57123 --- .../openshift-cluster-version-operator-master.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.15.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.16.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.17.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.18.yaml | 8 ++++++++ .../openshift-cluster-version-operator-release-4.19.yaml | 8 ++++++++ 6 files changed, 48 insertions(+) diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml index 97495136b587b..699a681a8b7cf 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-master.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.15.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.15.yaml index 08e75fbba1e1d..58926dc3869d3 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.15.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.15.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.16.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.16.yaml index 540f9955259a8..82c34e98c6ec1 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.16.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.16.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.17.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.17.yaml index 9eb61a098fbe6..829ff2ca1f008 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.17.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.17.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.18.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.18.yaml index d4df310a1534f..602d34a78166a 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.18.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.18.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci diff --git a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.19.yaml b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.19.yaml index f9eee26892370..77ef13fab92b5 100644 --- a/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.19.yaml +++ b/ci-operator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-release-4.19.yaml @@ -1,4 +1,12 @@ base_images: + hypershift-operator: + name: hypershift-operator + namespace: hypershift + tag: latest + hypershift-tests: + name: hypershift-tests + namespace: hypershift + tag: latest golangci-lint: name: golangci-lint namespace: ci