mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 18:19:09 +00:00
| datasource | package | from | to | | --------------- | ------------ | ------- | ------- | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-releases | fluxcd/flux2 | v0.31.3 | v0.31.4 | | github-tags | fluxcd/flux2 | v0.31.3 | v0.31.4 | Co-authored-by: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com>
35 lines
804 B
YAML
35 lines
804 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- github.com/fluxcd/flux2/manifests/install?ref=v0.31.4
|
|
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
|