infrastructure/flux/cluster/core/networking/metallb/helm-release.yaml
Renovate Bot 48c731e312
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): update helm release metallb to v0.13.4
2022-07-28 00:09:44 +02:00

28 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.4
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"