Skip to content

Commit

Permalink
fix: modify rbac for v1 ingress support
Browse files Browse the repository at this point in the history
  • Loading branch information
toboshii committed Nov 18, 2021
1 parent 4f81584 commit 21ceaa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/hajimari/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: v0.1.0
appVersion: v0.2.0
description: |
Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
name: hajimari
version: 1.1.1
version: 1.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- hajimari
Expand Down
2 changes: 1 addition & 1 deletion charts/hajimari/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hajimari

![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)

Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
Expand Down
2 changes: 1 addition & 1 deletion charts/hajimari/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ include "common.names.fullname" . }}
labels: {{- include "common.labels" . | nindent 4 }}
rules:
- apiGroups: ["", "extensions"]
- apiGroups: ["", "extensions", "networking.k8s.io"]
resources: ["ingresses", "namespaces"]
verbs: ["get", "list"]
---
Expand Down

0 comments on commit 21ceaa4

Please sign in to comment.