diff --git a/infrastructure/controllers/base/keda/release-http-add-on.yaml b/infrastructure/controllers/base/keda/release-http-add-on.yaml index 9e98e1d..a57959a 100644 --- a/infrastructure/controllers/base/keda/release-http-add-on.yaml +++ b/infrastructure/controllers/base/keda/release-http-add-on.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: keda-http-add-on diff --git a/infrastructure/controllers/base/keda/release-keda.yaml b/infrastructure/controllers/base/keda/release-keda.yaml index 3be8573..1693084 100644 --- a/infrastructure/controllers/base/keda/release-keda.yaml +++ b/infrastructure/controllers/base/keda/release-keda.yaml @@ -1,4 +1,4 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 +apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: keda diff --git a/infrastructure/controllers/base/keda/repository.yaml b/infrastructure/controllers/base/keda/repository.yaml index 66f8240..23fa06b 100644 --- a/infrastructure/controllers/base/keda/repository.yaml +++ b/infrastructure/controllers/base/keda/repository.yaml @@ -1,4 +1,4 @@ -apiVersion: source.toolkit.fluxcd.io/v1beta2 +apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: kedacore