Skip to content

Commit aaac53a

Browse files
author
amantri
committed
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 <[email protected]>
1 parent d7ce0ca commit aaac53a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

stx-nginx-ingress-controller-helm/debian/deb_folder/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export APP_VERSION = $(RELEASE)-$(REVISION)
1313
export APP_TARBALL_FLUXCD = $(APP_NAME)-$(APP_VERSION).tgz
1414
export HELM_REPO = stx-platform
1515
export STAGING_FLUXCD = staging-fluxcd
16-
export FLUXCD_NGINX_PKG = helm-charts-ingress-nginx-1.7.0.tar.gz
16+
export FLUXCD_NGINX_PKG = helm-charts-ingress-nginx-1.9.3.tar.gz
1717

1818
%:
1919
dh $@

stx-nginx-ingress-controller-helm/debian/meta_data.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ debname: stx-nginx-ingress-controller-helm
33
debver: 1.0-1
44
src_path: stx-nginx-ingress-controller-helm
55
dl_files:
6-
helm-charts-ingress-nginx-1.7.0.tar.gz:
6+
helm-charts-ingress-nginx-1.9.3.tar.gz:
77
topdir: helm-charts
8-
url: https://github.com/kubernetes/ingress-nginx/archive/controller-v1.7.0.tar.gz
9-
md5sum: e30e752d70740ca888792d534cc960f1
8+
url: https://github.com/kubernetes/ingress-nginx/archive/controller-v1.9.3.tar.gz
9+
md5sum: e26752857ac5f083a7b0fcba7ec9a81f
1010
revision:
1111
dist: $STX_DIST
1212
GITREVCOUNT:

stx-nginx-ingress-controller-helm/stx-nginx-ingress-controller-helm/fluxcd-manifests/ingress-nginx/helmrelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
chart:
1616
spec:
1717
chart: ingress-nginx
18-
version: 4.5.4
18+
version: 4.8.2
1919
sourceRef:
2020
kind: HelmRepository
2121
name: stx-platform

stx-nginx-ingress-controller-helm/stx-nginx-ingress-controller-helm/fluxcd-manifests/ingress-nginx/ingress-nginx-static-overrides.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controller:
1111
# cleans the default digest value since sysinv changes the digest when pushing the image to the local registry
1212
digest: ""
1313
repository: registry.k8s.io/ingress-nginx/controller
14-
tag: v1.7.0
14+
tag: v1.9.3
1515
daemonset:
1616
useHostPort: false
1717
nodeSelector:
@@ -41,7 +41,7 @@ controller:
4141
image:
4242
digest: ""
4343
repository: registry.k8s.io/ingress-nginx/kube-webhook-certgen
44-
tag: v20230312-helm-chart-4.5.2-28-g66a760794
44+
tag: v20231011-8b53cabe0
4545
tolerations:
4646
- key: "node-role.kubernetes.io/master"
4747
operator: "Exists"
@@ -69,7 +69,7 @@ controller:
6969
mountPath: /tmp/nginx
7070
opentelemetry:
7171
enabled: false
72-
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230312-helm-chart-4.5.2-28-g66a760794
72+
image: registry.k8s.io/ingress-nginx/opentelemetry:v20230721-3e2062ee5
7373
defaultBackend:
7474
image:
7575
digest: ""

0 commit comments

Comments
 (0)