Skip to content

Commit

Permalink
Merge pull request #325 from SUSE/helm-version-fix
Browse files Browse the repository at this point in the history
Bump helm version to 3.13
  • Loading branch information
dirkmueller authored Oct 20, 2023
2 parents 0433b53 + 246aeb3 commit e9ade16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e9ade16

Please sign in to comment.