update metallb to 0.13.3 with CRDs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Vivian 2022-07-19 12:30:00 +02:00
parent fe04f8dcd2
commit 9594fdd83a
4 changed files with 21 additions and 7 deletions

View file

@ -0,0 +1,8 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: main-pool
namespace: networking
spec:
addresses:
- 10.42.42.150-192.168.42.200

View file

@ -10,19 +10,15 @@ spec:
spec:
# renovate: registryUrl=https://metallb.github.io/metallb
chart: metallb
version: 0.12.1
version: 0.13.3
sourceRef:
kind: HelmRepository
name: metallb-charts
namespace: flux-system
interval: 5m
values:
configInline:
address-pools:
- name: default
protocol: layer2
addresses:
- 10.42.42.150-192.168.42.200
crds:
enabled: true
speaker:
tolerations:
- effect: "NoExecute"

View file

@ -3,3 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml
- address-pool.yaml
- l2advertisement.yaml

View file

@ -0,0 +1,8 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: main-pool
namespace: networking
spec:
ipAddressPools:
- main-pool