From 93319059ac4a3863c54cfdee69624d7a6238e624 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sun, 4 Feb 2024 14:18:11 +0000 Subject: [PATCH] chore(deps): update dependency gitrepository to source.toolkit.fluxcd.io/v1 --- clusters/k8s01/flux-system/gotk-patches.yaml | 2 +- clusters/k8s01/flux-system/gotk-sync.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/k8s01/flux-system/gotk-patches.yaml b/clusters/k8s01/flux-system/gotk-patches.yaml index 540d01cfc..6face2699 100644 --- a/clusters/k8s01/flux-system/gotk-patches.yaml +++ b/clusters/k8s01/flux-system/gotk-patches.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: flux-system diff --git a/clusters/k8s01/flux-system/gotk-sync.yaml b/clusters/k8s01/flux-system/gotk-sync.yaml index 97c71a0bc..c65a99b88 100644 --- a/clusters/k8s01/flux-system/gotk-sync.yaml +++ b/clusters/k8s01/flux-system/gotk-sync.yaml @@ -1,6 +1,6 @@ # This manifest was generated by flux. DO NOT EDIT. --- -apiVersion: source.toolkit.fluxcd.io/v1beta1 +apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: flux-system -- GitLab