352430351c
Update manifest with imagePullSecrets or serviceaccount in order to allow stx-monitor to pull images from local docker image repository. The armada manifest has registry.local included until sysinv is updated to be able to handle image overrides with the various elastic formats. Verified that 'kubectl describe pods -n monitor' Image: are pulled from registry.local Verified elastic-curator and distributed cloud configuration with stx-monitor. Change-Id: Ia63e593bef96ea011cffbcca49ccf5a3a0f2f4d7 Partial-Bug: 1851294 Signed-off-by: John Kung <john.kung@windriver.com>
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
TAR_NAME=helm-charts
|
|
SHA=92b6289ae93816717a8453cfe62bad51cbdb8ad0
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
|
|
|
TIS_PATCH_VER=4
|