Version 0.3.0

This commit is contained in:
2022-01-21 16:15:19 +00:00
parent f3f99d1162
commit 7cf949ba26
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 0.2.1
appVersion: 0.3.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.2.1
kubeVersion: ">=1.16.0-0"
version: 0.3.0
kubeVersion: ">=1.19.0-0"
keywords:
- ohayodash
- startpage

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 0.2.1
tag: 0.3.0
# -- environment variables.
# @default -- See below

View File

@@ -1,6 +1,6 @@
[metadata]
name = ohayodash
version = 0.2.1
version = 0.3.0
description = A Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
long_description = file: README.md, LICENSE
license = MIT