Adnan Abdulhussein

Results 107 comments of Adnan Abdulhussein

If kubernetes/helm#3056 gets added to the spec then we can support it in Monocular, I guess I would choose based on the following: 1. if maintainer[0].url is present 2. if...

It sounds like we can avoid some issues by only allowing names to be lowercase. That said, we do have a lot more control, currently, over collisions due to the...

I think that could be useful, we can add a boolean option for this in https://github.com/helm/monocular/blob/master/frontend/src/assets/js/overrides.js#L6 for `showChartUsage` and use that in the ChartDetailsInfo component to hide https://github.com/helm/monocular/blob/master/frontend/src/app/chart-details/chart-details-info/chart-details-info.component.html#L3.

@lemaral that would be amazing!

Wow interesting, I did not expect that. I assume the Windows package works with Helm CLI correctly? I don't currently have the bandwidth to fix this issue right now, but...

@maciejmaciejewski are you able to install the Windows Helm clients package on a Linux Helm client?

@maciejmaciejewski okay was just wondering if Helm actually fully supported this, seems like it does.

That would be great, @Dean-Coakley. The example has been fixed now, so I'm not sure, but we might just need to make sure we're catching the 404 response and rendering...

We used to have a way to point to the source on GitHub, but this is difficult to do with more repositories as they don't all follow the same structure...

@cpoole thanks for the quick thoughts, that definitely doesn't sound too concerning. I didn't consider storing templates for previous chart versions. It would be interesting to be able to see...