diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 3eec77e2a0..66ba95157e 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -12,5 +12,5 @@ maintainers: name: kong sources: - https://github.com/Kong/kong -version: 0.18.0 +version: 0.18.1 appVersion: 1.3 diff --git a/stable/kong/templates/controller-cluster-role.yaml b/stable/kong/templates/controller-cluster-role.yaml index 2a4bc808d5..9e256b5c3d 100644 --- a/stable/kong/templates/controller-cluster-role.yaml +++ b/stable/kong/templates/controller-cluster-role.yaml @@ -35,6 +35,7 @@ rules: - watch - apiGroups: - "extensions" + - "networking.k8s.io" resources: - ingresses verbs: @@ -50,6 +51,7 @@ rules: - patch - apiGroups: - "extensions" + - "networking.k8s.io" resources: - ingresses/status verbs: