Insert dependency between python-k8sapp and stx-app-helm

A change in python-k8sapp-platform is not always detected when building
stx-platform-helm.

Make sure changes are detected.
Keep stx-platform-helm and python-k8sapp-platform version in sync.

Closes-Bug: 1912490
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: If2b4efb9213db5f621f55ffe9770253251e6fccc
This commit is contained in:
Robert Church 2021-01-21 20:37:38 +02:00 committed by Dan Voiculeasa
parent 2aedbcda09
commit 3236e99aff
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
SRC_DIR="k8sapp_platform"
OPT_DEP_LIST="$STX_BASE/platform-armada-app/stx-platform-helm"
# 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.

View File

@ -4,6 +4,8 @@ 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