Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ca7a744fb9
commit
1c3d208277
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [metallb-config-1.1.0](https://github.com/truecharts/charts/compare/metallb-config-1.0.1...metallb-config-1.1.0) (2023-05-30)
|
||||
|
||||
### Feat
|
||||
|
||||
- add compatibility with new operator design ([#9298](https://github.com/truecharts/charts/issues/9298))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [metallb-config-1.1.1](https://github.com/truecharts/charts/compare/metallb-config-1.1.0...metallb-config-1.1.1) (2023-05-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix some remaining issues ([#9301](https://github.com/truecharts/charts/issues/9301))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-config-1.1.0](https://github.com/truecharts/charts/compare/metallb-config-1.0.1...metallb-config-1.1.0) (2023-05-30)
|
||||
|
||||
### Feat
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [metallb-config-1.1.1](https://github.com/truecharts/charts/compare/metallb-config-1.1.0...metallb-config-1.1.1) (2023-05-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix some remaining issues ([#9301](https://github.com/truecharts/charts/issues/9301))
|
||||
|
||||
|
|
@ -27,6 +27,11 @@ service:
|
|||
enabled: false
|
||||
port: 9999
|
||||
|
||||
operator:
|
||||
verify:
|
||||
enabled: true
|
||||
additionalOperators: ["metallb"]
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [metallb-9.0.4](https://github.com/truecharts/charts/compare/metallb-9.0.3...metallb-9.0.4) (2023-05-30)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [metallb-9.0.5](https://github.com/truecharts/charts/compare/metallb-9.0.4...metallb-9.0.5) (2023-05-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix some remaining issues ([#9301](https://github.com/truecharts/charts/issues/9301))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-9.0.4](https://github.com/truecharts/charts/compare/metallb-9.0.3...metallb-9.0.4) (2023-05-30)
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 9.0.4
|
||||
version: 9.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- operators
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [metallb-9.0.5](https://github.com/truecharts/charts/compare/metallb-9.0.4...metallb-9.0.5) (2023-05-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix some remaining issues ([#9301](https://github.com/truecharts/charts/issues/9301))
|
||||
|
||||
|
|
@ -79,6 +79,7 @@ workload:
|
|||
METALLB_ML_SECRET_KEY_PATH: "/etc/ml_secret_key"
|
||||
METALLB_NAMESPACE: "{{$.Release.Namespace}}"
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
capabilities:
|
||||
add:
|
||||
- NET_RAW
|
Loading…
Reference in New Issue