v1.0.0-rc1 🌈
Pre-release
Pre-release
github-actions
released this
22 Jul 02:18
·
201 commits
to refs/heads/main
since this release
Changes from v0.11.0
🧰 Maintenance
- Update GitHub Actions to choose version manually @jlandowner (#780)
Docker Images
ghcr.io/cosmo-workspace/cosmo-controller-manager:v1.0.0
ghcr.io/cosmo-workspace/cosmo-dashboard:v1.0.0
ghcr.io/cosmo-workspace/cosmo-traefik-plugins:v1.0.0
How to install
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