From 2e8255a4f637cf1f9eae0acfedf1a330ff36962c Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 16 Aug 2025 12:24:38 +0100 Subject: [PATCH] Version 0.6.3 --- charts/ohayodash/Chart.yaml | 4 ++-- charts/ohayodash/values.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 01da5f1..364dbf8 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ 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. name: ohayodash -version: 0.6.2 +version: 0.6.3 kubeVersion: ">=1.19.0-0" keywords: - ohayodash diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index ff3ed38..3fcefd4 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.6.2 + tag: 0.6.3 # -- environment variables. # @default -- See below diff --git a/pyproject.toml b/pyproject.toml index 60608ab..18598c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ohayodash" -version = "0.6.1" +version = "0.6.3" description = "Ohayo Dash is a Kubernetes driven start page and dashboard" license = "MIT" readme = "README.md"