-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Helm release metallb to v0.14.3
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
- Loading branch information
1 parent
29ff55d
commit cbf7092
Showing
22 changed files
with
1,432 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
490 changes: 163 additions & 327 deletions
490
...en/addresses/metallb/metallb/10_metallb_helmchart/metallb/charts/crds/templates/crds.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
...n/addresses/metallb/metallb/10_metallb_helmchart/metallb/templates/exclude-l2-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
data: | ||
excludel2.yaml: | | ||
announcedInterfacesToExclude: | ||
- ^docker.* | ||
- ^cbr.* | ||
- ^dummy.* | ||
- ^virbr.* | ||
- ^lxcbr.* | ||
- ^veth.* | ||
- ^lo$ | ||
- ^cali.* | ||
- ^tunl.* | ||
- ^flannel.* | ||
- ^kube-ipvs.* | ||
- ^cni.* | ||
- ^nodelocaldns.* | ||
kind: ConfigMap | ||
metadata: | ||
name: metallb-excludel2 | ||
namespace: syn-metallb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.