
Add new manifest files for the FluxCD version of platform-integ-apps This creates two tarballs, one for aramada and one for FluxCD * job-ceph-pools-audit.yaml change to support helmv3 Differences from armada-app: * Helm-toolkit release is disabled as it is included in other charts Test (AIO-SX): PASS: Application is applied Story: 2009138 Task: 45118 Depends-on: https://review.opendev.org/c/starlingx/config/+/838321 Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com> Change-Id: I417d6b7cf6a12968f36a1045dc98c2c26579a9b8
19 lines
674 B
Plaintext
19 lines
674 B
Plaintext
SRC_DIR="stx-platform-helm"
|
|
|
|
COPY_LIST="$PKG_BASE/$SRC_DIR/files/*"
|
|
|
|
|
|
COPY_LIST_TO_TAR="\
|
|
$STX_BASE/helm-charts/node-feature-discovery/node-feature-discovery/helm-charts \
|
|
"
|
|
|
|
OPT_DEP_LIST="$STX_BASE/platform-armada-app/python-k8sapp-platform"
|
|
|
|
# Bump The version to be one less that what the version was prior to decoupling
|
|
# as this will align the GITREVCOUNT value to increment the version by one.
|
|
# Remove this (i.e. reset to 0) on then next major version changes when
|
|
# TIS_BASE_SRCREV changes. This version should align with the version of the
|
|
# plugins in python-k8sapp-platform
|
|
TIS_BASE_SRCREV=c608f2aaa92064b712e7076e4141a162b78fe995
|
|
TIS_PATCH_VER=GITREVCOUNT+7
|