Closed fonzdm closed 4 months ago
Bug fix.
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
helm dependency update
Chart.yaml
The dependencies are correctly fetched.
No.
closes #49
Hi @fonzdm, looks good so far! I think we can bump the Chart version to 1.0.1 and release it 😄
1.0.1
Done!
Well done! 🚀
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 theChart.yaml
file contains references to the old (deprecated) registry: https://github.com/fonzdm/servarr/blob/7fe88c0f04351ed6589f85284a6696ac7cb2a903/servarr/Chart.yaml#L20-L40What 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