Adding old metallb version
parent
63bdef81bc
commit
f1bc382a9e
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: bitnami
|
||||
name: metallb
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
url: https://metallb.github.io/metallb
|
File diff suppressed because it is too large
Load Diff
|
@ -7,10 +7,10 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: metallb
|
||||
version: 2.x
|
||||
version: 0.11.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bitnami
|
||||
name: metallb
|
||||
namespace: flux-system
|
||||
interval: 15m
|
||||
timeout: 5m
|
||||
|
@ -18,4 +18,4 @@ spec:
|
|||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: metallb-helm-chart-value-overrides
|
||||
valuesKey: values.yaml # This is the default, but best to be explicit for clarity
|
||||
valuesKey: values.yaml # This is the default, but best to be explicit for clarity
|
||||
|
|
Loading…
Reference in New Issue