Skip to content

Commit

Permalink
Fix chart errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Aug 3, 2022
1 parent ec4f2cb commit a1e5bac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/pingdom-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: pingdom-operator
description: A Helm chart for Kubernetes
type: application
version: 0.0.1
version: 0.0.2
appVersion: 0.0.1
2 changes: 1 addition & 1 deletion helm/pingdom-operator/templates/deploy.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kind: ClusterRole
metadata:
name: {{ .Release.Namespace }}-{{ .Release.Name }}
rules:
- apiGroups: [""]
- apiGroups: ["networking.k8s.io"]
resources: ["ingress"]
verbs: ["get", "watch", "list"]
---
Expand Down
2 changes: 1 addition & 1 deletion helm/pingdom-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: docker pull ghcr.io/nefelim4ag/pingdom-operator
repository: ghcr.io/nefelim4ag/pingdom-operator
tag: 0.0.1
pullPolicy: IfNotPresent
imagePullSecrets: []
Expand Down

0 comments on commit a1e5bac

Please sign in to comment.