Skip to content

Commit

Permalink
fix: add missing crd rbac
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 4, 2024
1 parent 3fcceac commit 3dd8274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kubeVersion: ">=1.23.0-0"
name: homepage
description: homepage helm chart for Kubernetes
type: application
version: 0.1.0
# image: gethomepage/homepage
version: 0.1.1
# image: ghcr.io/gethomepage/homepage
appVersion: "v0.9.11"
maintainers:
- name: Ludovic Ortega
Expand Down
2 changes: 1 addition & 1 deletion charts/homepage/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homepage

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.11](https://img.shields.io/badge/AppVersion-v0.9.11-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.11](https://img.shields.io/badge/AppVersion-v0.9.11-informational?style=flat-square)

homepage helm chart for Kubernetes

Expand Down
6 changes: 6 additions & 0 deletions charts/homepage/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- apiextensions.k8s.io
resources:
- customresourcedefinitions/status
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 3dd8274

Please sign in to comment.