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 linuxserver/radarr Docker tag to v5.2.6 #129

Merged
merged 2 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/radarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
type: application
name: radarr
description: Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
version: 1.0.1
appVersion: "5.1.3"
version: 1.0.2
appVersion: "5.2.6"
icon: https://raw.githubusercontent.com/RubxKube/charts/main/img/radarr-logo.png
maintainers:
- name: QJOLY
Expand Down
2 changes: 1 addition & 1 deletion charts/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ common:
isPrivate: false
secretName: null
repository: linuxserver/radarr
tag: 5.1.3
tag: 5.2.6
pullPolicy: Always

# ingress
Expand Down