From e2eabd272e3a362be26d51bda82efb8b19a49d71 Mon Sep 17 00:00:00 2001 From: Toboshii Nakama <63410334+toboshii@users.noreply.github.com> Date: Fri, 20 Aug 2021 13:54:37 -0500 Subject: [PATCH] fix: update chart versions --- charts/hajimari/Chart.yaml | 4 ++-- charts/hajimari/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/hajimari/Chart.yaml b/charts/hajimari/Chart.yaml index aa8f5842..a07a593f 100644 --- a/charts/hajimari/Chart.yaml +++ b/charts/hajimari/Chart.yaml @@ -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 diff --git a/charts/hajimari/README.md b/charts/hajimari/README.md index d8794ba5..ef9d4257 100644 --- a/charts/hajimari/README.md +++ b/charts/hajimari/README.md @@ -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 @@ -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. |