diff --git a/Makefile b/Makefile index 679ee24..15b44e6 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Chart version -MANAGER_SEM_VERSION ?= 0.2.1 -DASHBOARD_SEM_VERSION ?= 0.2.1 +MANAGER_SEM_VERSION ?= 0.2.2 +DASHBOARD_SEM_VERSION ?= 0.2.2 # Container Image version -MANAGER_APP_VERSION ?= v0.2.0 -DASHBOARD_APP_VERSION ?= v0.2.0 +MANAGER_APP_VERSION ?= v0.2.1 +DASHBOARD_APP_VERSION ?= v0.2.1 # Whether as prerelease PRERELEASE ?= false diff --git a/charts/cosmo-controller-manager/Chart.yaml b/charts/cosmo-controller-manager/Chart.yaml index 8875a6b..99a3b61 100644 --- a/charts/cosmo-controller-manager/Chart.yaml +++ b/charts/cosmo-controller-manager/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cosmo-controller-manager description: COSMO Controller Manager Helm chart for Kubernetes type: application -version: 0.2.1 -appVersion: v0.2.0 +version: 0.2.2 +appVersion: v0.2.1 kubeVersion: ">= 1.19.0-0" home: https://github.com/cosmo-workspace/cosmo icon: https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png diff --git a/charts/cosmo-dashboard/Chart.yaml b/charts/cosmo-dashboard/Chart.yaml index 7765784..893b06c 100644 --- a/charts/cosmo-dashboard/Chart.yaml +++ b/charts/cosmo-dashboard/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: cosmo-dashboard description: COSMO Dashboard Helm chart for Kubernetes type: application -version: 0.2.1 -appVersion: v0.2.0 +version: 0.2.2 +appVersion: v0.2.1 kubeVersion: ">= 1.19.0-0" home: https://github.com/cosmo-workspace/cosmo icon: https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png