monocular
monocular copied to clipboard
⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
The default path for ui is / and api is /api/. How to change the default path like /monocular/ and /monocular/api/? I just change the ingress settings but it didn't...
It would be nice, if we could restrict oauth login, to only members of a specific organization, like it's possible with Jenkins and Rancher. How do you protect access to...
I have a Chart called DummySpring created for test purposes. It has been packaged on Windows using helm. When I upload my package to monocular running in the k8s cluser...
Right now the only way to specify a service account is by the configmap definition. Would be nice if you could login on the webpage using service account token (like...
I would add my proper values from the api https://github.com/kubernetes-helm/monocular/blob/27e3a9ebcd9be979d42ee5efbb7fec59ed113078/src/api/data/helm/releases/releases.go#L60
#1 I installed monocular like this: helm install --name mono monocular/monocular --set api.config.tillerNamespace=bob --set ingress.enabled=flase --tiller-namespace bob #2 I waited until kubectl get pods shows everything was up. Took a...
Currently chart data is stored in memory and fetched via a goroutine at some interval. This is problematic because: - data is not shared between replicas of the Monocular API...
On the [kube-lego](https://kubeapps.com/charts/stable/kube-lego) page on kubeapps.com, the Maintainers have links, but the links 404. If we don't have a solid link to an author's profile page, we shouldn't just create...
Why does monocular skip charts without a README? According to https://docs.helm.sh/developing_charts/, a README is optional.
Hi: When I create a repository with name http://bla.blabla I CANT REMOVE THE REPOSITORY, when is created with a common name like myrepo, etc, the delete work fine. Please, could...