Skip to content

v0.11.0 🌈

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 05:40
· 205 commits to refs/heads/main since this release

Changes

🛠 Improvements

Docker Images

ghcr.io/cosmo-workspace/cosmo-controller-manager:v0.11.0
ghcr.io/cosmo-workspace/cosmo-dashboard:v0.11.0

How to install

See GETTING-STARTED.md

How to upgrade

# update helm local repository
helm repo update

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

# TODO: fix values.yaml if chart options is updated

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