Closed Dean-Coakley closed 5 years ago
@mattfarina @absoludity Are either of ye able to review/approve/merge?
Or who is best to ask?
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.
@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.
Rebumped chart version 2 patches - under the assumption that #647 will be merged first
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:
Deployment
resources of the chart toapps/v1
as required by Kubernetes 1.16mongodb
chart dependency. From4.6.2
->7.2.10
.mongodb:4.6.2
also used the deprecated"extensions/v1beta1"
apiVersion.Add
spec.selector
as required by the new apiVersion.Note:
I did not increment the
version
of the chart. It looks like this is done via CI?