Josh Dolitsky

Results 94 issues of Josh Dolitsky

To whom it may concern- This project is in need of help. It is currently maintained by myself and @scbizu. We (at least I) no longer have the bandwidth required...

help wanted

Add feature flags that enable auto-removal of old chart versions in storage based on various age / last used / version parameters

proposal

Migrate the following repos: - [ ] https://github.com/chartmuseum/auth - [ ] https://github.com/chartmuseum/helm-push - [ ] https://github.com/chartmuseum/storage - [ ] https://github.com/chartmuseum/www All of these are licensed under Apache License 2.0 except...

One ChartMuseum instance should be able to optionally provide multiple Helm repos

@goruha @itaysk we have chatted about this. This will likely need to be fixed by introducing a config file and/or config database

Discussed in PR #99. This is in order to reduce code as it relates to config, since we are using viper.

Please see https://github.com/gin-gonic/gin/issues/2301

Add testing for both versions, similar to what has been done in helm-push: https://github.com/chartmuseum/helm-push/blob/master/acceptance_tests/02-chartmuseum.robot#L11

Please see https://github.com/helm/helm/issues/5179 We can add a boolean option such as `--chart-url-autodetect`, that is used in place of `--chart-url=` cc  @hickeyma @rhnewtron @avgalani @2ZZ @91FeiYing

Please see https://github.com/helm/community/pull/27 The can be accomplished by adding a `--v2` flag. If ChartMuseum 1.0 is targeted for Helm v3 support out-of-the-box, we can make this the default and provide...