infrastructure/flux/cluster/core/networking/metallb/helm-release.yaml
Victor 9594fdd83a
Some checks failed
continuous-integration/drone/push Build is failing
update metallb to 0.13.3 with CRDs
2022-07-19 12:30:00 +02:00

27 lines
578 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: metallb
namespace: networking
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://metallb.github.io/metallb
chart: metallb
version: 0.13.3
sourceRef:
kind: HelmRepository
name: metallb-charts
namespace: flux-system
interval: 5m
values:
crds:
enabled: true
speaker:
tolerations:
- effect: "NoExecute"
operator: "Exists"
- effect: "NoSchedule"
operator: "Exists"