From b871df5def94618bfc1b670db18d74e26073d386 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Jun 2024 19:37:56 +0000 Subject: [PATCH] chore(deps): update helmrelease to helm.toolkit.fluxcd.io/v2 --- cluster/apps/authentik/helm-release.yaml | 2 +- cluster/apps/database/minio/helm-release.yaml | 2 +- cluster/apps/database/postgresql/helm-release.yaml | 2 +- cluster/apps/database/postgresql/pgadmin4/helm-release.yaml | 2 +- cluster/apps/database/redis/helm-release.yaml | 2 +- cluster/apps/default/cdn/helm-release.yaml | 2 +- cluster/apps/default/exim/helm-release.yaml | 2 +- cluster/apps/default/fireflyiii/helm-release.yaml | 2 +- cluster/apps/default/huginn/helm-release.yaml | 2 +- cluster/apps/default/mealie/helm-release.yaml | 2 +- cluster/apps/default/trilium/helm-release.yaml | 2 +- cluster/apps/dev/woodpecker/helm-release.yaml | 2 +- cluster/apps/download/bazarr/helm-release.yaml | 2 +- cluster/apps/download/flaresolverr/helm-release.yaml | 2 +- cluster/apps/download/kapowarr/helm-release.yaml | 2 +- cluster/apps/download/mylar3/helm-release.yaml | 2 +- cluster/apps/download/prowlarr/helm-release.yaml | 2 +- cluster/apps/download/qbit-manage/helm-release.yaml | 2 +- cluster/apps/download/qbittorrent/helm-release.yaml | 2 +- cluster/apps/download/radarr/helm-release.yaml | 2 +- cluster/apps/download/readarr/audiobook-helm.yaml | 2 +- cluster/apps/download/readarr/ebook-helm.yaml | 2 +- cluster/apps/download/sonarr/helm-release.yaml | 2 +- cluster/apps/download/unpackerr/helm-release.yaml | 2 +- cluster/apps/game-servers/factorio/helm-release.yaml | 2 +- cluster/apps/game-servers/palworld/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/freshrss/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/media/tautulli/helm-release.yaml | 2 +- .../monitoring/alertmanager-gotify-bridge/helm-release.yaml | 2 +- cluster/apps/monitoring/grafana/helm-release.yaml | 2 +- cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml | 2 +- cluster/apps/monitoring/varken/helm-release.yaml | 2 +- cluster/apps/monitoring/victoria-metrics/helm-release.yaml | 2 +- cluster/apps/monitoring/zfs-exporter/helm-release.yaml | 2 +- cluster/apps/tools/gotify/helm-release.yaml | 2 +- cluster/apps/tools/hastebin/helm-release.yaml | 2 +- cluster/apps/tools/transfersh/helm-release.yaml | 2 +- cluster/apps/tools/vaultwarden/helm-release.yaml | 2 +- cluster/core/cert-manager/helm-release.yaml | 2 +- cluster/core/kube-replicator/helm-release.yaml | 2 +- cluster/core/networking/metallb/helm-release.yaml | 2 +- cluster/core/networking/traefik/helm-release.yaml | 2 +- cluster/core/storage/local-path-provisioner/helm.yaml | 2 +- cluster/core/storage/longhorn/helm-release.yaml | 2 +- cluster/core/storage/openebs/helm-release.yaml | 2 +- cluster/core/storage/openebs/monitoring-helm-release.yaml | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/cluster/apps/authentik/helm-release.yaml b/cluster/apps/authentik/helm-release.yaml index 465f256..777bb6e 100644 --- a/cluster/apps/authentik/helm-release.yaml +++ b/cluster/apps/authentik/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: authentik diff --git a/cluster/apps/database/minio/helm-release.yaml b/cluster/apps/database/minio/helm-release.yaml index 7c92844..d6b4902 100644 --- a/cluster/apps/database/minio/helm-release.yaml +++ b/cluster/apps/database/minio/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: minio diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index f45c3be..7937f9b 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: postgresql diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml index 9186562..7c79ec0 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: pgadmin4 diff --git a/cluster/apps/database/redis/helm-release.yaml b/cluster/apps/database/redis/helm-release.yaml index e2c62ee..b814b87 100644 --- a/cluster/apps/database/redis/helm-release.yaml +++ b/cluster/apps/database/redis/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: redis diff --git a/cluster/apps/default/cdn/helm-release.yaml b/cluster/apps/default/cdn/helm-release.yaml index 52b9deb..a10246a 100644 --- a/cluster/apps/default/cdn/helm-release.yaml +++ b/cluster/apps/default/cdn/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: nginx-cdn diff --git a/cluster/apps/default/exim/helm-release.yaml b/cluster/apps/default/exim/helm-release.yaml index 56a9df3..7261cc6 100644 --- a/cluster/apps/default/exim/helm-release.yaml +++ b/cluster/apps/default/exim/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: exim diff --git a/cluster/apps/default/fireflyiii/helm-release.yaml b/cluster/apps/default/fireflyiii/helm-release.yaml index fb6ea3d..92d0c1f 100644 --- a/cluster/apps/default/fireflyiii/helm-release.yaml +++ b/cluster/apps/default/fireflyiii/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: fireflyiii diff --git a/cluster/apps/default/huginn/helm-release.yaml b/cluster/apps/default/huginn/helm-release.yaml index 70d7b54..a920533 100644 --- a/cluster/apps/default/huginn/helm-release.yaml +++ b/cluster/apps/default/huginn/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: huginn diff --git a/cluster/apps/default/mealie/helm-release.yaml b/cluster/apps/default/mealie/helm-release.yaml index 076b86e..18495ab 100644 --- a/cluster/apps/default/mealie/helm-release.yaml +++ b/cluster/apps/default/mealie/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: mealie diff --git a/cluster/apps/default/trilium/helm-release.yaml b/cluster/apps/default/trilium/helm-release.yaml index 2e2ab40..63e5aa4 100644 --- a/cluster/apps/default/trilium/helm-release.yaml +++ b/cluster/apps/default/trilium/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: trilium diff --git a/cluster/apps/dev/woodpecker/helm-release.yaml b/cluster/apps/dev/woodpecker/helm-release.yaml index 4fa42f4..da331f5 100644 --- a/cluster/apps/dev/woodpecker/helm-release.yaml +++ b/cluster/apps/dev/woodpecker/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: woodpecker diff --git a/cluster/apps/download/bazarr/helm-release.yaml b/cluster/apps/download/bazarr/helm-release.yaml index 58dea30..e5a2c68 100644 --- a/cluster/apps/download/bazarr/helm-release.yaml +++ b/cluster/apps/download/bazarr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: bazarr diff --git a/cluster/apps/download/flaresolverr/helm-release.yaml b/cluster/apps/download/flaresolverr/helm-release.yaml index 8801658..0749dbb 100644 --- a/cluster/apps/download/flaresolverr/helm-release.yaml +++ b/cluster/apps/download/flaresolverr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: flaresolverr diff --git a/cluster/apps/download/kapowarr/helm-release.yaml b/cluster/apps/download/kapowarr/helm-release.yaml index 73207ff..1c973f7 100644 --- a/cluster/apps/download/kapowarr/helm-release.yaml +++ b/cluster/apps/download/kapowarr/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: kapowarr diff --git a/cluster/apps/download/mylar3/helm-release.yaml b/cluster/apps/download/mylar3/helm-release.yaml index d53f9c7..b3d6929 100644 --- a/cluster/apps/download/mylar3/helm-release.yaml +++ b/cluster/apps/download/mylar3/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: mylar3 diff --git a/cluster/apps/download/prowlarr/helm-release.yaml b/cluster/apps/download/prowlarr/helm-release.yaml index 9bb0d4c..b23baef 100644 --- a/cluster/apps/download/prowlarr/helm-release.yaml +++ b/cluster/apps/download/prowlarr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: prowlarr diff --git a/cluster/apps/download/qbit-manage/helm-release.yaml b/cluster/apps/download/qbit-manage/helm-release.yaml index 4189089..01182b8 100644 --- a/cluster/apps/download/qbit-manage/helm-release.yaml +++ b/cluster/apps/download/qbit-manage/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: qbit-manage diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index 2f0837a..70d2f90 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: qbittorrent diff --git a/cluster/apps/download/radarr/helm-release.yaml b/cluster/apps/download/radarr/helm-release.yaml index 6872fc8..97e0600 100644 --- a/cluster/apps/download/radarr/helm-release.yaml +++ b/cluster/apps/download/radarr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: radarr diff --git a/cluster/apps/download/readarr/audiobook-helm.yaml b/cluster/apps/download/readarr/audiobook-helm.yaml index 71314bd..fde632d 100644 --- a/cluster/apps/download/readarr/audiobook-helm.yaml +++ b/cluster/apps/download/readarr/audiobook-helm.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: readarr-audiobooks diff --git a/cluster/apps/download/readarr/ebook-helm.yaml b/cluster/apps/download/readarr/ebook-helm.yaml index fb0fbe0..68ea5c5 100644 --- a/cluster/apps/download/readarr/ebook-helm.yaml +++ b/cluster/apps/download/readarr/ebook-helm.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: readarr-ebooks diff --git a/cluster/apps/download/sonarr/helm-release.yaml b/cluster/apps/download/sonarr/helm-release.yaml index 75479b2..c363ada 100644 --- a/cluster/apps/download/sonarr/helm-release.yaml +++ b/cluster/apps/download/sonarr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: sonarr diff --git a/cluster/apps/download/unpackerr/helm-release.yaml b/cluster/apps/download/unpackerr/helm-release.yaml index d07c6b3..34fb19f 100644 --- a/cluster/apps/download/unpackerr/helm-release.yaml +++ b/cluster/apps/download/unpackerr/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: unpackerr diff --git a/cluster/apps/game-servers/factorio/helm-release.yaml b/cluster/apps/game-servers/factorio/helm-release.yaml index 9cc878b..0f01e26 100644 --- a/cluster/apps/game-servers/factorio/helm-release.yaml +++ b/cluster/apps/game-servers/factorio/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: factorio diff --git a/cluster/apps/game-servers/palworld/helm-release.yaml b/cluster/apps/game-servers/palworld/helm-release.yaml index 7dd0a92..0183b85 100644 --- a/cluster/apps/game-servers/palworld/helm-release.yaml +++ b/cluster/apps/game-servers/palworld/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: palworld diff --git a/cluster/apps/irc/thelounge/helm-release.yaml b/cluster/apps/irc/thelounge/helm-release.yaml index 66ed782..d315368 100644 --- a/cluster/apps/irc/thelounge/helm-release.yaml +++ b/cluster/apps/irc/thelounge/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: thelounge diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 96210c7..646f90d 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: znc diff --git a/cluster/apps/media/audiobookshelf/helm-release.yaml b/cluster/apps/media/audiobookshelf/helm-release.yaml index d5118d7..13d5ab0 100644 --- a/cluster/apps/media/audiobookshelf/helm-release.yaml +++ b/cluster/apps/media/audiobookshelf/helm-release.yaml @@ -1,5 +1,5 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: audiobookshelf diff --git a/cluster/apps/media/freshrss/helm-release.yaml b/cluster/apps/media/freshrss/helm-release.yaml index 7a2b9b2..8c3423c 100644 --- a/cluster/apps/media/freshrss/helm-release.yaml +++ b/cluster/apps/media/freshrss/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: freshrss diff --git a/cluster/apps/media/jellyfin/helm-release.yaml b/cluster/apps/media/jellyfin/helm-release.yaml index 584d689..eef37a8 100644 --- a/cluster/apps/media/jellyfin/helm-release.yaml +++ b/cluster/apps/media/jellyfin/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: jellyfin diff --git a/cluster/apps/media/jellyseerr/helm-release.yaml b/cluster/apps/media/jellyseerr/helm-release.yaml index 52a37bf..2560174 100644 --- a/cluster/apps/media/jellyseerr/helm-release.yaml +++ b/cluster/apps/media/jellyseerr/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: jellyseerr diff --git a/cluster/apps/media/kavita/helm-release.yaml b/cluster/apps/media/kavita/helm-release.yaml index 3300852..8a28868 100644 --- a/cluster/apps/media/kavita/helm-release.yaml +++ b/cluster/apps/media/kavita/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: kavita diff --git a/cluster/apps/media/komga/helm-release.yaml b/cluster/apps/media/komga/helm-release.yaml index f9c808f..dedfa4e 100644 --- a/cluster/apps/media/komga/helm-release.yaml +++ b/cluster/apps/media/komga/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: komga diff --git a/cluster/apps/media/ombi/helm-release.yaml b/cluster/apps/media/ombi/helm-release.yaml index b96b8c5..ce87d58 100644 --- a/cluster/apps/media/ombi/helm-release.yaml +++ b/cluster/apps/media/ombi/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: ombi diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index c923a4f..fca208f 100644 --- a/cluster/apps/media/plex/helm-release.yaml +++ b/cluster/apps/media/plex/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: plex diff --git a/cluster/apps/media/tautulli/helm-release.yaml b/cluster/apps/media/tautulli/helm-release.yaml index deda6ac..c014aad 100644 --- a/cluster/apps/media/tautulli/helm-release.yaml +++ b/cluster/apps/media/tautulli/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: tautulli diff --git a/cluster/apps/monitoring/alertmanager-gotify-bridge/helm-release.yaml b/cluster/apps/monitoring/alertmanager-gotify-bridge/helm-release.yaml index c7f93dc..14e9b56 100644 --- a/cluster/apps/monitoring/alertmanager-gotify-bridge/helm-release.yaml +++ b/cluster/apps/monitoring/alertmanager-gotify-bridge/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: alertmanager-gotify-bridge diff --git a/cluster/apps/monitoring/grafana/helm-release.yaml b/cluster/apps/monitoring/grafana/helm-release.yaml index 5f14729..0910e11 100644 --- a/cluster/apps/monitoring/grafana/helm-release.yaml +++ b/cluster/apps/monitoring/grafana/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: grafana diff --git a/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml b/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml index ab5430c..48d1097 100644 --- a/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml +++ b/cluster/apps/monitoring/proxmoxve-exporter/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: proxmoxve-exporter diff --git a/cluster/apps/monitoring/varken/helm-release.yaml b/cluster/apps/monitoring/varken/helm-release.yaml index 9e14b7e..2ba57b0 100644 --- a/cluster/apps/monitoring/varken/helm-release.yaml +++ b/cluster/apps/monitoring/varken/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: varken diff --git a/cluster/apps/monitoring/victoria-metrics/helm-release.yaml b/cluster/apps/monitoring/victoria-metrics/helm-release.yaml index 798890a..abf1d53 100644 --- a/cluster/apps/monitoring/victoria-metrics/helm-release.yaml +++ b/cluster/apps/monitoring/victoria-metrics/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: victoria-metrics diff --git a/cluster/apps/monitoring/zfs-exporter/helm-release.yaml b/cluster/apps/monitoring/zfs-exporter/helm-release.yaml index 284e7cf..f881da4 100644 --- a/cluster/apps/monitoring/zfs-exporter/helm-release.yaml +++ b/cluster/apps/monitoring/zfs-exporter/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: zfs-exporter diff --git a/cluster/apps/tools/gotify/helm-release.yaml b/cluster/apps/tools/gotify/helm-release.yaml index ccf78d5..3b079e4 100644 --- a/cluster/apps/tools/gotify/helm-release.yaml +++ b/cluster/apps/tools/gotify/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: gotify diff --git a/cluster/apps/tools/hastebin/helm-release.yaml b/cluster/apps/tools/hastebin/helm-release.yaml index 0fadf55..829bb97 100644 --- a/cluster/apps/tools/hastebin/helm-release.yaml +++ b/cluster/apps/tools/hastebin/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: hastebin diff --git a/cluster/apps/tools/transfersh/helm-release.yaml b/cluster/apps/tools/transfersh/helm-release.yaml index e1fe955..ac50890 100644 --- a/cluster/apps/tools/transfersh/helm-release.yaml +++ b/cluster/apps/tools/transfersh/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: transfersh diff --git a/cluster/apps/tools/vaultwarden/helm-release.yaml b/cluster/apps/tools/vaultwarden/helm-release.yaml index 1153f63..439ecb0 100644 --- a/cluster/apps/tools/vaultwarden/helm-release.yaml +++ b/cluster/apps/tools/vaultwarden/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: vaultwarden diff --git a/cluster/core/cert-manager/helm-release.yaml b/cluster/core/cert-manager/helm-release.yaml index 44b7540..ade466c 100644 --- a/cluster/core/cert-manager/helm-release.yaml +++ b/cluster/core/cert-manager/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: cert-manager diff --git a/cluster/core/kube-replicator/helm-release.yaml b/cluster/core/kube-replicator/helm-release.yaml index d5f404e..06c8506 100644 --- a/cluster/core/kube-replicator/helm-release.yaml +++ b/cluster/core/kube-replicator/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: kube-replicator diff --git a/cluster/core/networking/metallb/helm-release.yaml b/cluster/core/networking/metallb/helm-release.yaml index b2b3546..bb9651f 100644 --- a/cluster/core/networking/metallb/helm-release.yaml +++ b/cluster/core/networking/metallb/helm-release.yaml @@ -7,7 +7,7 @@ spec: interval: 1m url: https://metallb.github.io/metallb --- -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: metallb diff --git a/cluster/core/networking/traefik/helm-release.yaml b/cluster/core/networking/traefik/helm-release.yaml index 409b732..8da8ae5 100644 --- a/cluster/core/networking/traefik/helm-release.yaml +++ b/cluster/core/networking/traefik/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: traefik diff --git a/cluster/core/storage/local-path-provisioner/helm.yaml b/cluster/core/storage/local-path-provisioner/helm.yaml index af4b029..e386fd8 100644 --- a/cluster/core/storage/local-path-provisioner/helm.yaml +++ b/cluster/core/storage/local-path-provisioner/helm.yaml @@ -9,7 +9,7 @@ spec: ref: tag: v0.0.27 --- -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: local-path-provisioner diff --git a/cluster/core/storage/longhorn/helm-release.yaml b/cluster/core/storage/longhorn/helm-release.yaml index 01f32b4..dfaf663 100644 --- a/cluster/core/storage/longhorn/helm-release.yaml +++ b/cluster/core/storage/longhorn/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: longhorn diff --git a/cluster/core/storage/openebs/helm-release.yaml b/cluster/core/storage/openebs/helm-release.yaml index be052d5..85bf2a5 100644 --- a/cluster/core/storage/openebs/helm-release.yaml +++ b/cluster/core/storage/openebs/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: openebs diff --git a/cluster/core/storage/openebs/monitoring-helm-release.yaml b/cluster/core/storage/openebs/monitoring-helm-release.yaml index 95b5e76..d344411 100644 --- a/cluster/core/storage/openebs/monitoring-helm-release.yaml +++ b/cluster/core/storage/openebs/monitoring-helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta2 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: openebs-monitoring