Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Allow to pull a chart from any branch #15

@varditn

Description

@varditn

Expected Behaviour

When setting non-packaged charts in prereqCharts, additionalValuesor dependencies. You could specify a git repo with specific branch or tag name and Armador will pull the chart from that specific change.

Actual Behaviour

Armador pulls charts only from master branch.

Example:

prereqCharts:
  - cert-manager:
      packaged: false
      repo: https://github.com/jetstack/cert-manager.git:[branch_name]
      pathToChart: helm/cert-manager
      overrideValueFiles:
        - values.yaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions