fonzdm / servarr

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

Update Truecharts Repo URL #51

Closed fonzdm closed 4 months ago

fonzdm commented 4 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix.

What is the current behavior? (You can also link to an open issue here)

helm dependency update command is not working anymore because the Chart.yaml file contains references to the old (deprecated) registry: https://github.com/fonzdm/servarr/blob/7fe88c0f04351ed6589f85284a6696ac7cb2a903/servarr/Chart.yaml#L20-L40

What is the new behavior (if this is a feature change)?

The dependencies are correctly fetched.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

No.

Other information:

closes #49

fonzdm commented 4 months ago

Hi @fonzdm, looks good so far! I think we can bump the Chart version to 1.0.1 and release it 😄

Done!

imgios commented 4 months ago

Well done! 🚀