This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Monocular 0.4.0 launches!
This feature release adds the ability to manage the Chart Repositories being tracked by Monocular. It adds the /v1/repos
endpoint for creating and deleting repositories, as well as a new 'Repositories' page in the UI to manage these.
Additionally to this, 0.4.0 also enables the ability to specify a namespace to install a chart into!
Installation and Upgrading
Make sure you have added the Monocular repository, then install or upgrade the chart as usual.
Note that this version requires a Redis database, the chart has been updated to include Redis.
$ helm repo add monocular https://kubernetes-helm.github.io/monocular
$ helm install monocular/monocular
Changelog
- Update chart to include redis service (#340) 97cffec (Adnan Abdulhussein)
- ui: add support for specifying namespace when creating deployment (#336) 9d30eb7 (Adnan Abdulhussein)
- show monocular version in ui (#337) 9c9544a (Adnan Abdulhussein)
- ui: improve repositories view (#338) 622821b (Rémi Santos)
- manage repositories from API and UI (#335) 13f7c27 (Adnan Abdulhussein)
- Move repo store from in memory to redis (#333) ab03fb7 (Adnan Abdulhussein)