Skip to content

Commit a87d836

Browse files
committed
Helm chart points to release 1.9.0
1 parent cd77f83 commit a87d836

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

helm/ingress-azure/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "1.6.0"
2+
appVersion: "1.9.0"
33
description: Use Azure Application Gateway as the ingress for an Azure Kubernetes Service cluster.
44
name: ingress-azure
5-
version: 1.6.0
5+
version: 1.9.0

helm/ingress-azure/values-template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ nodeSelector: {}
116116
# Specify if the cluster is RBAC enabled or not
117117
rbac:
118118
enabled: false # true/false
119+
120+
################################################################################
121+
# Specify if the controller is running as an addon.
122+
addon: false # true/false

helm/ingress-azure/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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
62
verbosityLevel: 3
73

@@ -11,7 +7,7 @@ verbosityLevel: 3
117

128
image:
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
121117
rbac:
122118
enabled: false # true/false
123-
124-
################################################################################
125-
# Specify if the controller is running as an addon.
126-
addon: false # true/false

0 commit comments

Comments
 (0)