Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Truecharts Repo URL #51

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Conversation

fonzdm
Copy link
Owner

@fonzdm fonzdm commented Jul 16, 2024

Please check if the PR fulfills these requirements

  • The branch naming convention follows our guidelines
  • Docs have been added / updated (for bug fixes / features)

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:

- name: sonarr
version: "21.2.1"
repository: "https://charts.truecharts.org"
- name: radarr
version: "21.2.1"
repository: "https://charts.truecharts.org"
- name: prowlarr
version: "16.2.1"
repository: "https://charts.truecharts.org"
- name: qbittorrent
version: "19.4.1"
repository: "https://charts.truecharts.org"
- name: jellyseerr
version: "9.5.2"
repository: "https://charts.truecharts.org"
- name: jellyfin
version: "18.7.7"
repository: "https://charts.truecharts.org"
- name: flaresolverr
version: "13.4.1"
repository: "https://charts.truecharts.org"

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 fonzdm added the bug Something isn't working label Jul 16, 2024
@fonzdm fonzdm requested a review from imgios July 16, 2024 14:41
@fonzdm fonzdm self-assigned this Jul 16, 2024
@fonzdm fonzdm linked an issue Jul 16, 2024 that may be closed by this pull request
1 task
Copy link
Collaborator

@imgios imgios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@fonzdm
Copy link
Owner Author

fonzdm commented Jul 16, 2024

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

Done!

@imgios
Copy link
Collaborator

imgios commented Jul 16, 2024

Well done! 🚀

@imgios imgios merged commit aabc98d into main Jul 16, 2024
@imgios imgios deleted the hotfix/truecharts-registry-update branch July 16, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

charts.truecharts.org isn't available anymore
2 participants