Upversion nginx app to v1.9.3
Upversioned the nginx app with new images, nginx controller image to v1.9.3, kube-webhook-certgen to v20231011-8b53cabe0 and opentelementry to v20230721-3e2062ee5 Test Cases: PASS: Install system,bootstrap with new images and verify it is successful PASS: Deploy kaurd app by exposing service using nginx ingress controller with cert issued by stepca using ACME protocol PASS: Test snmp app with nginx overrides, try snmpbulkget with success with no error on nginx pods PASS: Test WRO app, upload,apply and deploy WRO without https. Verify openstack endpoints and check cli, notice there are no errors in the logs. PASS: Test WRO app with https, install openstack,openstack_ca certificate, verify openstack endpoints changed to https and verify openstack cli with no errors Story: 2010705 Task: 48992 Depends-on: https://review.opendev.org/c/starlingx/ansible-playbooks/+/899271 Change-Id: I047b763c529efe482b3f3e90c130ffa56bd01993 Signed-off-by: amantri <ayyappa.mantri@windriver.com>
This commit is contained in:
parent
d7ce0cadb5
commit
aaac53a74a
stx-nginx-ingress-controller-helm
debian
stx-nginx-ingress-controller-helm/fluxcd-manifests/ingress-nginx
@ -13,7 +13,7 @@ export APP_VERSION = $(RELEASE)-$(REVISION)
|
||||
export APP_TARBALL_FLUXCD = $(APP_NAME)-$(APP_VERSION).tgz
|
||||
export HELM_REPO = stx-platform
|
||||
export STAGING_FLUXCD = staging-fluxcd
|
||||
export FLUXCD_NGINX_PKG = helm-charts-ingress-nginx-1.7.0.tar.gz
|
||||
export FLUXCD_NGINX_PKG = helm-charts-ingress-nginx-1.9.3.tar.gz
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
@ -3,10 +3,10 @@ debname: stx-nginx-ingress-controller-helm
|
||||
debver: 1.0-1
|
||||
src_path: stx-nginx-ingress-controller-helm
|
||||
dl_files:
|
||||
helm-charts-ingress-nginx-1.7.0.tar.gz:
|
||||
helm-charts-ingress-nginx-1.9.3.tar.gz:
|
||||
topdir: helm-charts
|
||||
url: https://github.com/kubernetes/ingress-nginx/archive/controller-v1.7.0.tar.gz
|
||||
md5sum: e30e752d70740ca888792d534cc960f1
|
||||
url: https://github.com/kubernetes/ingress-nginx/archive/controller-v1.9.3.tar.gz
|
||||
md5sum: e26752857ac5f083a7b0fcba7ec9a81f
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
GITREVCOUNT:
|
||||
|
@ -15,7 +15,7 @@ spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: ingress-nginx
|
||||
version: 4.5.4
|
||||
version: 4.8.2
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: stx-platform
|
||||
|
@ -11,7 +11,7 @@ controller:
|
||||
# cleans the default digest value since sysinv changes the digest when pushing the image to the local registry
|
||||
digest: ""
|
||||
repository: registry.k8s.io/ingress-nginx/controller
|
||||
tag: v1.7.0
|
||||
tag: v1.9.3
|
||||
daemonset:
|
||||
useHostPort: false
|
||||
nodeSelector:
|
||||
@ -41,7 +41,7 @@ controller:
|
||||
image:
|
||||
digest: ""
|
||||
repository: registry.k8s.io/ingress-nginx/kube-webhook-certgen
|
||||
tag: v20230312-helm-chart-4.5.2-28-g66a760794
|
||||
tag: v20231011-8b53cabe0
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
@ -69,7 +69,7 @@ controller:
|
||||
mountPath: /tmp/nginx
|
||||
opentelemetry:
|
||||
enabled: false
|
||||
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230312-helm-chart-4.5.2-28-g66a760794
|
||||
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230721-3e2062ee5
|
||||
defaultBackend:
|
||||
image:
|
||||
digest: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user