forked from suse-edge/Factory
Update MetalLB to 0.15.2, also updates kube-rbac-proxy Reviewed-on: suse-edge/Factory#276 Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org> Reviewed-by: Steven Hardy <steven.hardy@noreply.src.opensuse.org> Co-authored-by: Jonas Arndt <jonas.arndt@suse.com> Co-committed-by: Jonas Arndt <jonas.arndt@suse.com>
25 lines
751 B
YAML
25 lines
751 B
YAML
#!BuildTag: %%CHART_PREFIX%%metallb:%%CHART_MAJOR%%.0.1_up0.15.2
|
|
#!BuildTag: %%CHART_PREFIX%%metallb:%%CHART_MAJOR%%.0.1_up0.15.2-%RELEASE%
|
|
apiVersion: v2
|
|
appVersion: v0.15.2
|
|
dependencies:
|
|
- condition: crds.enabled
|
|
name: crds
|
|
repository: file://./charts/crds
|
|
version: 0.15.2
|
|
- alias: metallb-frr-k8s
|
|
condition: frrk8s.enabled
|
|
name: frr-k8s
|
|
repository: file://./charts/frr-k8s
|
|
version: 0.0.20
|
|
description: A network load-balancer implementation for Kubernetes using standard
|
|
routing protocols
|
|
home: https://metallb.universe.tf
|
|
icon: https://metallb.universe.tf/images/logo/metallb-white.png
|
|
kubeVersion: '>= 1.19.0-0'
|
|
name: metallb
|
|
sources:
|
|
- https://github.com/metallb/metallb
|
|
type: application
|
|
version: "%%CHART_MAJOR%%.0.1+up0.15.2"
|