Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Helm 2 15 test compat 2.14 #343

Closed
wants to merge 6 commits into from

Conversation

jmlrt
Copy link
Member

@jmlrt jmlrt commented Oct 23, 2019

This is juste a fake PR based on #338 to ensure that changes made for 2.15 support are still compatible with 2.14.3

  • Chart version not bumped (the versions are all bumped and released at the same time)
  • README.md updated with any new values or changes
  • Updated template tests in ${CHART}/tests/*.py
  • Updated integration tests in ${CHART}/examples/*/test/goss.yaml

jmlrt added 6 commits October 21, 2019 12:17
This is required witrh Helm 2.15.0 following helm/helm#6180
This fix the following errors during `helm lint --strict`:
```
==> Linting .
[ERROR] templates/: render error in "elasticsearch/templates/service.yaml": template: elasticsearch/templates/service.yaml:24:14: executing "elasticsearch/templates/service.yaml" at <.Values.service.nodePort>: map has no entry for key "nodePort"
```
This fix a bug on helm upgrade (helm/helm#6718)
@jmlrt jmlrt added the won't fix This will not be worked on label Oct 23, 2019
@jmlrt jmlrt self-assigned this Oct 23, 2019
@jmlrt
Copy link
Member Author

jmlrt commented Oct 23, 2019

All tests pass with Helm 2.14.3 so I'm closing this PR

@jmlrt jmlrt closed this Oct 23, 2019
@jmlrt jmlrt deleted the helm-2-15-test-compat-2.14 branch October 23, 2019 12:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
won't fix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant