From 797ce480c78af6e27e0b23098de86c686b367814 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 19 Nov 2021 00:14:56 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/core/metallb/CHANGELOG.md | 9 +++++++ docs/apps/core/metallb/CHANGELOG.md | 28 ++++++++++++++++++++ docs/apps/core/metallb/CONFIG.md | 8 ++++++ docs/apps/core/metallb/helm-values.md | 19 ++++++++++++++ docs/apps/core/metallb/index.md | 38 +++++++++++++++++++++++++++ docs/index.yaml | 35 +++++++++++++++++++++++- 6 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 docs/apps/core/metallb/CHANGELOG.md create mode 100644 docs/apps/core/metallb/CONFIG.md create mode 100644 docs/apps/core/metallb/helm-values.md create mode 100644 docs/apps/core/metallb/index.md diff --git a/charts/core/metallb/CHANGELOG.md b/charts/core/metallb/CHANGELOG.md index 4ff15ce484b..da53f2a566e 100644 --- a/charts/core/metallb/CHANGELOG.md +++ b/charts/core/metallb/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [metallb-1.0.0](https://github.com/truecharts/apps/compare/metallb-0.0.3...metallb-1.0.0) (2021-11-19) + +#### Chore + +* move metallb to core train + + + ### [metallb-0.0.3](https://github.com/truecharts/apps/compare/metallb-0.0.2...metallb-0.0.3) (2021-11-10) diff --git a/docs/apps/core/metallb/CHANGELOG.md b/docs/apps/core/metallb/CHANGELOG.md new file mode 100644 index 00000000000..da53f2a566e --- /dev/null +++ b/docs/apps/core/metallb/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog
+ + + +### [metallb-1.0.0](https://github.com/truecharts/apps/compare/metallb-0.0.3...metallb-1.0.0) (2021-11-19) + +#### Chore + +* move metallb to core train + + + + +### [metallb-0.0.3](https://github.com/truecharts/apps/compare/metallb-0.0.2...metallb-0.0.3) (2021-11-10) + +#### Fix + +* correct questions structure + + + + +### [metallb-0.0.2](https://github.com/truecharts/apps/compare/metallb-0.0.1...metallb-0.0.2) (2021-11-10) + + + + +### metallb-0.0.1 (2021-11-10) diff --git a/docs/apps/core/metallb/CONFIG.md b/docs/apps/core/metallb/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/core/metallb/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/docs/apps/core/metallb/helm-values.md b/docs/apps/core/metallb/helm-values.md new file mode 100644 index 00000000000..bb536a082a1 --- /dev/null +++ b/docs/apps/core/metallb/helm-values.md @@ -0,0 +1,19 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"placeholder"` | | +| image.tag | string | `"upstream"` | | +| metallb.configInline | object | `{}` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/core/metallb/index.md b/docs/apps/core/metallb/index.md new file mode 100644 index 00000000000..e17ad4841e2 --- /dev/null +++ b/docs/apps/core/metallb/index.md @@ -0,0 +1,38 @@ +# Introduction + +A network load-balancer implementation for Kubernetes using standard routing protocols + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://metallb.github.io/metallb | metallb | 0.11.0 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/docs/index.yaml b/docs/index.yaml index 35989eb5139..7d2443f6af4 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -116050,6 +116050,39 @@ entries: - https://github.com/truecharts/apps/releases/download/memcached-0.0.1/memcached-0.0.1.tgz version: 0.0.1 metallb: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - core + truecharts.org/grade: U + apiVersion: v2 + appVersion: upstream + created: "2021-11-19T00:14:54.746988603Z" + dependencies: + - name: metallb + repository: https://metallb.github.io/metallb + version: 0.11.0 + description: A network load-balancer implementation for Kubernetes using standard + routing protocols + digest: 8ca5e3f5396b4774097dda40503b95c8fc3e30390772983330472d714c436904 + home: https://github.com/truecharts/apps/tree/master/charts/stable/metallb + icon: https://metallb.universe.tf/images/logo/metallb-white.png + keywords: + - metallb + - loadbalancer + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + name: metallb + sources: + - https://github.com/metallb/metallb + - https://metallb.universe.tf + type: application + urls: + - https://github.com/truecharts/apps/releases/download/metallb-1.0.0/metallb-1.0.0.tgz + version: 1.0.0 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -248153,4 +248186,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-11-18T22:12:43.580314241Z" +generated: "2021-11-19T00:14:54.825324653Z"