|
|
@@ -1,21 +1,21 @@
|
|
|
# How to manage values files. Ref: https://fluxcd.io/docs/guides/helmreleases/#refer-to-values-inside-the-chart
|
|
|
# How to inject values: https://fluxcd.io/docs/guides/helmreleases/#cloud-storage
|
|
|
---
|
|
|
-apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
|
+apiVersion: helm.toolkit.fluxcd.io/v2
|
|
|
kind: HelmRelease
|
|
|
metadata:
|
|
|
name: external-secrets
|
|
|
namespace: flux-system
|
|
|
spec:
|
|
|
# Override Release name to avoid the pattern Namespace-Release
|
|
|
- # Ref: https://fluxcd.io/docs/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.HelmRelease
|
|
|
+ # Ref: https://fluxcd.io/flux/components/helm/api/v2/#helm.toolkit.fluxcd.io/v2.HelmRelease
|
|
|
releaseName: external-secrets
|
|
|
targetNamespace: external-secrets
|
|
|
interval: 10m
|
|
|
chart:
|
|
|
spec:
|
|
|
chart: external-secrets
|
|
|
- version: 0.9.4
|
|
|
+ version: 0.10.3
|
|
|
sourceRef:
|
|
|
kind: HelmRepository
|
|
|
name: external-secrets
|
|
|
@@ -23,6 +23,6 @@ spec:
|
|
|
values:
|
|
|
installCRDs: false
|
|
|
|
|
|
- # Ref: https://fluxcd.io/docs/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.Install
|
|
|
+ # Ref: https://fluxcd.io/flux/components/helm/api/v2/#helm.toolkit.fluxcd.io/v2.Install
|
|
|
install:
|
|
|
createNamespace: true
|