Skip to content

feat: adhoc chart dependencies #649

@mumoshu

Description

@mumoshu

Shameless plug: Adding helm-x integration to helmfile would allow you to add chart dependencies to your local or remote chart without modifying or forking it.

repositories:
- name: stable
  url: https://kubernetes-charts.storage.googleapis.com

releases:
- name: myapp
   chart: charts/mychart
   # version is required because it isn't provided by kustomization by its nature!
   version: 1.2.3
  dependencies:
  - name: envoy
     chart: stable/envoy
     version: 1.5

The dependencies setting results in running helm x upgrade --adhoc-dependenci envoy=stable/envoy:1.5 ...onhelmfile syncfor example, that has the same effect as adding the dependency torequirements.yamlofcharts/mychart`.

See https://github.com/mumoshu/helm-x for more information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions