Skip to content

Commit

Permalink
feat: fix app versions for media apps
Browse files Browse the repository at this point in the history
Fix the application versions for media apps to the latest available
images.
  • Loading branch information
d3adb5 committed Apr 14, 2024
1 parent b1076f4 commit 3e93c18
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions applications/app-of-apps/templates/media-apps/overseerr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
linkerd.io/inject: enabled
image:
repository: lscr.io/linuxserver/overseerr
tag: latest
pullPolicy: Always
tag: "1.33.2@sha256:ce5f9433d4990395df2c8d9beeb6b13a55f17259f6299fc51eb5a7c37209431f"
pullPolicy: IfNotPresent
resources:
requests:
cpu: 50m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
image:
registry: lscr.io
repository: linuxserver/plex
tag: latest
pullPolicy: Always
tag: "1.40.1@sha256:817fb3ea4813af30492227c9cf368db957970260717be4fde0bab782f9a5c9a5"
pullPolicy: IfNotPresent
ingress:
enabled: true
ingressClassName: nginx
Expand Down
4 changes: 2 additions & 2 deletions applications/app-of-apps/templates/media-apps/prowlarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
replicaCount: 1
image:
repository: lscr.io/linuxserver/prowlarr
tag: latest
pullPolicy: Always
tag: "1.15.0sha256:335388a2b30603bcd69d7411f3bfb37c54a8799eb1f76bae1f42ec6b2f9a5a79"
pullPolicy: IfNotPresent
service:
port: 9696
ingress:
Expand Down
4 changes: 2 additions & 2 deletions applications/app-of-apps/templates/media-apps/radarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
replicaCount: 1
image:
repository: lscr.io/linuxserver/radarr
tag: latest
pullPolicy: Always
tag: "5.4.6@sha256:de7e51182113b430d9b6cb93ebc3389e1c73f11e7eabf47d0af5de106cdc296a"
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
Expand Down
4 changes: 2 additions & 2 deletions applications/app-of-apps/templates/media-apps/sonarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
replicaCount: 1
image:
repository: lscr.io/linuxserver/sonarr
tag: latest
pullPolicy: Always
tag: "4.0.4@sha256:878f8538c5becb75bae4e2f010aaee85b4ec3792acedbeaf639e800995b6e6fe"
pullPolicy: IfNotPresent
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:

helm:
valuesObject:
image:
repository: lscr.io/linuxserver/transmission
pullPolicy: IfNotPresent
tag: "4.0.5@sha256:2205fe1977b68449bcee4e17527801b5cef80bfa9a4ca308b221d6a371a022d1"
podAnnotations:
linkerd.io/inject: enabled
replicaCount: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:

helm:
valuesObject:
image:
repository: lscr.io/linuxserver/transmission
pullPolicy: IfNotPresent
tag: "4.0.5@sha256:2205fe1977b68449bcee4e17527801b5cef80bfa9a4ca308b221d6a371a022d1"
podAnnotations:
linkerd.io/inject: enabled
replicaCount: 1
Expand Down

0 comments on commit 3e93c18

Please sign in to comment.