v0.5.1 🌈
github-actions
released this
10 Jul 09:01
·
614 commits
to refs/heads/main
since this release
Changes
🧰 Maintenance
- Fixed: the version# of cosmo modules in the container is not updated when release action @oruharo (#405)
Docker Images
ghcr.io/cosmo-workspace/cosmo-controller-manager:v0.5.1
ghcr.io/cosmo-workspace/cosmo-dashboard:v0.5.1
ghcr.io/cosmo-workspace/cosmo-auth-proxy:v0.5.1
How to install
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
# TODO: fix values.yaml if chart options is updated
# upgrade cosmo-controller-manager
helm upgrade cosmo-controller-manager cosmo/cosmo-controller-manager -n cosmo-system --values controller-manager.values.yaml
# update default Templates
kubectl apply -f https://raw.githubusercontent.com/cosmo-workspace/cosmo/v0.5.1/config/user-addon/auth-proxy/user-addon-cosmo-auth-proxy-role.yaml
# upgrade cosmo-dashboard
helm upgrade cosmo-dashboard cosmo/cosmo-dashboard -n cosmo-system --values dashboard.values.yaml