helm / monocular

⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
Apache License 2.0
1.42k stars 220 forks source link

Update chart resources apiVersion #644

Closed Dean-Coakley closed 5 years ago

Dean-Coakley commented 5 years ago

Fixes: https://github.com/helm/monocular/issues/636

Issue:

This is a required change to make the chart installable on Kubernetes 1.16.

Proposed changes:

Note:

I did not increment the version of the chart. It looks like this is done via CI?

Dean-Coakley commented 5 years ago

@mattfarina @absoludity Are either of ye able to review/approve/merge?

Or who is best to ask?

prydonius commented 5 years ago

The CI only bumps the chart version if we have tagged a release for new code changes, but chart changes that aren't tied to a code release should manually bump the version. I think this is a non-breaking change, so we should bump the patch version of the chart here.

Dean-Coakley commented 5 years ago

@prydonius Sure. I wasn't certain if updating mongodb dep version was a breaking change.

Thanks for the review. I've bumped the patch version of the chart.

Dean-Coakley commented 5 years ago

Rebumped chart version 2 patches - under the assumption that #647 will be merged first