fonzdm / servarr

Servarr - Stack Deployment with Helm
GNU Affero General Public License v3.0
6 stars 1 forks source link

charts.truecharts.org isn't available anymore #49

Closed imgios closed 4 months ago

imgios commented 4 months ago

Description

The TrueChart repository changed from https://charts.truecharts.org to oci://tccr.io/truecharts, and this should be updated also in the Chart.yaml, otherwise will be impossible to fetch the subcharts.

Steps to reproduce

Download the latest servarr Helm Chart version and deploy it.

Expected behavior

Subcharts fetch and deployment, but instead Helm fails to resolve charts.truecharts.org.

Servarr Helm Chart version

1.0.0

Relevant log output

Getting updates for unmanaged Helm repositories...
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
Error: failed linting charts: failed building dependencies for chart "servarr => (version: \"1.0.0\", path: \"servarr/\")": failed waiting for process: exit status 1
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host
...Unable to get an update from the "https://charts.truecharts.org" chart repository:
    Get "https://charts.truecharts.org/index.yaml": dial tcp: lookup charts.truecharts.org on 127.0.0.53:53: no such host

Chart values

Not related to values.

Code of Conduct

fonzdm commented 4 months ago

Thanks for the report, @imgios! I will get on this one asap!

imgios commented 4 months ago

Reopening this, since a similar change is required also in the release pipeline. @fonzdm will you check that?