mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
docs: pin CRDs version in FluxCD example, bump api versions (#3940)
Signed-off-by: Michael Malov <14035243+malovme@users.noreply.github.com>
This commit is contained in:
parent
2e7cd7be3e
commit
5d83bd4d93
4 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: external-secrets-crds
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: external-secrets-crs
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Reference to Helm repository
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: external-secrets
|
||||
|
@ -8,7 +8,7 @@ spec:
|
|||
interval: 10m
|
||||
url: https://charts.external-secrets.io
|
||||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: external-secrets
|
||||
|
@ -16,5 +16,5 @@ metadata:
|
|||
spec:
|
||||
interval: 10m
|
||||
ref:
|
||||
branch: main
|
||||
tag: v0.10.3
|
||||
url: http://github.com/external-secrets/external-secrets
|
||||
|
|
Loading…
Reference in a new issue