Upversion nginx app to v4.10.1
Upversioned the nginx app to latest helm chart v4.10.1 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: Install lab with k8s 1.24.4 and nginx app 1.3.1 now perform application-update to v4.10.1 and verify the app is successfully updated Story: 2010705 Task: 50528 Depends-on: https://review.opendev.org/c/starlingx/ansible-playbooks/+/922869 Change-Id: I43bd6f6e145f15efd839200aa8113891942eaf8b Signed-off-by: amantri <ayyappa.mantri@windriver.com>
This commit is contained in:
parent
f4a819caff
commit
11798ca5ef
@ -1,6 +1,11 @@
|
|||||||
|
ingress-nginx-helm (4.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* App upversion
|
||||||
|
|
||||||
|
-- amantri <ayyappa.mantri@windriver.com> Thu Jun 20 14:17:33 2024 -0400
|
||||||
|
|
||||||
ingress-nginx-helm (4.8-2) unstable; urgency=medium
|
ingress-nginx-helm (4.8-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
-- Joshua Reed <joshua.reed@windriver.com> Fri, 16 Feb 2024 14:54:00 +0000
|
-- Joshua Reed <joshua.reed@windriver.com> Fri, 16 Feb 2024 14:54:00 +0000
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
From 93680e0483c66d50de2bd248f5f499e86ce0bbf9 Mon Sep 17 00:00:00 2001
|
From dd376b4c04c311756a302cbaf672cf9fb3f7e903 Mon Sep 17 00:00:00 2001
|
||||||
From: Sachin Gopala Krishna <saching.krishna@windriver.com>
|
From: amantri <ayyappa.mantri@windriver.com>
|
||||||
Date: Fri, 28 Oct 2022 06:32:04 -0400
|
Date: Thu, 11 Jul 2024 14:09:28 -0400
|
||||||
Subject: [PATCH] Add toleration to daemonset
|
Subject: [PATCH] Add toleration to daemonset
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -8,10 +8,10 @@ Subject: [PATCH] Add toleration to daemonset
|
|||||||
1 file changed, 9 insertions(+), 1 deletion(-)
|
1 file changed, 9 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml
|
diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml
|
||||||
index 93096dda1..f13b4f534 100644
|
index 68f8b58..ed6d68c 100644
|
||||||
--- a/charts/ingress-nginx/values.yaml
|
--- a/charts/ingress-nginx/values.yaml
|
||||||
+++ b/charts/ingress-nginx/values.yaml
|
+++ b/charts/ingress-nginx/values.yaml
|
||||||
@@ -207,12 +207,20 @@ controller:
|
@@ -226,12 +226,20 @@ controller:
|
||||||
# -- Node tolerations for server scheduling to nodes with taints
|
# -- Node tolerations for server scheduling to nodes with taints
|
||||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||||
##
|
##
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
debname: ingress-nginx-helm
|
debname: ingress-nginx-helm
|
||||||
debver: 4.8-2
|
debver: 4.10-1
|
||||||
dl_path:
|
dl_path:
|
||||||
name: controller-v1.9.3.tar.gz
|
name: ingress-nginx-helm-chart-4.10.1.tar.gz
|
||||||
url: https://mirror.starlingx.windriver.com/mirror/debian/github.com/kubernetes/ingress-nginx/archive/controller-v1.9.3.tar.gz
|
url: https://github.com/kubernetes/ingress-nginx/archive/refs/tags/helm-chart-4.10.1.tar.gz
|
||||||
sha256sum: 1047a9edd5d4ccf9a8b1a7941d3083a31987f32890a16b05862c49fb842e49bb
|
sha256sum: 07348d9b68e38d5fd59afae7a5671a05bbeca7e97e90af41020d9a2c0f0e0ffe
|
||||||
src_files:
|
src_files:
|
||||||
- ingress-nginx-helm/files/Makefile
|
- ingress-nginx-helm/files/Makefile
|
||||||
revision:
|
revision:
|
||||||
|
@ -13,7 +13,7 @@ controller:
|
|||||||
# cleans the default digest value since sysinv changes the digest when pushing the image to the local registry
|
# cleans the default digest value since sysinv changes the digest when pushing the image to the local registry
|
||||||
digest: ""
|
digest: ""
|
||||||
repository: registry.k8s.io/ingress-nginx/controller
|
repository: registry.k8s.io/ingress-nginx/controller
|
||||||
tag: v1.9.3
|
tag: v1.10.1
|
||||||
daemonset:
|
daemonset:
|
||||||
useHostPort: false
|
useHostPort: false
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
@ -46,7 +46,7 @@ controller:
|
|||||||
image:
|
image:
|
||||||
digest: ""
|
digest: ""
|
||||||
repository: registry.k8s.io/ingress-nginx/kube-webhook-certgen
|
repository: registry.k8s.io/ingress-nginx/kube-webhook-certgen
|
||||||
tag: v20231011-8b53cabe0
|
tag: v1.4.1
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "node-role.kubernetes.io/master"
|
- key: "node-role.kubernetes.io/master"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
|
Loading…
Reference in New Issue
Block a user