Flagsmith / Flagsmith/flagsmith-charts

Remove need for duplication between ct.yaml and the release GH action

Open
#105 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Mustache
Stars
44
Forks
47
Avg merge
3d 18h
Merged PRs (30d)
1

Description

Both have to know about the chart repos for the chart dependencies, so need to be kept in sync. There might be a nicer way, but https://github.com/helm/chart-releaser/issues/135 suggests maybe not.

Maybe something faintly bonkers like:
```
yq -r '.chart-repos[]' ct.yaml | sed 's/=/ /' | xargs -L helm repo add
```
in the release action is OK.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.