Add an action to find new versions of helm charts (#184)

Co-authored-by: Marco Franssen <[email protected]>
This commit is contained in:
kfox1111
2023-04-25 10:04:38 +02:00
committed by GitHub
co-authored by Marco Franssen
parent 2c360a50fd
commit 17d62f1246
8 changed files with 101 additions and 3 deletions
+2
View File
@@ -199,6 +199,8 @@ jobs:
export scenario="$(basename "${TEST_DIR}")"
export EXTRA_HELM_ARGS=""
source .github/tests/charts.sh
[ "${scenario}" != "default" ] && kubectl create namespace "${scenario}"
[ -x "${TEST_DIR}/pre-install.sh" ] && "${TEST_DIR}/pre-install.sh"
[ -f "${TEST_DIR}/.env" ] && source "${TEST_DIR}/.env"