2022-03-1[7](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:7)T11:07:26.[8](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:8)5[9](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:9)335444Z info hcr/main.go:32 pages-branch: "gh-pages", charts-dir: "charts", pre-release: false, tag: "", remote: "origin", token: *****, dry-run: false, helm-config: sign: false, key: <empty>, keyring: <empty>, passphrase-file: <empty>
2022-03-17T11:07:26.859750165Z info git/client.go:120 /usr/bin/git ls-remote --heads origin
2022-03-17T11:07:27.289094528Z info hcr/releaser.go:173 found gh-pages github pages remote branch
2022-03-17T11:07:27.28912633Z info hcr/releaser.go:46 github pages remote branch exists
2022-03-17T11:07:27.289291138Z info helm/client.go:80 start package charts/currency-exchange chart
2022-03-17T11:07:27.292047377Z info helm/client.go:85 chart charts/currency-exchange packaged as currency-exchange-2.0.[10](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:10).tgz
2022-03-17T[11](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:11):07:27.2927378[12](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:12)Z info helm/client.go:90 chart currency-exchange loaded
2022-03-17T11:07:27.292771914Z info helm/client.go:80 start package charts/nginx chart
2022-03-17T11:07:27.296044979Z info helm/client.go:85 chart charts/nginx packaged as nginx-2.0.10.tgz
2022-03-17T11:07:27.296554105Z info helm/client.go:90 chart nginx loaded
2022-03-17T11:07:27.296576706Z info hcr/releaser.go:54 charts packaged
2022-03-17T11:07:27.29665491Z info git/client.go:120 /usr/bin/git remote update origin --prune
2022-03-17T11:07:27.562056801Z info git/client.go:120 /usr/bin/git worktree add /tmp/gh-pages492250291 origin/gh-pages
2022-03-17T11:07:27.568467524Z info hcr/releaser.go:153 added github pages gh-pages worktree to /tmp/gh-pages492250291
2022-03-17T11:07:27.568537028Z info git/client.go:120 /usr/bin/git remote get-url --push origin
2022-03-17T11:07:28.110477873Z info github/client.go:64 release currency-exchange-2.0.10 created
2022-03-17T11:07:28.654474521Z warn github/client.go:82 close currency-exchange-2.0.10.tgz asset file: close currency-exchange-2.0.10.tgz: file already closed
2022-03-17T11:07:28.654521823Z info github/client.go:71 asset currency-exchange-2.0.10.tgz uploaded
2022-03-17T11:07:28.655564376Z info helm/client.go:140 loaded /tmp/gh-pages492250291/index.yaml index file
2022-03-17T11:07:28.656926445Z info git/client.go:120 /usr/bin/git remote get-url --push origin
2022-03-17T11:07:28.773447624Z info hcr/releaser.go:115 nginx release 2.0.10 already exists, skipping
2022-03-17T11:07:28.773483026Z info hcr/releaser.go:72 released charts and updated index
2022-03-17T11:07:28.773540929Z info git/client.go:120 /usr/bin/git add index.yaml
2022-03-17T11:07:28.776506578Z info git/client.go:120 /usr/bin/git commit -m "update index.yaml"
2022-03-17T11:07:28.781504331Z info git/client.go:120 /usr/bin/git remote get-url --push origin
2022-03-17T11:07:29.417265009Z info hcr/releaser.go:82 index updated and pushed to github pages
2022-03-17T11:07:29.4173455[13](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:13)Z info git/client.go:120 /usr/bin/git worktree remove /tmp/gh-pages492250291 --force
2022-03-17T11:07:29.420231659Z info hcr/releaser.go:160 removed github pages gh-pages worktree /tmp/gh-pages492250291
[{"chart":"currency-exchange","tag":"2.0.10","version":"2.0.10"},{"chart":"nginx","tag":"2.0.10","version":"2.0.10"}]
2022-03-17T11:07:29.420283961Z info helm/client.go:71 removed generated chart currency-exchange-2.0.10.tgz
2022-03-17T11:07:29.4203[15](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:15)[36](https://github.com/luafanti/helm-chart-private2/runs/5584761897?check_suite_focus=true#step:6:36)3Z info helm/client.go:71 removed generated chart nginx-2.0.10.tgz
I have a problem with your tool when I try to update multiple charts under
/chartsdirectory with this same version.I have two charts:
I bumped the version for both of them to 2.0.10
HCR tool updates version for one of them and return information for the second chart that version 2.0.10 already exists.
Could you help me with this problem? Maybe I missed some part of configuration?