
This update includes removing the deprecated helm repo and previous patches. This version is the last one that supports helm v2, and implements nginx admission controller on port 5443 - avoiding conflict with lighttpd. Tested new version with cert-manager and Nodeinfo, making sure that new routes were created when the application was manually updated, including Openstack endpoints. Also tested with Platform Upgrade in Simplex and Duplex deployments. Story: 2008542 Task: 41636 Closes-Bug: #1902534 Signed-off-by: Regiani Iago <Lago.RodriguezRegiani@windriver.com> Change-Id: I439ae16f0eb44b25c109d2a275121a60ae62c449
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
SRC_DIR="stx-nginx-ingress-controller-helm"
|
|
|
|
TAR_NAME=helm-charts-ingress-nginx
|
|
NGINX_VERSION=0.41.2
|
|
TAR="$TAR_NAME-$NGINX_VERSION.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/$SRC_DIR/files/* $PKG_BASE/$SRC_DIR/manifests/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|