Skip to content
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

Helm v3.4.0 for werf #62

Open
wants to merge 14 commits into
base: release-3.4
Choose a base branch
from
Open

Helm v3.4.0 for werf #62

wants to merge 14 commits into from

Conversation

distorhead
Copy link
Member

No description provided.

@distorhead distorhead force-pushed the HelmV3.4.0ForWerf branch 2 times, most recently from f6541e0 to 58b6434 Compare November 6, 2020 10:14
 - change "main" package name to "helm_v3";
 - make all top-level helm commands constructors exportable for helm_v3 package.
 - Added helm cmd creation options to redefine:
    - postrenderer;
    - create-namespace, wait, atomic flags;
    - value-opts.
…erfChart extensions

 - Patched loader.Load function to accept ChartExtender-interfaced object and factory to create extender for subcharts.
 - ChartExtender allows adding extra templates and values, generation of Chart.yaml.
 - Exported 'helm chart' subcommand.
distorhead added a commit to werf/werf that referenced this pull request Nov 6, 2020
 - Helm 3: v3.2.4 to v3.4.0
 - K8s deps: v0.18.6 -> v0.19.2

werf/3p-helm#62
errPending on upgrade could occur when some deploy has been interrupted by a signal.

In this case helm leave release in inconsistent state which could not be healed by automatical redeploy.

Werf uses own distributed release locking by release name using Kubernetes configmap annotations to synchronize multiple deploy processes. Werf implementation supports interrupting of werf-deploy process by some signal.

helm#8987
…values-related files reader using loader.LoadOptions

Needed to implement determinism mode in the werf: werf/werf#2874
[helm for werf] Refactor LoadOptions passing: use global loader.GlobalLoadOptions variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant