Merge "Add minimum Kubernetes version supported"

This commit is contained in:
Zuul
2024-02-07 17:00:38 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 3 deletions

View File

@@ -50,8 +50,6 @@
- starlingx/update
- starlingx/utilities
- starlingx/root
files:
- python3-k8sapp-istio/*
vars:
tox_envlist: metadata
tox_extra_args: -c python3-k8sapp-istio/k8sapp_istio/tox.ini

View File

@@ -5,4 +5,7 @@ app_version: APP_REPLACE_VERSION
helm_repo: HELM_REPLACE_REPO
upgrades:
auto_update: true
auto_update: true
supported_k8s_version:
minimum: 1.24.4