File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 1.6 .0"
2+ appVersion : " 1.9 .0"
33description : Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster.
44name : ingress-azure
5- version : 1.6 .0
5+ version : 1.9 .0
Original file line number Diff line number Diff line change @@ -116,3 +116,7 @@ nodeSelector: {}
116116# Specify if the cluster is RBAC enabled or not
117117rbac :
118118 enabled : false # true/false
119+
120+ # ###############################################################################
121+ # Specify if the controller is running as an addon.
122+ addon : false # true/false
Original file line number Diff line number Diff line change 1- # The values.yaml file is important to templates.
2- # This file contains the default values for a chart.
3- # These values may be overridden during helm install or helm upgrade.
4-
51# Verbosity level of the App Gateway Ingress Controller
62verbosityLevel : 3
73
@@ -11,7 +7,7 @@ verbosityLevel: 3
117
128image :
139 repository : mcr.microsoft.com/azure-application-gateway/kubernetes-ingress
14- tag : 1.6 .0
10+ tag : 1.9 .0
1511 pullPolicy : Always
1612
1713
@@ -120,7 +116,3 @@ nodeSelector: {}
120116# Specify if the cluster is RBAC enabled or not
121117rbac :
122118 enabled : false # true/false
123-
124- # ###############################################################################
125- # Specify if the controller is running as an addon.
126- addon : false # true/false
You can’t perform that action at this time.
0 commit comments