From 00294f19e954640dec18f77425e694ffc83ebb22 Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:59:03 -0500 Subject: [PATCH] fix(chart): update app version to v0.3.1 --- charts/hajimari/Chart.yaml | 4 ++-- charts/hajimari/README.md | 4 ++-- charts/hajimari/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/hajimari/Chart.yaml b/charts/hajimari/Chart.yaml index c136a425..0d5c623b 100644 --- a/charts/hajimari/Chart.yaml +++ b/charts/hajimari/Chart.yaml @@ -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 diff --git a/charts/hajimari/README.md b/charts/hajimari/README.md index 300013e5..ae778591 100644 --- a/charts/hajimari/README.md +++ b/charts/hajimari/README.md @@ -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 @@ -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. | diff --git a/charts/hajimari/values.yaml b/charts/hajimari/values.yaml index 5385d2f7..d64c12f0 100644 --- a/charts/hajimari/values.yaml +++ b/charts/hajimari/values.yaml @@ -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