From 10498b453ee3f2d0e6e2ff418ea104a0f62cf7ab Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 10 Aug 2023 13:51:11 -0400 Subject: [PATCH] chore: stop pinning all images to latest --- cluster/apps/authentik/ldap-outpost/helm-release.yaml | 2 +- cluster/apps/default/fireflyiii/helm-release.yaml | 2 +- cluster/apps/default/gitea/helm-release.yaml | 2 +- cluster/apps/dev/code/helm-release.yaml | 2 +- cluster/apps/download/bazarr/helm-release.yaml | 2 +- cluster/apps/download/flaresolverr/helm-release.yaml | 2 +- cluster/apps/download/mylar3/helm-release.yaml | 2 +- cluster/apps/download/prowlarr/helm-release.yaml | 4 ++-- cluster/apps/download/qbittorrent/helm-release.yaml | 4 ++-- cluster/apps/download/radarr/helm-release.yaml | 4 ++-- cluster/apps/download/readarr/audiobook-helm.yaml | 2 +- cluster/apps/download/readarr/ebook-helm.yaml | 2 +- cluster/apps/download/sonarr/helm-release.yaml | 4 ++-- cluster/apps/download/unpackerr/helm-release.yaml | 2 +- cluster/apps/game-servers/factorio/helm-release.yaml | 2 +- cluster/apps/irc/thelounge/helm-release.yaml | 2 +- cluster/apps/irc/znc/helm-release.yaml | 2 +- cluster/apps/media/audiobookshelf/helm-release.yaml | 2 +- cluster/apps/media/jellyfin/helm-release.yaml | 2 +- cluster/apps/media/jellyseerr/helm-release.yaml | 2 +- cluster/apps/media/kavita/helm-release.yaml | 2 +- cluster/apps/media/komga/helm-release.yaml | 2 +- cluster/apps/media/ombi/helm-release.yaml | 2 +- cluster/apps/media/plex/helm-release.yaml | 2 +- cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml | 2 +- cluster/apps/tools/gotify/helm-release.yaml | 2 +- cluster/apps/tools/transfersh/helm-release.yaml | 2 +- cluster/apps/tools/vaultwarden/helm-release.yaml | 2 +- 28 files changed, 32 insertions(+), 32 deletions(-) diff --git a/cluster/apps/authentik/ldap-outpost/helm-release.yaml b/cluster/apps/authentik/ldap-outpost/helm-release.yaml index 65798f8..d267af8 100644 --- a/cluster/apps/authentik/ldap-outpost/helm-release.yaml +++ b/cluster/apps/authentik/ldap-outpost/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/goauthentik/ldap - tag: latest + tag: "2023.6.1" env: AUTHENTIK_HOST: "http://authentik.authentik:80" diff --git a/cluster/apps/default/fireflyiii/helm-release.yaml b/cluster/apps/default/fireflyiii/helm-release.yaml index e90b581..07de182 100644 --- a/cluster/apps/default/fireflyiii/helm-release.yaml +++ b/cluster/apps/default/fireflyiii/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: fireflyiii/core - tag: latest + tag: version-6.0.19 envFrom: - secretRef: diff --git a/cluster/apps/default/gitea/helm-release.yaml b/cluster/apps/default/gitea/helm-release.yaml index 2e10cf0..06172ef 100644 --- a/cluster/apps/default/gitea/helm-release.yaml +++ b/cluster/apps/default/gitea/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: gitea/gitea - tag: 1.19.0 + tag: "1.19.0" podLabels: needsDatabase: "yes" diff --git a/cluster/apps/dev/code/helm-release.yaml b/cluster/apps/dev/code/helm-release.yaml index 1114ed9..94bcd8c 100644 --- a/cluster/apps/dev/code/helm-release.yaml +++ b/cluster/apps/dev/code/helm-release.yaml @@ -29,7 +29,7 @@ spec: image: repository: codercom/code-server - tag: latest + tag: "4.16.1" service: main: diff --git a/cluster/apps/download/bazarr/helm-release.yaml b/cluster/apps/download/bazarr/helm-release.yaml index 62792cc..223723e 100644 --- a/cluster/apps/download/bazarr/helm-release.yaml +++ b/cluster/apps/download/bazarr/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/onedr0p/bazarr - tag: rolling + tag: "1.2.4" env: TZ: America/New_York diff --git a/cluster/apps/download/flaresolverr/helm-release.yaml b/cluster/apps/download/flaresolverr/helm-release.yaml index 6db890f..39c034f 100644 --- a/cluster/apps/download/flaresolverr/helm-release.yaml +++ b/cluster/apps/download/flaresolverr/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/flaresolverr/flaresolverr - tag: latest + tag: v3.3.2 env: LOG_LEVEL: info diff --git a/cluster/apps/download/mylar3/helm-release.yaml b/cluster/apps/download/mylar3/helm-release.yaml index d708906..c88d76c 100644 --- a/cluster/apps/download/mylar3/helm-release.yaml +++ b/cluster/apps/download/mylar3/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: lscr.io/linuxserver/mylar3 - tag: latest + tag: "0.7.3" env: TZ: America/New_York diff --git a/cluster/apps/download/prowlarr/helm-release.yaml b/cluster/apps/download/prowlarr/helm-release.yaml index 3d9eb12..87869e7 100644 --- a/cluster/apps/download/prowlarr/helm-release.yaml +++ b/cluster/apps/download/prowlarr/helm-release.yaml @@ -17,12 +17,12 @@ spec: values: image: repository: ghcr.io/onedr0p/prowlarr-develop - tag: rolling + tag: "1.8.1.3837" # Metrics sidecar sidecars: exportarr: - image: ghcr.io/onedr0p/exportarr:latest + image: ghcr.io/onedr0p/exportarr:v1.5.3 args: - prowlarr ports: diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index f50d1d3..250395e 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: lscr.io/linuxserver/qbittorrent - tag: 4.5.4 + tag: "4.5.4" # Metrics sidecar sidecars: @@ -37,7 +37,7 @@ spec: - NET_ADMIN metrics: - image: caseyscarborough/qbittorrent-exporter:latest + image: caseyscarborough/qbittorrent-exporter:v1.3.2 env: - name: QBITTORRENT_BASE_URL value: "http://localhost:8080" diff --git a/cluster/apps/download/radarr/helm-release.yaml b/cluster/apps/download/radarr/helm-release.yaml index 98a0799..0054772 100644 --- a/cluster/apps/download/radarr/helm-release.yaml +++ b/cluster/apps/download/radarr/helm-release.yaml @@ -17,12 +17,12 @@ spec: values: image: repository: ghcr.io/onedr0p/radarr-develop - tag: rolling + tag: "4.7.3.7731" # Metrics sidecar sidecars: exportarr: - image: ghcr.io/onedr0p/exportarr:latest + image: ghcr.io/onedr0p/exportarr:v1.5.3 args: - radarr ports: diff --git a/cluster/apps/download/readarr/audiobook-helm.yaml b/cluster/apps/download/readarr/audiobook-helm.yaml index 58fe0d7..e3474b3 100644 --- a/cluster/apps/download/readarr/audiobook-helm.yaml +++ b/cluster/apps/download/readarr/audiobook-helm.yaml @@ -23,7 +23,7 @@ spec: # Metrics sidecar sidecars: exportarr: - image: ghcr.io/onedr0p/exportarr:latest + image: ghcr.io/onedr0p/exportarr:v1.5.3 args: - readarr ports: diff --git a/cluster/apps/download/readarr/ebook-helm.yaml b/cluster/apps/download/readarr/ebook-helm.yaml index 0ad2df7..d2bf138 100644 --- a/cluster/apps/download/readarr/ebook-helm.yaml +++ b/cluster/apps/download/readarr/ebook-helm.yaml @@ -23,7 +23,7 @@ spec: # Metrics sidecar sidecars: exportarr: - image: ghcr.io/onedr0p/exportarr:latest + image: ghcr.io/onedr0p/exportarr:v1.5.3 args: - readarr ports: diff --git a/cluster/apps/download/sonarr/helm-release.yaml b/cluster/apps/download/sonarr/helm-release.yaml index 2e4014a..5ef0bdb 100644 --- a/cluster/apps/download/sonarr/helm-release.yaml +++ b/cluster/apps/download/sonarr/helm-release.yaml @@ -17,12 +17,12 @@ spec: values: image: repository: ghcr.io/onedr0p/sonarr-develop - tag: rolling + tag: "4.0.0.610" # Metrics sidecar sidecars: exportarr: - image: ghcr.io/onedr0p/exportarr:latest + image: ghcr.io/onedr0p/exportarr:v1.5.3 args: - sonarr ports: diff --git a/cluster/apps/download/unpackerr/helm-release.yaml b/cluster/apps/download/unpackerr/helm-release.yaml index 2fdd68d..119b4ac 100644 --- a/cluster/apps/download/unpackerr/helm-release.yaml +++ b/cluster/apps/download/unpackerr/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/onedr0p/unpackerr - tag: rolling + tag: "0.12.0" service: main: diff --git a/cluster/apps/game-servers/factorio/helm-release.yaml b/cluster/apps/game-servers/factorio/helm-release.yaml index 990734a..9e3b6d4 100644 --- a/cluster/apps/game-servers/factorio/helm-release.yaml +++ b/cluster/apps/game-servers/factorio/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: goofball222/factorio - tag: latest + tag: "1.1.80" service: main: diff --git a/cluster/apps/irc/thelounge/helm-release.yaml b/cluster/apps/irc/thelounge/helm-release.yaml index 32908ee..7da9dcb 100644 --- a/cluster/apps/irc/thelounge/helm-release.yaml +++ b/cluster/apps/irc/thelounge/helm-release.yaml @@ -20,7 +20,7 @@ spec: image: repository: lscr.io/linuxserver/thelounge - tag: latest + tag: "4.4.1" env: TZ: America/New_York PGID: "1000" diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 54bc2bf..26a7f28 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -21,7 +21,7 @@ spec: # Add init container for pulling znc modules and putting them into the modules directory initContainers: pull-module-source: - image: alpine:latest + image: alpine:3.18.3 command: - "sh" - "-c" diff --git a/cluster/apps/media/audiobookshelf/helm-release.yaml b/cluster/apps/media/audiobookshelf/helm-release.yaml index 442ad05..34ce5bf 100644 --- a/cluster/apps/media/audiobookshelf/helm-release.yaml +++ b/cluster/apps/media/audiobookshelf/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/advplyr/audiobookshelf - tag: latest + tag: "2.3.3" service: main: diff --git a/cluster/apps/media/jellyfin/helm-release.yaml b/cluster/apps/media/jellyfin/helm-release.yaml index 9f7a2a5..e0f5b21 100644 --- a/cluster/apps/media/jellyfin/helm-release.yaml +++ b/cluster/apps/media/jellyfin/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: jellyfin/jellyfin - tag: latest + tag: "10.8.10" podLabels: needsAuthentik: "yes" diff --git a/cluster/apps/media/jellyseerr/helm-release.yaml b/cluster/apps/media/jellyseerr/helm-release.yaml index 626cbba..44e7e95 100644 --- a/cluster/apps/media/jellyseerr/helm-release.yaml +++ b/cluster/apps/media/jellyseerr/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: fallenbagel/jellyseerr - tag: develop + tag: "1.6.0" podLabels: needsDownload: "yes" diff --git a/cluster/apps/media/kavita/helm-release.yaml b/cluster/apps/media/kavita/helm-release.yaml index e7ca191..d8f8cd8 100644 --- a/cluster/apps/media/kavita/helm-release.yaml +++ b/cluster/apps/media/kavita/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: kizaing/kavita - tag: latest + tag: "0.7.7" service: main: ports: diff --git a/cluster/apps/media/komga/helm-release.yaml b/cluster/apps/media/komga/helm-release.yaml index b0d6377..d21e17a 100644 --- a/cluster/apps/media/komga/helm-release.yaml +++ b/cluster/apps/media/komga/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: gotson/komga - tag: latest + tag: "1.3.1" env: TZ: America/New_York diff --git a/cluster/apps/media/ombi/helm-release.yaml b/cluster/apps/media/ombi/helm-release.yaml index a51b694..114dd3b 100644 --- a/cluster/apps/media/ombi/helm-release.yaml +++ b/cluster/apps/media/ombi/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: lscr.io/linuxserver/ombi - tag: latest + tag: "4.39.1" env: TZ: America/New_York diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index bd72f29..7dcf126 100644 --- a/cluster/apps/media/plex/helm-release.yaml +++ b/cluster/apps/media/plex/helm-release.yaml @@ -18,7 +18,7 @@ spec: image: repository: lscr.io/linuxserver/plex - tag: latest + tag: "1.32.5" env: TZ: "America/New_York" diff --git a/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml b/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml index 9ee1e31..644df79 100644 --- a/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml +++ b/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: prompve/prometheus-pve-exporter - tag: latest + tag: "2.3.1" args: - /config/pve.yml diff --git a/cluster/apps/tools/gotify/helm-release.yaml b/cluster/apps/tools/gotify/helm-release.yaml index 8db65f8..e280074 100644 --- a/cluster/apps/tools/gotify/helm-release.yaml +++ b/cluster/apps/tools/gotify/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: ghcr.io/gotify/server - tag: latest + tag: "2.3.0" env: TZ: America/New_York diff --git a/cluster/apps/tools/transfersh/helm-release.yaml b/cluster/apps/tools/transfersh/helm-release.yaml index 3784bd7..95510f5 100644 --- a/cluster/apps/tools/transfersh/helm-release.yaml +++ b/cluster/apps/tools/transfersh/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: dutchcoders/transfer.sh - tag: latest + tag: v1.6.0 args: - --provider diff --git a/cluster/apps/tools/vaultwarden/helm-release.yaml b/cluster/apps/tools/vaultwarden/helm-release.yaml index 35533fe..2a3cd66 100644 --- a/cluster/apps/tools/vaultwarden/helm-release.yaml +++ b/cluster/apps/tools/vaultwarden/helm-release.yaml @@ -17,7 +17,7 @@ spec: values: image: repository: vaultwarden/server - tag: latest + tag: "1.29.1" service: main: