8000 Tags · worldofprasanna/helmfile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: worldofprasanna/helmfile

Tags

v0.118.5

Toggle v0.118.5's commit message
Fix missing resources in `hemlfile template` with jsonPatches (roboll…

…#1290)

Probably this has been affecting strategicMergePatches and dependencies as well, as the source of the problem is the underlying common feature called helm-x that previsouly used `helm template --output-dir`, which turned out to be not working as intended.

Ref roboll#1279

v0.118.4

Toggle v0.118.4's commit message
Fix repo update timing (roboll#1287)

Fixes roboll#1283

v0.118.3

Toggle v0.118.3's commit message
Bump variantdev/chartify to fix kustomize support (roboll#1280)

Fixes roboll#1279

v0.118.2

Toggle v0.118.2's commit message

v0.118.1

Toggle v0.118.1's commit message
Merge pull request roboll#1273 from roboll/fix-chartify

fix: Follow-up fixes for roboll#1172

v0.118.0

Toggle v0.118.0's commit message
feat: GA of Kustomize and K8s manifests support (roboll#1172)

This is the GA version of the helm-x integration roboll#673 developed last year.

You get all the following benefits without an extra helm plugin:

- Ability to add ad-hoc chart dependencies/aliases, without forking the chart (Fixes roboll#876 )
- Ability to patch resulting K8s resources before installing the helm chart
- Ability to install a kustomization as a chart (Requires `kustomize` binary to be available in `$PATH`
- Ability to install a directory of K8s manifests as a chart
- etc.

v0.116.0

Toggle v0.116.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in writing-helmfiles.md example (roboll#1263)

v0.117.0

Toggle v0.117.0's commit message
fix: typo in README (roboll#1254)

v0.115.0

Toggle v0.115.0's commit message
chore: Add retries for downloading kubectl in docker builds

v0.114.0

Toggle v0.114.0's commit message
Enhance createNamespace error handling (roboll#1227)

- An error is raised if createNamespace is set explicitly and the
  helm version being used is not 3.2+
0