From 012fbb6124c16bf22f8a17448f54ced589e2c606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20M=C3=BCller?= Date: Fri, 15 Mar 2024 23:40:20 +0100 Subject: [PATCH] fix(helm): update helmrelease and receiver to v2beta2 and v1 --- archive/apps/secops/vault/helm-release.yaml | 4 ++-- .../talos-flux/apps/flux-system/gotk/webhook/receiver.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/apps/secops/vault/helm-release.yaml b/archive/apps/secops/vault/helm-release.yaml index 2457e0d69..652336557 100644 --- a/archive/apps/secops/vault/helm-release.yaml +++ b/archive/apps/secops/vault/helm-release.yaml @@ -1,6 +1,6 @@ --- -# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json -apiVersion: helm.toolkit.fluxcd.io/v2beta1 +# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json +apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: vault diff --git a/kubernetes/talos-flux/apps/flux-system/gotk/webhook/receiver.yaml b/kubernetes/talos-flux/apps/flux-system/gotk/webhook/receiver.yaml index d9cc7fdb5..69f352a47 100644 --- a/kubernetes/talos-flux/apps/flux-system/gotk/webhook/receiver.yaml +++ b/kubernetes/talos-flux/apps/flux-system/gotk/webhook/receiver.yaml @@ -1,6 +1,6 @@ --- -# yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/receiver-notification-v1beta2.json -apiVersion: notification.toolkit.fluxcd.io/v1beta2 +# yaml-language-server: $schema=https://github.com/fluxcd-community/flux2-schemas/raw/main/receiver-notification-v1.json +apiVersion: notification.toolkit.fluxcd.io/v1 kind: Receiver metadata: name: home-ops