diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index afcc010..438b933 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.3.0 +appVersion: 0.4.0 description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. name: ohayodash -version: 0.3.0 +version: 0.4.0 kubeVersion: ">=1.19.0-0" keywords: - ohayodash @@ -16,5 +16,5 @@ maintainers: email: nikdoof@users.noreply.github.com dependencies: - name: common - repository: https://library-charts.k8s-at-home.com - version: 4.3.0 \ No newline at end of file + repository: https://nikdoof.github.io/helm-charts/ + version: 4.5.3 \ No newline at end of file diff --git a/charts/ohayodash/README.md b/charts/ohayodash/README.md index 7e49e3f..70fb5fc 100644 --- a/charts/ohayodash/README.md +++ b/charts/ohayodash/README.md @@ -1,6 +1,6 @@ # ohayodash -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square) Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://library-charts.k8s-at-home.com | common | 4.3.0 | +| https://nikdoof.github.io/helm-charts/ | common | 4.5.3 | ## TL;DR @@ -77,7 +77,7 @@ helm install ohayodash ohayodash/ohayodash -f values.yaml | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/nikdoof/ohayodash"` | image repository | -| image.tag | string | `"0.2.0"` | image tag | +| image.tag | string | `"0.4.0"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | | serviceAccount | object | See below | Configures service account needed for reading k8s ingress objects | @@ -89,6 +89,20 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [0.4.0] + +### Added + +- N/A + +### Changed + +- Updated to use container version `0.4.0` by default + +### Removed + +- N/A + ### [0.1.2] #### Added diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index f02a225..54658c1 100644 --- a/charts/ohayodash/values.yaml +++ b/charts/ohayodash/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.3.0 + tag: 0.4.0 # -- environment variables. # @default -- See below