Version 0.6.3

This commit is contained in:
2025-08-16 12:24:38 +01:00
parent 1d98dbeddf
commit 2e8255a4f6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.6.1 appVersion: 0.6.3
description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps. description: Ohayo Dash is a Kubernetes driven start page and dashboard. All configuration is done by standard Kubernetes objects and ConfigMaps.
name: ohayodash name: ohayodash
version: 0.6.2 version: 0.6.3
kubeVersion: ">=1.19.0-0" kubeVersion: ">=1.19.0-0"
keywords: keywords:
- ohayodash - ohayodash

View File

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

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "ohayodash" name = "ohayodash"
version = "0.6.1" version = "0.6.3"
description = "Ohayo Dash is a Kubernetes driven start page and dashboard" description = "Ohayo Dash is a Kubernetes driven start page and dashboard"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"