mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-13 01:52:18 +00:00
Update chart
This commit is contained in:
@@ -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
|
||||
repository: https://nikdoof.github.io/helm-charts/
|
||||
version: 4.5.3
|
||||
@@ -1,6 +1,6 @@
|
||||
# ohayodash
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user