Files
home-ops/cluster/bootstrap/kustomization.yaml
chii-bot 82d0dbfdca feat(github-release): update fluxcd/flux2 to v0.41.2
| datasource      | package      | from    | to      |
| --------------- | ------------ | ------- | ------- |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-releases | fluxcd/flux2 | v0.31.4 | v0.41.2 |
| github-tags     | fluxcd/flux2 | v0.31.4 | v0.41.2 |
2023-11-18 21:12:42 +00:00

35 lines
804 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v0.41.2
patches:
- target:
kind: Deployment
labelSelector: control-plane=controller
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: not-used
spec:
template:
spec:
containers:
- name: manager
resources:
requests:
memory: 512Mi
limits:
memory: "2Gi"
- target:
group: networking.k8s.io
version: v1
kind: NetworkPolicy
patch: |-
$patch: delete
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: not-used