-
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.7
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
- Loading branch information
1 parent
e407581
commit e50e9f7
Showing
22 changed files
with
2,653 additions
and
1,852 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
1,104 changes: 553 additions & 551 deletions
1,104
...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
27 changes: 27 additions & 0 deletions
27
...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,27 @@ | ||
apiVersion: v1 | ||
data: | ||
excludel2.yaml: | | ||
announcedInterfacesToExclude: | ||
- ^docker.* | ||
- ^cbr.* | ||
- ^dummy.* | ||
- ^virbr.* | ||
- ^lxcbr.* | ||
- ^veth.* | ||
- ^lo$ | ||
- ^cali.* | ||
- ^tunl.* | ||
- ^flannel.* | ||
- ^kube-ipvs.* | ||
- ^cni.* | ||
- ^nodelocaldns.* | ||
kind: ConfigMap | ||
metadata: | ||
labels: | ||
app.kubernetes.io/instance: metallb | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/name: metallb | ||
app.kubernetes.io/version: v0.14.7 | ||
helm.sh/chart: metallb-0.14.7 | ||
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.