github werf/werf v1.2.14
werf v1.2.14

latest releases: latest-signature, v2.0.3, v2.0.2...
2 years ago

Add export-values directive

Adds export-values directive for Chart.yaml dependencies to pass values from parent chart to its
child:

.helm/requirements.yaml
------------------------------------------------------
dependencies:
- name: subchart
  version: 1.0.0
  export-values:
  - parent: werf
    child: werf

This will pass werf service values $.Values.werf from the main chart to the subchart. Service values will become available in the subchart on the same path: $.Values.werf.

Fixes

Werf's auto dependencies downloader will only vendor external chart dependencies.

Explicitly specified internal chart dependencies (with an empty repository field or "file://path-to-subchart") will be used directly from the project repo without excess vendoring.

Installation

Linux amd64

Linux arm64

Darwin amd64

Darwin arm64

Windows amd64

Don't miss a new werf release

NewReleases is sending notifications on new releases.