diff --git a/charts/hajimari/Chart.yaml b/charts/hajimari/Chart.yaml index 0d5c623b..4d21c5fa 100644 --- a/charts/hajimari/Chart.yaml +++ b/charts/hajimari/Chart.yaml @@ -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 @@ -19,5 +19,5 @@ maintainers: email: toboshii@users.noreply.github.com dependencies: - name: common - version: 0.2.1 + version: 0.2.2 repository: https://bjw-s.github.io/helm-charts/ \ No newline at end of file diff --git a/charts/hajimari/README.md b/charts/hajimari/README.md index ae778591..1f638132 100644 --- a/charts/hajimari/README.md +++ b/charts/hajimari/README.md @@ -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 @@ -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 @@ -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 | diff --git a/charts/hajimari/values.yaml b/charts/hajimari/values.yaml index d64c12f0..ec9a3d19 100644 --- a/charts/hajimari/values.yaml +++ b/charts/hajimari/values.yaml @@ -50,7 +50,7 @@ hajimari: # info: This is a test app # -- Set default bookmarks - bookmarks: [] + globalBookmarks: [] # - group: Communicate # bookmarks: # - name: Discord