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

feat: fix app versions for media apps #24

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Conversation

d3adb5
Copy link
Owner

@d3adb5 d3adb5 commented Apr 14, 2024

Fix the application versions for media apps to the latest available images.

Closes #4.

Fix the application versions for media apps to the latest available
images.
@d3adb5 d3adb5 added the enhancement New feature or request label Apr 14, 2024
@d3adb5 d3adb5 self-assigned this Apr 14, 2024
Copy link

===== argoproj.io/Application argo-cd/overseerr ======
285c285
<           pullPolicy: Always
---
>           pullPolicy: IfNotPresent
287c287
<           tag: latest
---
>           tag: 1.33.2@sha256:ce5f9433d4990395df2c8d9beeb6b13a55f17259f6299fc51eb5a7c37209431f

===== argoproj.io/Application argo-cd/plex-media-server ======
284c284
<           pullPolicy: Always
---
>           pullPolicy: IfNotPresent
287c287
<           tag: latest
---
>           tag: 1.40.1@sha256:817fb3ea4813af30492227c9cf368db957970260717be4fde0bab782f9a5c9a5

===== argoproj.io/Application argo-cd/prowlarr ======
238c238
<           pullPolicy: Always
---
>           pullPolicy: IfNotPresent
240c240
<           tag: latest
---
>           tag: 1.15.0sha256:335388a2b30603bcd69d7411f3bfb37c54a8799eb1f76bae1f42ec6b2f9a5a79

===== argoproj.io/Application argo-cd/radarr ======
337c337
<           pullPolicy: Always
---
>           pullPolicy: IfNotPresent
339c339
<           tag: latest
---
>           tag: 5.4.6@sha256:de7e51182113b430d9b6cb93ebc3389e1c73f11e7eabf47d0af5de106cdc296a

===== argoproj.io/Application argo-cd/sonarr ======
287c287
<           pullPolicy: Always
---
>           pullPolicy: IfNotPresent
289c289
<           tag: latest
---
>           tag: 4.0.4@sha256:878f8538c5becb75bae4e2f010aaee85b4ec3792acedbeaf639e800995b6e6fe

===== argoproj.io/Application argo-cd/transmission-movies ======
301a302,305
>         image:
>           pullPolicy: IfNotPresent
>           repository: lscr.io/linuxserver/transmission
>           tag: 4.0.5@sha256:2205fe1977b68449bcee4e17527801b5cef80bfa9a4ca308b221d6a371a022d1

===== argoproj.io/Application argo-cd/transmission-tv ======
301a302,305
>         image:
>           pullPolicy: IfNotPresent
>           repository: lscr.io/linuxserver/transmission
>           tag: 4.0.5@sha256:2205fe1977b68449bcee4e17527801b5cef80bfa9a4ca308b221d6a371a022d1

@d3adb5 d3adb5 merged commit 92b35b4 into master Apr 14, 2024
1 check passed
@d3adb5 d3adb5 deleted the feat/use-fixed-versions branch April 14, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use fixed versions for all container images
1 participant