-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port Helm PRs #2
Conversation
4028156
to
02d01e4
Compare
@@ -80,7 +80,7 @@ install_local-path-provisioner() { | |||
} | |||
|
|||
install_charts() { | |||
docker_exec ct lint-and-install --chart-repos couchdb=https://apache.github.io/couchdb-helm --chart-dirs . | |||
docker_exec ct lint-and-install --charts couchdb --upgrade --chart-dirs . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is cool, is this because our repo is considered official in Helm Hub?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it uses Git (see here) so will work so long as current repo contains the previous version.
Some minor bits:
Otherwise this is all goodness. |
f799ec5
to
cb63c67
Compare
Ported from helm/charts#16794. Co-authored-by: Sylvain Perrinel <sylvain.perrinel@gmail.com>
Ported from helm/charts#17079. Co-authored-by: jayenzo <jwarner315@gmail.com>
Ported from helm/charts#17254.
Adds a NetworkPolicy to enable communication between CouchDB pods and external ingress on port 5984. This is required in environments (e.g. Red Hat OpenShift) which apply DenyAll network policies by default. ported from helm/charts#17262
Port from helm/charts#17683 Co-authored-by: Kevin Lau <kevin.lau31@gmail.com>
cb63c67
to
d6fec58
Compare
Ports outstanding PRs from helm/stable and publish as chart version 2.3.0.