diff --git a/charts/gateway-operator/Chart.yaml b/charts/gateway-operator/Chart.yaml index fbc2033b6..8bfdac537 100644 --- a/charts/gateway-operator/Chart.yaml +++ b/charts/gateway-operator/Chart.yaml @@ -8,7 +8,7 @@ maintainers: name: gateway-operator sources: - https://github.com/Kong/charts/tree/main/charts/gateway-operator -version: 0.1.2 +version: 0.1.3 appVersion: "1.2.0" annotations: artifacthub.io/prerelease: "false" diff --git a/charts/gateway-operator/templates/rbac-resources.yaml b/charts/gateway-operator/templates/rbac-resources.yaml index 2ca2b391f..3bc6a8629 100644 --- a/charts/gateway-operator/templates/rbac-resources.yaml +++ b/charts/gateway-operator/templates/rbac-resources.yaml @@ -109,6 +109,17 @@ rules: - create - delete - get +- apiGroups: + - cert-manager.io + resources: + - certificates + verbs: + - create + - delete + - get + - list + - patch + - update - apiGroups: - configuration.konghq.com resources: