From 23a06b905da850b936ada3400a5cba40cc499fbd Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Fri, 28 Mar 2025 22:21:44 -0500 Subject: [PATCH] Preparation for osh-infra merger Change-Id: I7731ed90ebca0b46aa68edb85368265ba9796ace --- .gitignore | 3 +++ tools/helm_tk.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6ae6960..8667c96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Distribution / packaging build/ *.tgz + +# devcontainer +.devcontainer/ \ No newline at end of file diff --git a/tools/helm_tk.sh b/tools/helm_tk.sh index b16732d..7d83709 100755 --- a/tools/helm_tk.sh +++ b/tools/helm_tk.sh @@ -16,8 +16,8 @@ set -eux -HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"} -HTK_STABLE_COMMIT=${HTK_COMMIT:-"d0c93b5648704b9d9999412d932f8329c80362c0"} +HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm.git"} +HTK_STABLE_COMMIT=${HTK_COMMIT:-"master"} TMP_DIR=$(mktemp -d)