From e43784c9d835845c57931a3db02cae144e32f72f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Jun 2024 19:38:02 +0000 Subject: [PATCH] chore(deps): update helmrepository to source.toolkit.fluxcd.io/v1 --- cluster/apps/authentik/helm-repository.yaml | 2 +- .../apps/database/postgresql/pgadmin4/helm-repository.yaml | 2 +- cluster/apps/dev/woodpecker/helm-repository.yaml | 2 +- cluster/apps/monitoring/grafana/helm-repository.yaml | 2 +- .../monitoring/kube-prometheus-stack/helm-repository.yaml | 2 +- cluster/apps/monitoring/victoria-metrics/helm-repository.yaml | 2 +- cluster/core/cert-manager/helm-repository.yaml | 2 +- cluster/core/helm-repositories.yaml | 4 ++-- cluster/core/kube-replicator/helm-repository.yaml | 2 +- cluster/core/networking/metallb/helm-release.yaml | 2 +- cluster/core/networking/traefik/helm-repository.yaml | 2 +- cluster/core/storage/longhorn/helm-repository.yaml | 2 +- cluster/core/storage/openebs/helm-repository.yaml | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/cluster/apps/authentik/helm-repository.yaml b/cluster/apps/authentik/helm-repository.yaml index f43f2884..74847201 100644 --- a/cluster/apps/authentik/helm-repository.yaml +++ b/cluster/apps/authentik/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: authentik-charts diff --git a/cluster/apps/database/postgresql/pgadmin4/helm-repository.yaml b/cluster/apps/database/postgresql/pgadmin4/helm-repository.yaml index 18eaa65f..8348d74a 100644 --- a/cluster/apps/database/postgresql/pgadmin4/helm-repository.yaml +++ b/cluster/apps/database/postgresql/pgadmin4/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: runix-charts diff --git a/cluster/apps/dev/woodpecker/helm-repository.yaml b/cluster/apps/dev/woodpecker/helm-repository.yaml index 8bd18f09..14bf0fe9 100644 --- a/cluster/apps/dev/woodpecker/helm-repository.yaml +++ b/cluster/apps/dev/woodpecker/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: woodpecker-charts diff --git a/cluster/apps/monitoring/grafana/helm-repository.yaml b/cluster/apps/monitoring/grafana/helm-repository.yaml index 80867875..352357b5 100644 --- a/cluster/apps/monitoring/grafana/helm-repository.yaml +++ b/cluster/apps/monitoring/grafana/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: grafana-charts diff --git a/cluster/apps/monitoring/kube-prometheus-stack/helm-repository.yaml b/cluster/apps/monitoring/kube-prometheus-stack/helm-repository.yaml index a705018f..af45c86f 100644 --- a/cluster/apps/monitoring/kube-prometheus-stack/helm-repository.yaml +++ b/cluster/apps/monitoring/kube-prometheus-stack/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: prometheus-community-charts diff --git a/cluster/apps/monitoring/victoria-metrics/helm-repository.yaml b/cluster/apps/monitoring/victoria-metrics/helm-repository.yaml index 5f183978..ae144282 100644 --- a/cluster/apps/monitoring/victoria-metrics/helm-repository.yaml +++ b/cluster/apps/monitoring/victoria-metrics/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: victoria-metrics-charts diff --git a/cluster/core/cert-manager/helm-repository.yaml b/cluster/core/cert-manager/helm-repository.yaml index d6c3473f..6bf8b3c6 100644 --- a/cluster/core/cert-manager/helm-repository.yaml +++ b/cluster/core/cert-manager/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: jetstack-charts diff --git a/cluster/core/helm-repositories.yaml b/cluster/core/helm-repositories.yaml index 9d98bbf1..20eac2d4 100644 --- a/cluster/core/helm-repositories.yaml +++ b/cluster/core/helm-repositories.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: bitnami-charts @@ -7,7 +7,7 @@ spec: interval: 1m url: https://charts.bitnami.com/bitnami --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: bjws-charts diff --git a/cluster/core/kube-replicator/helm-repository.yaml b/cluster/core/kube-replicator/helm-repository.yaml index eafa99bd..60204593 100644 --- a/cluster/core/kube-replicator/helm-repository.yaml +++ b/cluster/core/kube-replicator/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: mittwald-charts diff --git a/cluster/core/networking/metallb/helm-release.yaml b/cluster/core/networking/metallb/helm-release.yaml index ddb8d145..b2b3546f 100644 --- a/cluster/core/networking/metallb/helm-release.yaml +++ b/cluster/core/networking/metallb/helm-release.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: metallb-charts diff --git a/cluster/core/networking/traefik/helm-repository.yaml b/cluster/core/networking/traefik/helm-repository.yaml index 8927f517..cb2e8064 100644 --- a/cluster/core/networking/traefik/helm-repository.yaml +++ b/cluster/core/networking/traefik/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: traefik-charts diff --git a/cluster/core/storage/longhorn/helm-repository.yaml b/cluster/core/storage/longhorn/helm-repository.yaml index 768a23fe..fbb6c67b 100644 --- a/cluster/core/storage/longhorn/helm-repository.yaml +++ b/cluster/core/storage/longhorn/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: longhorn-charts diff --git a/cluster/core/storage/openebs/helm-repository.yaml b/cluster/core/storage/openebs/helm-repository.yaml index 3776f252..7c14c995 100644 --- a/cluster/core/storage/openebs/helm-repository.yaml +++ b/cluster/core/storage/openebs/helm-repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: openebs-charts @@ -7,7 +7,7 @@ spec: interval: 1m url: https://openebs.github.io/charts --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: openebs-monitoring-charts