From 246aeb3039c8caf69c07738a4d5b623ce2f4f7b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 20 Oct 2023 10:18:33 +0200 Subject: [PATCH] Bump helm version to 3.13 --- bci_tester/data.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bci_tester/data.py b/bci_tester/data.py index b8b19846..b2505ca4 100755 --- a/bci_tester/data.py +++ b/bci_tester/data.py @@ -552,7 +552,7 @@ def create_BCI( image_type="kiwi", ) -_HELM_APP_VERSION = "latest" if OS_VERSION == "tumbleweed" else "3.11" +_HELM_APP_VERSION = "latest" if OS_VERSION == "tumbleweed" else "3.13" HELM_CONTAINER = create_BCI( build_tag=f"{APP_CONTAINER_PREFIX}/helm:{_HELM_APP_VERSION}", diff --git a/pyproject.toml b/pyproject.toml index d5bbb599..5f88cc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ markers = [ 'dotnet-sdk_7.0', 'git_2.35', 'git_latest', - 'helm_3.11', + 'helm_3.13', 'helm_latest', 'nginx_1.21', 'nginx_latest',