We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee1696 commit c677f9aCopy full SHA for c677f9a
kubernetes/dns/bootstrap/flux/kustomization.yaml
@@ -5,7 +5,7 @@
5
apiVersion: kustomize.config.k8s.io/v1beta1
6
kind: Kustomization
7
resources:
8
- - github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
+ - github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
9
patches:
10
# Remove the built-in network policies
11
- target:
kubernetes/dns/flux/config/flux.yaml
@@ -9,7 +9,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
12
- tag: v2.2.3
+ tag: v2.3.0
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