Update helm-toolkit pin

This pins the version of helm-toolkit used during the build process to a
compatible version. This should be updated to master once helm 2.13.1
releases with this fix [0].

[0]: https://github.com/helm/helm/pull/5411

Change-Id: I8f273b96e35e66479e62dd2c7f362fd10c1e3bff
This commit is contained in:
Drew Walters 2019-03-13 14:34:34 +00:00
parent 85534b7796
commit 7bfb48db43
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
HELM=$1
HTK_REPO=${HTK_REPO:-"https://github.com/openstack/openstack-helm-infra"}
HTK_PATH=${HTK_PATH:-""}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"2fce7e821201a5f578331370703e164d5a932fcc"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"d6996b8004db35acad7d51412b0b3216189e745f"}
BUILD_DIR=${BUILD_DIR:-$(mktemp -d)}
DEP_UP_LIST=${DEP_UP_LIST:-"divingbell"}