From f8bb9786cf659b2af7b5b7747397896c6b57ab2d Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 12 Feb 2025 18:14:06 +0100 Subject: [PATCH] fix(global): update apiVersion of HelmRepo to v1 --- infra-certificates/templates/certmanager/repo.yaml | 2 +- infra-ingress/templates/traefik/repo.yaml | 2 +- infra-logging/templates/logging-operator/repo.yaml | 2 +- infra-logging/templates/loki/repo.yaml | 2 +- infra-monitoring/templates/karma/repo.yaml | 2 +- infra-monitoring/templates/repo.yaml | 2 +- infra-monitoring/templates/tempo/repo.yaml | 2 +- infra-trivy/templates/repo.yaml | 2 +- mycloud-authentik/templates/repo.yaml | 2 +- mycloud-collabora/templates/repo.yaml | 2 +- mycloud-firefly-iii/templates/repo.yaml | 2 +- mycloud-matrix/templates/clients/element.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/infra-certificates/templates/certmanager/repo.yaml b/infra-certificates/templates/certmanager/repo.yaml index dc21bd2..8b6abd3 100644 --- a/infra-certificates/templates/certmanager/repo.yaml +++ b/infra-certificates/templates/certmanager/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: jetstack diff --git a/infra-ingress/templates/traefik/repo.yaml b/infra-ingress/templates/traefik/repo.yaml index b751c6e..ac11466 100644 --- a/infra-ingress/templates/traefik/repo.yaml +++ b/infra-ingress/templates/traefik/repo.yaml @@ -1,6 +1,6 @@ {{- if (eq .Values.controller "traefik") }} --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: traefik diff --git a/infra-logging/templates/logging-operator/repo.yaml b/infra-logging/templates/logging-operator/repo.yaml index b91e335..7191d06 100644 --- a/infra-logging/templates/logging-operator/repo.yaml +++ b/infra-logging/templates/logging-operator/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: kube-logging diff --git a/infra-logging/templates/loki/repo.yaml b/infra-logging/templates/loki/repo.yaml index 9478bfd..ff2ad75 100644 --- a/infra-logging/templates/loki/repo.yaml +++ b/infra-logging/templates/loki/repo.yaml @@ -1,6 +1,6 @@ {{- if .Values.loki.enabled }} --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: grafana diff --git a/infra-monitoring/templates/karma/repo.yaml b/infra-monitoring/templates/karma/repo.yaml index aba395a..32b046c 100644 --- a/infra-monitoring/templates/karma/repo.yaml +++ b/infra-monitoring/templates/karma/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: wiremind diff --git a/infra-monitoring/templates/repo.yaml b/infra-monitoring/templates/repo.yaml index fda32a6..0e504d6 100644 --- a/infra-monitoring/templates/repo.yaml +++ b/infra-monitoring/templates/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: prometheus-community diff --git a/infra-monitoring/templates/tempo/repo.yaml b/infra-monitoring/templates/tempo/repo.yaml index c577a10..b0e4b0e 100644 --- a/infra-monitoring/templates/tempo/repo.yaml +++ b/infra-monitoring/templates/tempo/repo.yaml @@ -1,6 +1,6 @@ {{- if .Values.tempo.enabled }} --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: grafana diff --git a/infra-trivy/templates/repo.yaml b/infra-trivy/templates/repo.yaml index 9e66df4..6e36122 100644 --- a/infra-trivy/templates/repo.yaml +++ b/infra-trivy/templates/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: aqua diff --git a/mycloud-authentik/templates/repo.yaml b/mycloud-authentik/templates/repo.yaml index 6996d70..468703a 100644 --- a/mycloud-authentik/templates/repo.yaml +++ b/mycloud-authentik/templates/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: "{{ .Release.Name }}-hr" diff --git a/mycloud-collabora/templates/repo.yaml b/mycloud-collabora/templates/repo.yaml index 2c6815e..98885c5 100644 --- a/mycloud-collabora/templates/repo.yaml +++ b/mycloud-collabora/templates/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: {{ .Release.Name }}-repo diff --git a/mycloud-firefly-iii/templates/repo.yaml b/mycloud-firefly-iii/templates/repo.yaml index b7f32d1..9529337 100644 --- a/mycloud-firefly-iii/templates/repo.yaml +++ b/mycloud-firefly-iii/templates/repo.yaml @@ -1,5 +1,5 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: {{ .Release.Name }}-repo diff --git a/mycloud-matrix/templates/clients/element.yaml b/mycloud-matrix/templates/clients/element.yaml index 8b9e6d6..bcafcd0 100644 --- a/mycloud-matrix/templates/clients/element.yaml +++ b/mycloud-matrix/templates/clients/element.yaml @@ -1,6 +1,6 @@ {{- if .Values.ingress.element.enabled }} --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: "{{ .Release.Name }}-element-web"