
Story: 2010393 Task: 46786 https://github.com/hashicorp/vault-helm/releases/tag/v0.19.0 Vault image default 1.9.2 Vault K8s image default 0.14.2 Vault CSI Provider image default 0.4.0 Testing - built vault application in Deb build environment - on nov 6 nightly build * system application-upload ./vault-1.0-1.tgz * system application-apply vault * configured vault with https://docs.starlingx.io/security/kubernetes/configure-vault-using-the-cli.html * system application-remove vault * system application-delete vault Signed-off-by: Greg Waines <greg.waines@windriver.com> Change-Id: I75f4bdc93e3a8dc630f3ade45f53d150a3945f37
13 lines
384 B
Plaintext
13 lines
384 B
Plaintext
SRC_DIR="vault-helm"
|
|
|
|
TAR_NAME=helm-charts-vault-0-19-0
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/$SRC_DIR/files/* $PKG_BASE/$SRC_DIR/helm-charts/*"
|
|
|
|
# Keep the SRCREV in sync with python-k8sapp-vault so the app version is
|
|
# the same as the plugin version
|
|
TIS_BASE_SRCREV=77715cf9146c04c401e6fdae51cd865953f82ef4
|
|
TIS_PATCH_VER=GITREVCOUNT
|