Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 02:38
· 908 commits to main since this release
479cd33

Changelog

Bug fix

#74 Add {{WORKSPACE}} and {{USERID}} on Workspace Instance vars
#70 sysns user addon should have user specific prefix or suffix

Docker Images

ghcr.io/cosmo-workspace/cosmo-controller-manager:v0.2.1
ghcr.io/cosmo-workspace/cosmo-dashboard:v0.2.1
ghcr.io/cosmo-workspace/cosmo-auth-proxy:v0.2.1

How to install

See GETTING-STARTED.md

How to upgrade

# update helm local repository
helm repo update

# get current values for cosmo-controller-manager 
helm get values cosmo-controller-manager -n cosmo-system | tail -n +2 > controller-manager.values.yaml

# get current values for cosmo-dashboard
helm get values cosmo-dashboard -n cosmo-system | tail -n +2 > dashboard.values.yaml

# upgrade cosmo-controller-manager
helm upgrade cosmo-controller-manager cosmo/cosmo-controller-manager -n cosmo-system --values controller-manager.values.yaml

# upgrade cosmo-dashboard
helm upgrade cosmo-dashboard cosmo/cosmo-dashboard -n cosmo-system --values dashboard.values.yaml