Skip to content

Commit

Permalink
fix(chart): fix globalBookmarks example in values
Browse files Browse the repository at this point in the history
  • Loading branch information
toboshii committed Oct 4, 2022
1 parent 4be1f5a commit 2bdc6ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/hajimari/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
name: hajimari
version: 2.0.1
version: 2.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- hajimari
Expand All @@ -19,5 +19,5 @@ maintainers:
email: [email protected]
dependencies:
- name: common
version: 0.2.1
version: 0.2.2
repository: https://bjw-s.github.io/helm-charts/
6 changes: 3 additions & 3 deletions charts/hajimari/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hajimari

![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: v0.3.1](https://img.shields.io/badge/AppVersion-v0.3.1-informational?style=flat-square)
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: v0.3.1](https://img.shields.io/badge/AppVersion-v0.3.1-informational?style=flat-square)

Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
Expand Down Expand Up @@ -171,7 +171,7 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts/ | common | 0.2.1 |
| https://bjw-s.github.io/helm-charts/ | common | 0.2.2 |

## Values

Expand All @@ -180,9 +180,9 @@ Kubernetes: `>=1.16.0-0`
| env | object | See below | environment variables. |
| env.TZ | string | `"UTC"` | Set the container timezone |
| hajimari | object | See below | Configures Hajimari settings for this instance. |
| hajimari.bookmarks | list | `[]` | Set default bookmarks |
| hajimari.customApps | list | `[]` | Add custom applications to the discovered application list |
| hajimari.defaultEnable | bool | `false` | Set to true to show all discovered applications by default. |
| hajimari.globalBookmarks | list | `[]` | Set default bookmarks |
| hajimari.instanceName | string | `nil` | The name of this instance, this allows running multiple instances of Hajimari on the same cluster |
| hajimari.name | string | `"You"` | Default name for welcome message |
| hajimari.namespaceSelector | object | `{"matchNames":["media"]}` | Namespace selector to use for discovering applications |
Expand Down
2 changes: 1 addition & 1 deletion charts/hajimari/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ hajimari:
# info: This is a test app

# -- Set default bookmarks
bookmarks: []
globalBookmarks: []
# - group: Communicate
# bookmarks:
# - name: Discord
Expand Down

0 comments on commit 2bdc6ea

Please sign in to comment.