Skip to content

Commit 098ab2e

Browse files
authored
fix: servarr image tags for artifacthub scanner (#37)
1 parent 00f2aa5 commit 098ab2e

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

charts/servarr/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ maintainers:
33
- name: kubitodev
44
url: https://kubito.dev
55
apiVersion: v2
6-
appVersion: 1.0.6
7-
version: 1.0.6
6+
appVersion: 1.0.7
7+
version: 1.0.7
88
description: Kubito Servarr Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/servarr
1010
icon: https://kubito.dev/images/kubito.svg

charts/servarr/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
4949
| `jellyfin.enabled` | Whether to enable Jellyfin. | `true` |
5050
| `jellyfin.replicaCount` | The number of replicas to deploy. | `1` |
5151
| `jellyfin.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/jellyfin` |
52-
| `jellyfin.image.tag` | The image tag to use. | `latest` |
52+
| `jellyfin.image.tag` | The image tag to use. | `10.10.1` |
5353
| `jellyfin.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
5454
| `jellyfin.enableDLNA` | Whether to enable DLNA which requires the pod to be attached to the host network in order to be useful - this can break things like ingress to the service https://jellyfin.org/docs/general/networking/dlna.html. | `false` |
5555
| `jellyfin.service.type` | The type of service to create. | `ClusterIP` |
@@ -120,7 +120,7 @@ The command removes all the Kubernetes components associated with the chart and
120120
| `sonarr.enabled` | Whether to enable Sonarr. | `true` |
121121
| `sonarr.replicaCount` | The number of replicas to deploy. | `1` |
122122
| `sonarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/sonarr` |
123-
| `sonarr.image.tag` | The image tag to use. | `latest` |
123+
| `sonarr.image.tag` | The image tag to use. | `4.0.10` |
124124
| `sonarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
125125
| `sonarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
126126
| `sonarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -170,7 +170,7 @@ The command removes all the Kubernetes components associated with the chart and
170170
| `qbittorrent.enabled` | Whether to enable qBittorrent. | `true` |
171171
| `qbittorrent.replicaCount` | The number of replicas to deploy. | `1` |
172172
| `qbittorrent.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/qbittorrent` |
173-
| `qbittorrent.image.tag` | The image tag to use. | `latest` |
173+
| `qbittorrent.image.tag` | The image tag to use. | `4.6.7` |
174174
| `qbittorrent.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
175175
| `qbittorrent.imagePullSecrets` | The image pull secrets to use. | `[]` |
176176
| `qbittorrent.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -222,7 +222,7 @@ The command removes all the Kubernetes components associated with the chart and
222222
| `prowlarr.enabled` | Whether to enable Prowlarr. | `true` |
223223
| `prowlarr.replicaCount` | The number of replicas to deploy. | `1` |
224224
| `prowlarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/prowlarr` |
225-
| `prowlarr.image.tag` | The image tag to use. | `latest` |
225+
| `prowlarr.image.tag` | The image tag to use. | `1.25.4` |
226226
| `prowlarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
227227
| `prowlarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
228228
| `prowlarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -271,7 +271,7 @@ The command removes all the Kubernetes components associated with the chart and
271271
| `flaresolverr.enabled` | Whether to enable FlareSolverr. | `true` |
272272
| `flaresolverr.replicaCount` | The number of replicas to deploy. | `1` |
273273
| `flaresolverr.image.repository` | The Docker repository to pull the image from. | `ghcr.io/flaresolverr/flaresolverr` |
274-
| `flaresolverr.image.tag` | The image tag to use. | `latest` |
274+
| `flaresolverr.image.tag` | The image tag to use. | `v3.3.21` |
275275
| `flaresolverr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
276276
| `flaresolverr.imagePullSecrets` | The image pull secrets to use. | `[]` |
277277
| `flaresolverr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -317,7 +317,7 @@ The command removes all the Kubernetes components associated with the chart and
317317
| `jellyseerr.enabled` | Whether to enable Jellyseerr. | `true` |
318318
| `jellyseerr.replicaCount` | The number of replicas to deploy. | `1` |
319319
| `jellyseerr.image.repository` | The Docker repository to pull the image from. | `docker.io/fallenbagel/jellyseerr` |
320-
| `jellyseerr.image.tag` | The image tag to use. | `latest` |
320+
| `jellyseerr.image.tag` | The image tag to use. | `2.0.1` |
321321
| `jellyseerr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
322322
| `jellyseerr.imagePullSecrets` | The image pull secrets to use. | `[]` |
323323
| `jellyseerr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -362,7 +362,7 @@ The command removes all the Kubernetes components associated with the chart and
362362
| `bazarr.enabled` | Whether to enable Bazarr. | `true` |
363363
| `bazarr.replicaCount` | The number of replicas to deploy. | `1` |
364364
| `bazarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/bazarr` |
365-
| `bazarr.image.tag` | The image tag to use. | `latest` |
365+
| `bazarr.image.tag` | The image tag to use. | `1.4.5` |
366366
| `bazarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
367367
| `bazarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
368368
| `bazarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -410,7 +410,7 @@ The command removes all the Kubernetes components associated with the chart and
410410
| `radarr.enabled` | Whether to enable Radarr. | `true` |
411411
| `radarr.replicaCount` | The number of replicas to deploy. | `1` |
412412
| `radarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/radarr` |
413-
| `radarr.image.tag` | The image tag to use. | `latest` |
413+
| `radarr.image.tag` | The image tag to use. | `5.14.0` |
414414
| `radarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
415415
| `radarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
416416
| `radarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -460,7 +460,7 @@ The command removes all the Kubernetes components associated with the chart and
460460
| `lidarr.enabled` | Whether to enable Lidarr. | `true` |
461461
| `lidarr.replicaCount` | The number of replicas to deploy. | `1` |
462462
| `lidarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/lidarr` |
463-
| `lidarr.image.tag` | The image tag to use. | `latest` |
463+
| `lidarr.image.tag` | The image tag to use. | `2.7.1` |
464464
| `lidarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
465465
| `lidarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
466466
| `lidarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |
@@ -510,7 +510,7 @@ The command removes all the Kubernetes components associated with the chart and
510510
| `readarr.enabled` | Whether to enable Readarr. | `true` |
511511
| `readarr.replicaCount` | The number of replicas to deploy. | `1` |
512512
| `readarr.image.repository` | The Docker repository to pull the image from. | `lscr.io/linuxserver/readarr` |
513-
| `readarr.image.tag` | The image tag to use. | `latest` |
513+
| `readarr.image.tag` | The image tag to use. | `0.4.2-develop` |
514514
| `readarr.image.pullPolicy` | The logic of image pulling. | `IfNotPresent` |
515515
| `readarr.imagePullSecrets` | The image pull secrets to use. | `[]` |
516516
| `readarr.deployment.strategy.type` | The deployment strategy to use. | `Recreate` |

0 commit comments

Comments
 (0)