Adding/Updating new charts to argocd-helm-charts
Usage
Add a new chart
./bin/manage-helm-chart.sh --add-helm-chart <chart-name> <chart-url> <chart-version>
Update a specific chart
./bin/manage-helm-chart.sh --update-helm-chart <name-of-chart>
Update a specific chart to a specific version
./bin/manage-helm-chart.sh --update-helm-chart <name-of-chart> --chart-version <version>
Update all charts
./bin/manage-helm-chart.sh --update-all
Update all charts except certain ones
./bin/manage-helm-chart.sh --update-all --skip-charts 'chart1,chart2,chart3'
Note: --skip-charts must be used with --update-all or --update-helm-chart
Get help
./bin/manage-helm-chart.sh --help
Note:
- Remove the database dependency charts coming with upstream chart.
- We use
db-operatorsto manage the databases. For examplepostgres-operatorfor postgres for postgresql database and so on.
- Check doc about postgres operator and how that works.
See also
- Helm Umbrella Pattern - how these charts fit into the umbrella chart