From 689e1739a6ee52e74449792c98024e4ee7ae624d Mon Sep 17 00:00:00 2001
From: Christopher O'Connell <coconnell@bridgephase.com>
Date: Mon, 12 Aug 2024 00:05:14 +0000
Subject: [PATCH] update helm release API version in base

---
 base/helmrelease.yaml   | 2 +-
 base/kustomization.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/helmrelease.yaml b/base/helmrelease.yaml
index aff23c479a..7a64ecf9f7 100644
--- a/base/helmrelease.yaml
+++ b/base/helmrelease.yaml
@@ -1,4 +1,4 @@
-apiVersion: helm.toolkit.fluxcd.io/v2beta2
+apiVersion: helm.toolkit.fluxcd.io/v2
 kind: HelmRelease
 metadata:
   name: bigbang
diff --git a/base/kustomization.yaml b/base/kustomization.yaml
index 09b812170d..f5f387ed85 100644
--- a/base/kustomization.yaml
+++ b/base/kustomization.yaml
@@ -34,4 +34,4 @@ secretGenerator:
   - name: environment-bb
     behavior: create
     literals:
-    - values.yaml=
\ No newline at end of file
+    - values.yaml=
-- 
GitLab