From f0fc6ef7d316cb02f7a83e773634cb86af4a5194 Mon Sep 17 00:00:00 2001 From: Or Shoval Date: Wed, 27 Sep 2023 13:17:57 +0300 Subject: [PATCH] kubevirtci: Bump and use latest k8s 1.28 Signed-off-by: Or Shoval --- cluster/cluster.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/cluster.sh b/cluster/cluster.sh index 8582f61..d270009 100644 --- a/cluster/cluster.sh +++ b/cluster/cluster.sh @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.25'} +export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.28'} export KUBEVIRT_NUM_NODES=1 -export KUBEVIRTCI_TAG='2212161203-bcbedfe' +export KUBEVIRTCI_TAG='2309270755-08cf52f' KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git' # The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.