Skip to content

Commit

Permalink
fix(chart): update app version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toboshii authored Oct 3, 2022
1 parent f004746 commit 00294f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.0
appVersion: v0.3.1
description: |
Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
name: hajimari
version: 2.0.0
version: 2.0.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: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square)
![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)

Hajimari is a beautiful & customizable browser startpage/dashboard with
Kubernetes application discovery
Expand Down Expand Up @@ -189,7 +189,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 | `"v0.3.0"` | image tag |
| image.tag | string | `"v0.3.1"` | 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
2 changes: 1 addition & 1 deletion charts/hajimari/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: v0.3.0
tag: v0.3.1

# -- environment variables.
# @default -- See below
Expand Down

0 comments on commit 00294f1

Please sign in to comment.