Skip to content

Commit

Permalink
fix: update chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
toboshii committed Aug 20, 2021
1 parent fe4787c commit e2eabd2
Show file tree
Hide file tree
Showing 2 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.0.1
appVersion: v0.1.0
description: |
Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
name: hajimari
version: 1.1.0
version: 1.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- hajimari
Expand Down
4 changes: 2 additions & 2 deletions charts/hajimari/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hajimari

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
![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)

Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
Expand Down Expand Up @@ -133,7 +133,7 @@ Kubernetes: `>=1.16.0-0`
| hajimari.title | string | `nil` | Override the title of the Hajimari pages |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/toboshii/hajimari"` | image repository |
| image.tag | string | `"main-668ba9c"` | image tag |
| image.tag | string | `"v0.1.0"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
Expand Down

0 comments on commit e2eabd2

Please sign in to comment.