Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4e46403244
commit
87d4d108d7
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [metallb-config-1.0.0]metallb-config-1.0.0 (2023-05-28)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- rename metallb to metallb-config and cert-manager to clusterissuer ([#9202](https://github.com/truecharts/charts/issues/9202))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [metallb-config-1.0.1](https://github.com/truecharts/charts/compare/metallb-config-1.0.0...metallb-config-1.0.1) (2023-05-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [metallb-config-1.0.0]metallb-config-1.0.0 (2023-05-28)
|
## [metallb-config-1.0.0]metallb-config-1.0.0 (2023-05-28)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: A network load-balancer implementation for Kubernetes using standard routing protocols
|
description: A network load-balancer implementation for Kubernetes using standard routing protocols
|
||||||
home: https://truecharts.org/charts/enterprise/metallb
|
home: https://truecharts.org/charts/enterprise/metallb-config
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
|
||||||
keywords:
|
keywords:
|
||||||
- metallb
|
- metallb
|
||||||
- loadbalancer
|
- loadbalancer
|
||||||
|
@ -18,11 +18,11 @@ maintainers:
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
name: metallb-config
|
name: metallb-config
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb
|
- https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb-config
|
||||||
- https://github.com/metallb/metallb
|
- https://github.com/metallb/metallb
|
||||||
- https://metallb.universe.tf
|
- https://metallb.universe.tf
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- core
|
- core
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [metallb-config-1.0.1](https://github.com/truecharts/charts/compare/metallb-config-1.0.0...metallb-config-1.0.1) (2023-05-30)
|
||||||
|
|
|
@ -3,7 +3,7 @@ image:
|
||||||
tag: latest@sha256:9dd0f68d32ace452a3a75273bd8e3a074d0a14e4d38683389c73887432832fc3
|
tag: latest@sha256:9dd0f68d32ace452a3a75273bd8e3a074d0a14e4d38683389c73887432832fc3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
manifestManager:
|
manifestManager:
|
||||||
enabled: true
|
enabled: false
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
|
@ -1,4 +1,4 @@
|
||||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
|
||||||
categories:
|
categories:
|
||||||
- core
|
- core
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue