chore(helm): update image ghcr.io/onedr0p/sonarr 4.0.9.2244 → 4.0.10.2544 (#28355)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr) ([source](https://redirect.github.com/Sonarr/Sonarr)) | patch | `2740c33` -> `78c9253` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Sonarr/Sonarr (ghcr.io/onedr0p/sonarr)</summary> ### [`v4.0.10.2544`](https://redirect.github.com/Sonarr/Sonarr/releases/tag/v4.0.10.2544): 4.0.10.2544 [Compare Source](https://redirect.github.com/Sonarr/Sonarr/compare/v4.0.9.2244...v4.0.10.2544) <!-- Release notes generated using configuration in .github/release.yml at 562e0dd7c0a69460e24c3b4f7519b0a432029859 --> #### What's Changed ##### Changes - Refactoring: Typescript button component by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7118](https://redirect.github.com/Sonarr/Sonarr/pull/7118) - Refactoring: Icon component Typescript by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7119](https://redirect.github.com/Sonarr/Sonarr/pull/7119) - Refactoring: Link polymorphic static typing by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7121](https://redirect.github.com/Sonarr/Sonarr/pull/7121) - Tech: VSCode updated code action format by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7124](https://redirect.github.com/Sonarr/Sonarr/pull/7124) - Fixed: Validate root folder existence when adding series by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7128](https://redirect.github.com/Sonarr/Sonarr/pull/7128) - Fix disabled style for monitor toggle button by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7130](https://redirect.github.com/Sonarr/Sonarr/pull/7130) - Fixed: Handle Spaces in ProxyBypassList by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [https://github.com/Sonarr/Sonarr/pull/7133](https://redirect.github.com/Sonarr/Sonarr/pull/7133) - New: Bypass IP addresses ranges in proxies by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7134](https://redirect.github.com/Sonarr/Sonarr/pull/7134) - Fixed: Hide reboot and shutdown UI buttons on docker by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7136](https://redirect.github.com/Sonarr/Sonarr/pull/7136) - Fixed: Paths for renamed episode files in Custom Script and Webhook by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7138](https://redirect.github.com/Sonarr/Sonarr/pull/7138) - New: Bulk manage custom formats by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7116](https://redirect.github.com/Sonarr/Sonarr/pull/7116) - Convert episode and season search modals to TypeScript by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7123](https://redirect.github.com/Sonarr/Sonarr/pull/7123) - Fixed: Queue header by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7143](https://redirect.github.com/Sonarr/Sonarr/pull/7143) - Refactoring: Icon button component Typescript by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7144](https://redirect.github.com/Sonarr/Sonarr/pull/7144) - Refactoring: TableRowCell Typescript integration by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7145](https://redirect.github.com/Sonarr/Sonarr/pull/7145) - Refactoring: Typescript SpinnerIcon component by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7146](https://redirect.github.com/Sonarr/Sonarr/pull/7146) - Don't persist value for SslCertHash when checking for existence by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7148](https://redirect.github.com/Sonarr/Sonarr/pull/7148) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7152](https://redirect.github.com/Sonarr/Sonarr/pull/7152) - Fixed: Generating absolute episode file paths in webhooks by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7150](https://redirect.github.com/Sonarr/Sonarr/pull/7150) - Fixed: Forbid empty spaces in Must Contain/Must Not Contain for Release Profiles by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7151](https://redirect.github.com/Sonarr/Sonarr/pull/7151) - Fixed: Importing files without media info available by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7156](https://redirect.github.com/Sonarr/Sonarr/pull/7156) - Convert Components to TypeScript by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7142](https://redirect.github.com/Sonarr/Sonarr/pull/7142) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7166](https://redirect.github.com/Sonarr/Sonarr/pull/7166) - Add Last Search Time to /episode API and to the Frontend (Cut-off Unmet & Missing) by [@​ManiMatter](https://redirect.github.com/ManiMatter) in [https://github.com/Sonarr/Sonarr/pull/7091](https://redirect.github.com/Sonarr/Sonarr/pull/7091) - Convert Interactive Search to TypeScript by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7158](https://redirect.github.com/Sonarr/Sonarr/pull/7158) - Add IndexerFlags parsing to NewznabRssParser by [@​amdavie](https://redirect.github.com/amdavie) in [https://github.com/Sonarr/Sonarr/pull/7160](https://redirect.github.com/Sonarr/Sonarr/pull/7160) - New: Except language option for Language Custom Formats by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7163](https://redirect.github.com/Sonarr/Sonarr/pull/7163) - Fixed: Failing to import any file for series if one has bad encoding by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7164](https://redirect.github.com/Sonarr/Sonarr/pull/7164) - Cleanup History Details and a typo by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7165](https://redirect.github.com/Sonarr/Sonarr/pull/7165) - Fixed: Respect Quality cutoff if Custom Format cutoff isn't met by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7167](https://redirect.github.com/Sonarr/Sonarr/pull/7167) - New: Include seasons and episodes in Trakt import lists by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7171](https://redirect.github.com/Sonarr/Sonarr/pull/7171) - Fixed: Links tooltip closing too quickly by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7172](https://redirect.github.com/Sonarr/Sonarr/pull/7172) - New: Add MDBList link to series details by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7173](https://redirect.github.com/Sonarr/Sonarr/pull/7173) - Convert Progress Bars to TypeScript by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7174](https://redirect.github.com/Sonarr/Sonarr/pull/7174) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7195](https://redirect.github.com/Sonarr/Sonarr/pull/7195) - Shift quality definition limits management to the backend by [@​rcdailey](https://redirect.github.com/rcdailey) in [https://github.com/Sonarr/Sonarr/pull/7122](https://redirect.github.com/Sonarr/Sonarr/pull/7122) - Minimum Upgrade Score for Custom Formats by [@​somniumV](https://redirect.github.com/somniumV) in [https://github.com/Sonarr/Sonarr/pull/7161](https://redirect.github.com/Sonarr/Sonarr/pull/7161) - Fixed: Series links not opening on iOS by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7178](https://redirect.github.com/Sonarr/Sonarr/pull/7178) - A handful of fixes by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7184](https://redirect.github.com/Sonarr/Sonarr/pull/7184) - New: Check for available space before grabbing by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7185](https://redirect.github.com/Sonarr/Sonarr/pull/7185) - New: Add Bluray 576p quality by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7192](https://redirect.github.com/Sonarr/Sonarr/pull/7192) - New: Add .zipx extension to known archive extensions by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7193](https://redirect.github.com/Sonarr/Sonarr/pull/7193) - Gotify notification updates by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7194](https://redirect.github.com/Sonarr/Sonarr/pull/7194) - Chore: add workflow to close issue when labelled as support by [@​stevietv](https://redirect.github.com/stevietv) in [https://github.com/Sonarr/Sonarr/pull/7203](https://redirect.github.com/Sonarr/Sonarr/pull/7203) - Add rating as option in sort dropdown by [@​stevietv](https://redirect.github.com/stevietv) in [https://github.com/Sonarr/Sonarr/pull/7207](https://redirect.github.com/Sonarr/Sonarr/pull/7207) - New: Use instance name in forms authentication cookie name by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7208](https://redirect.github.com/Sonarr/Sonarr/pull/7208) - New: Add exception to SSL Certificate validation message by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7209](https://redirect.github.com/Sonarr/Sonarr/pull/7209) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7212](https://redirect.github.com/Sonarr/Sonarr/pull/7212) - Refactoring: Clipboard Typescript & rewrite by [@​Treycos](https://redirect.github.com/Treycos) in [https://github.com/Sonarr/Sonarr/pull/7168](https://redirect.github.com/Sonarr/Sonarr/pull/7168) - Fixed: Links for Trakt and TVMaze in Gotify notifications by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7213](https://redirect.github.com/Sonarr/Sonarr/pull/7213) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7223](https://redirect.github.com/Sonarr/Sonarr/pull/7223) - Parse KCRT as release group by [@​stevietv](https://redirect.github.com/stevietv) in [https://github.com/Sonarr/Sonarr/pull/7215](https://redirect.github.com/Sonarr/Sonarr/pull/7215) - New: Allowed sort keys for paginated resources by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7216](https://redirect.github.com/Sonarr/Sonarr/pull/7216) - Fixed: Interactive searches causing multiple requests to indexers by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7217](https://redirect.github.com/Sonarr/Sonarr/pull/7217) - fix: annotate passing apikey as query parameter consistently in description by [@​iMontouch](https://redirect.github.com/iMontouch) in [https://github.com/Sonarr/Sonarr/pull/7234](https://redirect.github.com/Sonarr/Sonarr/pull/7234) - Adds includeSeries and includeEpisodeFile to episode endpoint (default = false) by [@​ManiMatter](https://redirect.github.com/ManiMatter) in [https://github.com/Sonarr/Sonarr/pull/7219](https://redirect.github.com/Sonarr/Sonarr/pull/7219) - Fixed: Adding Bluray 576p to some profiles by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7220](https://redirect.github.com/Sonarr/Sonarr/pull/7220) - Fixed: Reprocessing manual import items unable to detect sample by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7222](https://redirect.github.com/Sonarr/Sonarr/pull/7222) - New: Fetch up to 1000 series from Plex Watchlist by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7224](https://redirect.github.com/Sonarr/Sonarr/pull/7224) - Fixed: Unable to login when instance name contained brackets by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7231](https://redirect.github.com/Sonarr/Sonarr/pull/7231) - Fixed: Don't set last write time on episode files if difference is within the same second by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7232](https://redirect.github.com/Sonarr/Sonarr/pull/7232) - New: Persist sort in Select Episodes modal by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7235](https://redirect.github.com/Sonarr/Sonarr/pull/7235) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7239](https://redirect.github.com/Sonarr/Sonarr/pull/7239) - Fixed: Sorting queue by columns by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7237](https://redirect.github.com/Sonarr/Sonarr/pull/7237) - New: Errors sending Telegram notifications when links aren't available by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7241](https://redirect.github.com/Sonarr/Sonarr/pull/7241) - Fixed: Loading series images after placeholder in Safari by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7242](https://redirect.github.com/Sonarr/Sonarr/pull/7242) - Fixed: Parsing of Hybrid-Remux by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7243](https://redirect.github.com/Sonarr/Sonarr/pull/7243) - Fixed: Telegram Log Message by [@​RobinDadswell](https://redirect.github.com/RobinDadswell) in [https://github.com/Sonarr/Sonarr/pull/7244](https://redirect.github.com/Sonarr/Sonarr/pull/7244) - Fix translation for Custom Colon Replacement label by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7245](https://redirect.github.com/Sonarr/Sonarr/pull/7245) - Fixed: Ignore '.DS_Store' and '.unmanic' when scanning for files by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7247](https://redirect.github.com/Sonarr/Sonarr/pull/7247) - Fixed: Don't reject revision upgrades if profile doesn't allow upgrades by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7257](https://redirect.github.com/Sonarr/Sonarr/pull/7257) - Fixed: Ignore extra spaces in path when not running on Windows by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7258](https://redirect.github.com/Sonarr/Sonarr/pull/7258) - New: Parse 'BEN THE MAN' release group by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7259](https://redirect.github.com/Sonarr/Sonarr/pull/7259) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7264](https://redirect.github.com/Sonarr/Sonarr/pull/7264) - \[DiskTransferService] WaitForIO after Copy/Move file by [@​jaredledvina](https://redirect.github.com/jaredledvina) in [https://github.com/Sonarr/Sonarr/pull/7250](https://redirect.github.com/Sonarr/Sonarr/pull/7250) - Convert Release Profiles to TypeScript by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7252](https://redirect.github.com/Sonarr/Sonarr/pull/7252) - Fixed: Copy to clipboard in non-secure contexts by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7254](https://redirect.github.com/Sonarr/Sonarr/pull/7254) - Fixed: Use Id from route and check for existence on provider update by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7256](https://redirect.github.com/Sonarr/Sonarr/pull/7256) - Add new category for FL by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7267](https://redirect.github.com/Sonarr/Sonarr/pull/7267) - Fixed: Validate path on series update by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7269](https://redirect.github.com/Sonarr/Sonarr/pull/7269) - Fixed: Manual importing to nested series folders by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7271](https://redirect.github.com/Sonarr/Sonarr/pull/7271) - Fixed: Clean paths for top level root folders by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7274](https://redirect.github.com/Sonarr/Sonarr/pull/7274) - Use the first allowed quality for cutoff met rejection message with disabled upgrades by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7275](https://redirect.github.com/Sonarr/Sonarr/pull/7275) - Fixed: Ignore free space check before grabbing if directory is missing by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7276](https://redirect.github.com/Sonarr/Sonarr/pull/7276) - New: Use 307 redirect for requests missing URL Base by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7277](https://redirect.github.com/Sonarr/Sonarr/pull/7277) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7281](https://redirect.github.com/Sonarr/Sonarr/pull/7281) - Convert Naming options to TypeScript by [@​mynameisbogdan](https://redirect.github.com/mynameisbogdan) in [https://github.com/Sonarr/Sonarr/pull/7266](https://redirect.github.com/Sonarr/Sonarr/pull/7266) - Translations update from Servarr Weblate by [@​ServarrAdmin](https://redirect.github.com/ServarrAdmin) in [https://github.com/Sonarr/Sonarr/pull/7286](https://redirect.github.com/Sonarr/Sonarr/pull/7286) - Bump version to 4.0.10 by [@​markus101](https://redirect.github.com/markus101) in [https://github.com/Sonarr/Sonarr/pull/7322](https://redirect.github.com/Sonarr/Sonarr/pull/7322) #### New Contributors - [@​amdavie](https://redirect.github.com/amdavie) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/7160](https://redirect.github.com/Sonarr/Sonarr/pull/7160) - [@​somniumV](https://redirect.github.com/somniumV) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/7161](https://redirect.github.com/Sonarr/Sonarr/pull/7161) - [@​iMontouch](https://redirect.github.com/iMontouch) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/7234](https://redirect.github.com/Sonarr/Sonarr/pull/7234) - [@​jaredledvina](https://redirect.github.com/jaredledvina) made their first contribution in [https://github.com/Sonarr/Sonarr/pull/7250](https://redirect.github.com/Sonarr/Sonarr/pull/7250) **Full Changelog**: https://github.com/Sonarr/Sonarr/compare/v4.0.9.2244...v4.0.10.2544 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.0.9.2244
|
||||
appVersion: 4.0.10.2544
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/Sonarr/Sonarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
|
||||
type: application
|
||||
version: 23.2.1
|
||||
version: 23.2.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/sonarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.0.9.2244@sha256:2740c331757564877a344cdad41a9a092b36f0680f5f0133bcc971b0b2bd1f84
|
||||
tag: 4.0.10.2544@sha256:78c92531eeb6a3aec14b746a79102a1fe69ba8e8dcff84d9ef0549c382befc01
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user