Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Nov 16, 2021
1 parent 1d7fcc7 commit 8f68210
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/cosmo-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/cosmo-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f68210

Please sign in to comment.