From ad300be0e65faff550939720172dff1cc9e73a67 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 8 Jan 2022 15:47:13 +0000 Subject: [PATCH] Chart Version 0.2.0 --- charts/ohayodash/Chart.yaml | 6 +++--- charts/ohayodash/README.md | 9 ++++----- charts/ohayodash/values.yaml | 4 +--- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 6c863d6..4fba642 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.1.2 +appVersion: 0.2.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.1.2 +version: 0.2.0 kubeVersion: ">=1.16.0-0" keywords: - ohayodash @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://library-charts.k8s-at-home.com - version: 4.2.0 \ No newline at end of file + version: 4.3.0 \ No newline at end of file diff --git a/charts/ohayodash/README.md b/charts/ohayodash/README.md index fcbac29..7e49e3f 100644 --- a/charts/ohayodash/README.md +++ b/charts/ohayodash/README.md @@ -1,6 +1,6 @@ # ohayodash -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square) +![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) 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.2.0 | +| https://library-charts.k8s-at-home.com | common | 4.3.0 | ## TL;DR @@ -74,11 +74,10 @@ helm install ohayodash ohayodash/ohayodash -f values.yaml | Key | Type | Default | Description | |-----|------|---------|-------------| | env | object | See below | environment variables. | -| env.DATE_FORMAT | string | `"%Y-%m-%d %H:%M"` | Python date format string to use for rendering the date/time | | env.TZ | string | `"UTC"` | Set the container timezone | -| image.pullPolicy | string | `"Always"` | image pull policy | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/nikdoof/ohayodash"` | image repository | -| image.tag | string | `"latest"` | image tag | +| image.tag | string | `"0.2.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 | diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index 6b81a8e..3445a1d 100644 --- a/charts/ohayodash/values.yaml +++ b/charts/ohayodash/values.yaml @@ -11,15 +11,13 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 0.1.2 + tag: 0.2.0 # -- environment variables. # @default -- See below env: # -- Set the container timezone TZ: UTC - # -- Python date format string to use for rendering the date/time - DATE_FORMAT: "%Y-%m-%d %H:%M" # -- Configures service settings for the chart. # @default -- See values.yaml