Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-30 10:21:26 +00:00
parent 33f39c3a61
commit f2f9e6faff
15 changed files with 14 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [metallb-9.0.0](https://github.com/truecharts/charts/compare/metallb-8.0.32...metallb-9.0.0) (2023-05-29)
### Feat
- add our own metallb operator ([#9099](https://github.com/truecharts/charts/issues/9099))

View File

@ -4,6 +4,11 @@
## [metallb-9.0.1](https://github.com/truecharts/charts/compare/metallb-9.0.0...metallb-9.0.1) (2023-05-30)
## [metallb-9.0.0](https://github.com/truecharts/charts/compare/metallb-8.0.32...metallb-9.0.0) (2023-05-29) ## [metallb-9.0.0](https://github.com/truecharts/charts/compare/metallb-8.0.32...metallb-9.0.0) (2023-05-29)
### Feat ### Feat

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: "latest" appVersion: "0.13.9"
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/operators/metallb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
keywords: keywords:
- metallb - metallb
@ -18,11 +18,11 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: metallb name: metallb
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb - https://github.com/truecharts/charts/tree/master/charts/operators/metallb
- https://github.com/metallb/metallb - https://github.com/metallb/metallb
- https://metallb.universe.tf - https://metallb.universe.tf
type: application type: application
version: 9.0.0 version: 9.0.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- operators - operators

View File

@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported. However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

View File

@ -0,0 +1,4 @@
## [metallb-9.0.1](https://github.com/truecharts/charts/compare/metallb-9.0.0...metallb-9.0.1) (2023-05-30)

View File

@ -159,11 +159,6 @@ metadata:
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }}
{{- . | nindent 4 }} {{- . | nindent 4 }}
{{- end }} {{- end }}
{{- $secretObj := (lookup "v1" "Secret" .Release.Namespace "webhook-server-cert") }}
{{- if $secretObj }}
{{- $secretData := (get $secretObj "data") | default dict }}
data: {{ $secretData }}
{{- end }}
--- ---
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
@ -173,9 +168,4 @@ metadata:
{{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }}
{{- . | nindent 4 }} {{- . | nindent 4 }}
{{- end }} {{- end }}
{{- $secretObj2 := (lookup "v1" "Secret" .Release.Namespace "memberlist") }}
{{- if $secretObj2 }}
{{- $secretData2 := (get $secretObj "data") | default dict }}
data: {{ $secretData2 }}
{{- end }}
{{- end -}} {{- end -}}