Skip to content

Commit

Permalink
bump cloudflare-operator to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Aug 4, 2024
1 parent 458eabf commit 19b4c88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cloudflare-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cloudflare-operator
description: Helm chart for Cloudflare Operator
type: application
version: 1.3.2
appVersion: "v1.3.1"
version: 1.3.3
appVersion: "v1.3.2"
keywords:
- cloudflare
- operator
Expand Down
6 changes: 6 additions & 0 deletions charts/cloudflare-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ rules:
- get
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses/finalizers
verbs:
- update
{{ if .Values.clusterRole.extraRules }}
{{- toYaml .Values.clusterRole.extraRules }}
{{- end }}
Expand Down

0 comments on commit 19b4c88

Please sign in to comment.