diff --git a/charts/ohayodash/Chart.yaml b/charts/ohayodash/Chart.yaml index 8abe4bd..252ec37 100644 --- a/charts/ohayodash/Chart.yaml +++ b/charts/ohayodash/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 0.0.1 +appVersion: 0.1.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.0.3 +version: 0.1.0 kubeVersion: ">=1.16.0-0" keywords: - ohayodash diff --git a/setup.cfg b/setup.cfg index 51a13d8..e084bdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ohayodash -version = 0.0.2 +version = 0.1.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