./bin/helm-repo-update.sh --add-new-chart <chart-name> <chart-url> <version> ./bin/helm-repo-update.sh --update-helm-chart <name-of-chart>./bin/helm-repo-update.sh --update-helm-chart <name-of-chart> --chart-version <version>./bin/helm-repo-update.sh --update-all./bin/helm-repo-update.sh --update-all --skip-charts 'chart1,chart2,chart3'Note: --skip-charts must be used with --update-all or --update-helm-chart
./bin/helm-repo-update.sh --helpNote:
- 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.