Skip to content

Commit

Permalink
Bump HCO to 1.14: fix some leftovers (kubevirt#3092)
Browse files Browse the repository at this point in the history
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
  • Loading branch information
nunnatsa authored Sep 5, 2024
1 parent bda675c commit 6303a55
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ GenerateMinorChannels: true
DefaultChannelTypePreference: minor
Stable:
Bundles:
- Image: quay.io/kubevirt/hyperconverged-cluster-bundle:1.13.0
- Image: quay.io/kubevirt/hyperconverged-cluster-bundle:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ GenerateMinorChannels: true
DefaultChannelTypePreference: minor
Candidate:
Bundles:
- Image: quay.io/kubevirt/hyperconverged-cluster-bundle:1.13.0
- Image: quay.io/kubevirt/hyperconverged-cluster-bundle:1.14.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
packageName: community-kubevirt-hyperconverged
channels:
- name: "1.13.0"
currentCSV: kubevirt-hyperconverged-operator.v1.13.0
- name: "1.12.0"
currentCSV: kubevirt-hyperconverged-operator.v1.12.0
- name: "1.11.0"
currentCSV: kubevirt-hyperconverged-operator.v1.11.0
- name: "1.10.0"
currentCSV: kubevirt-hyperconverged-operator.v1.10.0
- name: "1.9.0"
Expand Down Expand Up @@ -30,4 +34,4 @@ channels:
currentCSV: kubevirt-hyperconverged-operator.v0.0.2
- name: "0.0.1"
currentCSV: kubevirt-hyperconverged-operator.v0.0.1
defaultChannel: "1.12.0"
defaultChannel: "1.13.0"
2 changes: 1 addition & 1 deletion hack/consecutive-upgrades-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ HCO_WH_DEPLOYMENT_NAME=hco-webhook
HCO_NAMESPACE="kubevirt-hyperconverged"
HCO_KIND="hyperconvergeds"
HCO_RESOURCE_NAME="kubevirt-hyperconverged"
MID_VERSION=1.13.0
MID_VERSION=1.14.0
TARGET_VERSION=100.0.0
VMS_NAMESPACE=vmsns

Expand Down

0 comments on commit 6303a55

Please sign in to comment.