monocular icon indicating copy to clipboard operation
monocular copied to clipboard

⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories

Results 100 monocular issues
Sort by recently updated
recently updated
newest added

The purpose of this feature is to provide an alternative document-based DB option to the current MongoDB backend. We're replacing MongoDB with FoundationDB in one of our own projects where...

size/XXL

I ran a helm command to install monoclar: ``` ./helm install --namespace office monocular/monocular ``` which resulted in the following message. ``` Error: release wrapping-grasshopper failed: CronJob.batch "wrapping-grasshopper-monocular-sync-scheduled-incubator" is invalid:...

I don't know if anyone is interested but below are the commands that I used to run Monocular on Kind ``` kind create cluster export KUBECONFIG="$(kind get kubeconfig-path --name="kind")" kubectl...

Signed-off-by: Kevin O'Neal

size/XS

This PR contains two changes to support helm v3. First, `helm search` will let one search the Helm Hub. But, the response has URLs which aren't installable. So, we want...

size/L

Syncing charts every hour seems pretty low. #### Proposed changes * Increase how often syncs happen. Changed from every: `1 hour`->`10 minutes` I noticed that with kubeapps/kubeapps the default is...

size/S

Helm v3 has a new chart format with some changes. These are v2 apiVersion. Support could/should include noting the helm version it is for.

The chart README references a value called `api.config.repos` in the [Configuring Chart Repositories](https://github.com/helm/monocular/blob/master/chart/monocular/README.md#configuring-chart-repositories) section. This should be `sync.repos` as per the example snippet that follows it.

Hi, Fresh install of Minikube 0.28.2 on Windows 10 and after following the instructions I am unable to install Monocular. Any suggestions? ``` C:\Kubernetes>helm list NAME REVISION UPDATED STATUS CHART...

Hi, I installed your SW using your instructions in my own custom cluster using the flannel network with my own mongodb instance runing as a NodePort service 1) All pods...