From 7cf949ba2670751eea0332d3193ef20e0d5cf470 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 21 Jan 2022 16:15:19 +0000 Subject: [PATCH] Version 0.3.0 --- charts/ohayodash/Chart.yaml | 6 +++--- charts/ohayodash/values.yaml | 2 +- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 2f34f90..afcc010 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -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 diff --git a/charts/ohayodash/values.yaml b/charts/ohayodash/values.yaml index 5720301..f02a225 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.2.1 + tag: 0.3.0 # -- environment variables. # @default -- See below diff --git a/setup.cfg b/setup.cfg index 5c3c0fa..72fe533 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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