farcaller / nixhelm

This is a collection of helm charts in a nix-digestable format.
Apache License 2.0
78 stars 9 forks source link

rook-release/rook-ceph: init at 1.13.4 #15

Closed aycanirican closed 6 months ago

aycanirican commented 6 months ago

rook-release/rook-ceph: init at 1.13.4 rook-release/rook-ceph-cluster: init at 1.13.4

note that helmupdater cannot deal with these charts:

$ nix run .#helmupdater -- init "https://charts.rook.io/release" rook-release/rook-ceph
Traceback (most recent call last):

  File "/nix/store/x8adj0i6gm3vxk22pc30n4hylynscj9b-python3.10-helmupdater-0.1.0/bin/.helmupdater-wrapped", line 9, in <module>
    sys.exit(app())

  File "/nix/store/x8adj0i6gm3vxk22pc30n4hylynscj9b-python3.10-helmupdater-0.1.0/lib/python3.10/site-packages/helmupdater/__init__.py", line 198, in init
    update_one_chart(repo_name, chart_name, local_chart, commit=False, fail_on_fetch=True)

  File "/nix/store/x8adj0i6gm3vxk22pc30n4hylynscj9b-python3.10-helmupdater-0.1.0/lib/python3.10/site-packages/helmupdater/__init__.py", line 92, in update_one_chart
    version = VersionInfo.parse(version_str)

  File "/nix/store/lphr10lgh2cwfmfwhkn9s0mq5r7ayp19-python3.10-semver-2.13.0/lib/python3.10/site-packages/semver.py", line 726, in parse
    raise ValueError("%s is not valid SemVer string" % version)

ValueError: 0 is not valid SemVer string
farcaller commented 6 months ago

Thanks for your contribution! I've forked it into #16 and submitted with a helmupdater fix.