Compare commits
No commits in common. "e41726ee5b131222bfbcd8da46ebb59378c5ad34" and "a1f51f1e7783686935e0766e6d3a26360ef080c4" have entirely different histories.
e41726ee5b
...
a1f51f1e77
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- github.com/fluxcd/flux2/manifests/install?ref=v2.4.0
|
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
|
||||||
patches:
|
patches:
|
||||||
- patch: |-
|
- patch: |-
|
||||||
$patch: delete
|
$patch: delete
|
||||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
interval: 10m
|
interval: 10m
|
||||||
url: oci://ghcr.io/fluxcd/flux-manifests
|
url: oci://ghcr.io/fluxcd/flux-manifests
|
||||||
ref:
|
ref:
|
||||||
tag: v2.4.0
|
tag: v2.3.0
|
||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
|
Loading…
Reference in a new issue