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)