Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/servarr-stack/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6327,7 +6327,7 @@
"type": "string"
},
"tag": {
"default": "4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b",
"default": "4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2",
"required": [],
"title": "tag",
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: sonarr
description: A Helm chart for deploying Sonarr
type: application
version: 1.2.1
version: 1.2.2
# renovate: image=ghcr.io/linuxserver/sonarr
appVersion: 4.0.16
appVersion: 4.0.17
home: https://sonarr.tv
sources:
- https://github.com/jankcloud/charts/tree/main/charts/sonarr
Expand Down
4 changes: 2 additions & 2 deletions charts/sonarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sonarr

![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.16](https://img.shields.io/badge/AppVersion-4.0.16-informational?style=flat-square)
![Version: 1.2.2](https://img.shields.io/badge/Version-1.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.17](https://img.shields.io/badge/AppVersion-4.0.17-informational?style=flat-square)

A Helm chart for deploying Sonarr

Expand Down Expand Up @@ -50,7 +50,7 @@ A Helm chart for deploying Sonarr
| gluetun.image.tag | string | `"latest"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sonarr"` | |
| image.tag | string | `"4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b"` | |
| image.tag | string | `"4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2"` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
"type": "string"
},
"tag": {
"default": "4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b",
"default": "4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2",
"required": [],
"title": "tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=values.schema.json
image:
repository: ghcr.io/linuxserver/sonarr
tag: 4.0.16@sha256:21c1c3d52248589bb064f5adafec18cad45812d7a01d317472955eef051e619b
tag: 4.0.17@sha256:76414c033f290d3c9f1f9dfad71150abe71d92592369a3377a5903d579e6e2b2
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down
Loading