Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 10:20
· 901 commits to main since this release
3129b10

Changelog

Bug fix

#76 cannot login to dashboard with userid containing "-" bug dashboard

Docker Images

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

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