We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352155b commit f0f0f4fCopy full SHA for f0f0f4f
kubernetes/cluster-0/bootstrap/kustomization.yaml
@@ -2,7 +2,7 @@
2
apiVersion: kustomize.config.k8s.io/v1beta1
3
kind: Kustomization
4
resources:
5
- - github.com/fluxcd/flux2/manifests/install?ref=v2.5.1
+ - github.com/fluxcd/flux2/manifests/install?ref=v2.6.4
6
patches:
7
- patch: |-
8
$patch: delete
kubernetes/cluster-0/flux/config/flux.yaml
@@ -9,7 +9,7 @@ spec:
9
interval: 10m
10
url: oci://ghcr.io/fluxcd/flux-manifests
11
ref:
12
- tag: v2.5.1
+ tag: v2.6.4
13
---
14
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
15
apiVersion: kustomize.toolkit.fluxcd.io/v1
0 commit comments