monocular
monocular copied to clipboard
⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
Is there a way to add Chartmuseum as a repository in Monocular when Chartmuseum is enforcing basic authentication?
Got charts and templates using .Chart.appVersion to specify one time the application version and use it to build image repository/tag, labels, custom ingress hosts, etc. When using helm client, it...
It is to get details of a deployed chart. Look like: ``` { "data": { "attributes": { "chartIcon": "", "chartName": "monocular", "chartVersion": "0.5.4", "name": "erstwhile-deer", "namespace": "default", "notes": "The Monocular...
It takes a long time for API to boot up, why api uses emptyDir instead of PVC? so it can also fix the issue that K8s keeps restarting API pods....
Hi, I'am using monocular and everything works fine, but I realized that the API pods are restarting very often :  As you can see on the screenshot above, one...
Hello, We would like to use our private Oauth2 provider. After looking at the code, it doesn't seem too complicated to add a feature to support custom providers as most...
I install nginx-ingress and monocular use below command. helm install --namespace=kube-system --name nginx-ingress stable/nginx-ingress --set controller.hostNetwork=true,rbac.create=true helm install --namespace=kube-system --name monocular --set mongodb.persistence.enabled=false monocular/monocular helm repo info [root@k8s-master tmp]# helm...
Hello, This is more a question than an issue. If there is a requirement to run an ingress controller for L7 based load balancing and the right way to access...
I have installed tiller in my namespace test1 with a service account named `tiller`. I have also followed the helm quickstart guide for securing the communication between helm and tiller...
See https://github.com/kubernetes/kubernetes/issues/61297, the solution is to use https://github.com/cyphar/filepath-securejoin to ensure the path is within context. Issue is in https://github.com/kubernetes-helm/monocular/blob/8c4657befc836badf3a717c4cb215768b0671e28/src/api/data/cache/charthelper/chart_package_helper.go#L205 See fix in Helm: https://github.com/kubernetes/helm/pull/3898