File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
common/templates/kubernetes/helm
k8s_fedora_coreos_v1/templates Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
. /etc/sysconfig/heat-params
3
3
set -ex
4
4
5
- CHART_NAME=" nginx- ingress"
5
+ CHART_NAME=" ingress-nginx "
6
6
7
7
if [ " $( echo ${INGRESS_CONTROLLER} | tr ' [:upper:]' ' [:lower:]' ) " = " nginx" ]; then
8
8
echo " Writing ${CHART_NAME} config"
@@ -13,7 +13,7 @@ if [ "$(echo ${INGRESS_CONTROLLER} | tr '[:upper:]' '[:lower:]')" = "nginx" ]; t
13
13
cat << EOF >> ${HELM_CHART_DIR} /requirements.yaml
14
14
- name: ${CHART_NAME}
15
15
version: ${NGINX_INGRESS_CONTROLLER_CHART_TAG}
16
- repository: https://charts.helm.sh/stable
16
+ repository: https://kubernetes.github.io/ingress-nginx
17
17
EOF
18
18
19
19
cat << EOF >> ${HELM_CHART_DIR} /values.yaml
Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ parameters:
888
888
nginx_ingress_controller_chart_tag :
889
889
type : string
890
890
description : nginx ingress controller helm chart tag
891
- default : v1.36.3
891
+ default : 4.0.17
892
892
893
893
draino_tag :
894
894
type : string
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Upgrade of ingress controler. Chart name nginx-ingress has been changed to
5
+ ingress-nginx. Chart repository also has been changed. More details about
6
+ why this change take place can be found in github repository
7
+ https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments