https://github.com/sagikazarmark/chart-sync-poc
https://github.com/sagikazarmark/chart-sync-poc
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sagikazarmark/chart-sync-poc
- Owner: sagikazarmark
- Created: 2023-02-22T16:52:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T16:52:44.000Z (over 2 years ago)
- Last Synced: 2025-03-06T18:52:44.411Z (7 months ago)
- Language: Nix
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chart sync PoC
[](https://builtwithnix.org)
PoC for synchronizing charts from third-party repositories to a local one using Bitnami's [charts syncer](https://github.com/bitnami-labs/charts-syncer).
## Usage
Launch ChartMuseum as a local registry:
```shell
docker compose up -d
```Sync all charts from a third-party repository:
```shell
charts-syncer sync --config config/reloader.yaml
```Sync the latest version from a third-party repository:
```shell
charts-syncer sync --config config/aws-load-balancer-controller.yaml --latest-version-only
```Based on the `DEPTH` var in `docker-compose.yaml`, the syncer can either synchronize to multiple repos OR in a single repo on a single level.
Unfortunately, ChartMuseum does not seem to support multi-level paths in a single repository.