diff --git a/charts/incubator/metallb/CHANGELOG.md b/charts/incubator/metallb/CHANGELOG.md new file mode 100644 index 00000000000..9382ae6e280 --- /dev/null +++ b/charts/incubator/metallb/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog
+ + + +### metallb-0.0.1 (2021-11-10) + diff --git a/charts/incubator/metallb/CONFIG.md b/charts/incubator/metallb/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/charts/incubator/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/charts/incubator/metallb/Chart.yaml b/charts/incubator/metallb/Chart.yaml index d3d44efd819..d5cf214b61c 100644 --- a/charts/incubator/metallb/Chart.yaml +++ b/charts/incubator/metallb/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.11.0 +appVersion: "upstream" deprecated: false description: A network load-balancer implementation for Kubernetes using standard routing protocols home: https://github.com/truecharts/apps/tree/master/charts/stable/metallb diff --git a/charts/incubator/metallb/README.md b/charts/incubator/metallb/README.md index 5261f315cc9..e17ad4841e2 100644 --- a/charts/incubator/metallb/README.md +++ b/charts/incubator/metallb/README.md @@ -1,108 +1,38 @@ -# metallb - -![Version: 0.9.6](https://img.shields.io/badge/Version-0.9.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.6](https://img.shields.io/badge/AppVersion-v0.9.6-informational?style=flat-square) +# Introduction A network load-balancer implementation for Kubernetes using standard routing protocols -**Homepage:** +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 * +* -## Values +## Requirements -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| configInline | object | `{}` | | -| controller.affinity | object | `{}` | | -| controller.enabled | bool | `true` | | -| controller.image.pullPolicy | string | `nil` | | -| controller.image.repository | string | `"quay.io/metallb/controller"` | | -| controller.image.tag | string | `nil` | | -| controller.livenessProbe.enabled | bool | `true` | | -| controller.livenessProbe.failureThreshold | int | `3` | | -| controller.livenessProbe.initialDelaySeconds | int | `10` | | -| controller.livenessProbe.periodSeconds | int | `10` | | -| controller.livenessProbe.successThreshold | int | `1` | | -| controller.livenessProbe.timeoutSeconds | int | `1` | | -| controller.logLevel | string | `"info"` | Controller log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | -| controller.nodeSelector | object | `{}` | | -| controller.podAnnotations | object | `{}` | | -| controller.readinessProbe.enabled | bool | `true` | | -| controller.readinessProbe.failureThreshold | int | `3` | | -| controller.readinessProbe.initialDelaySeconds | int | `10` | | -| controller.readinessProbe.periodSeconds | int | `10` | | -| controller.readinessProbe.successThreshold | int | `1` | | -| controller.readinessProbe.timeoutSeconds | int | `1` | | -| controller.resources | object | `{}` | | -| controller.securityContext.fsGroup | int | `65534` | | -| controller.securityContext.runAsNonRoot | bool | `true` | | -| controller.securityContext.runAsUser | int | `65534` | | -| controller.serviceAccount.annotations | object | `{}` | | -| controller.serviceAccount.create | bool | `true` | | -| controller.serviceAccount.name | string | `""` | | -| controller.tolerations | list | `[]` | | -| existingConfigMap | string | `""` | | -| fullnameOverride | string | `""` | | -| imagePullSecrets | list | `[]` | | -| nameOverride | string | `""` | | -| prometheus.metricsPort | int | `7472` | | -| prometheus.podMonitor.additionalLabels | object | `{}` | | -| prometheus.podMonitor.enabled | bool | `false` | | -| prometheus.podMonitor.interval | string | `nil` | | -| prometheus.podMonitor.jobLabel | string | `"app.kubernetes.io/name"` | | -| prometheus.podMonitor.metricRelabelings | list | `[]` | | -| prometheus.podMonitor.relabelings | list | `[]` | | -| prometheus.prometheusRule.additionalLabels | object | `{}` | | -| prometheus.prometheusRule.addressPoolExhausted.enabled | bool | `true` | | -| prometheus.prometheusRule.addressPoolExhausted.labels.severity | string | `"alert"` | | -| prometheus.prometheusRule.addressPoolUsage.enabled | bool | `true` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[0].labels.severity | string | `"warning"` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[0].percent | int | `75` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[1].labels.severity | string | `"warning"` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[1].percent | int | `85` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[2].labels.severity | string | `"alert"` | | -| prometheus.prometheusRule.addressPoolUsage.thresholds[2].percent | int | `95` | | -| prometheus.prometheusRule.bgpSessionDown.enabled | bool | `true` | | -| prometheus.prometheusRule.bgpSessionDown.labels.severity | string | `"alert"` | | -| prometheus.prometheusRule.configNotLoaded.enabled | bool | `true` | | -| prometheus.prometheusRule.configNotLoaded.labels.severity | string | `"warning"` | | -| prometheus.prometheusRule.enabled | bool | `false` | | -| prometheus.prometheusRule.extraAlerts | list | `[]` | | -| prometheus.prometheusRule.staleConfig.enabled | bool | `true` | | -| prometheus.prometheusRule.staleConfig.labels.severity | string | `"warning"` | | -| prometheus.scrapeAnnotations | bool | `false` | | -| psp.create | bool | `true` | | -| rbac.create | bool | `true` | | -| speaker.affinity | object | `{}` | | -| speaker.enabled | bool | `true` | | -| speaker.image.pullPolicy | string | `nil` | | -| speaker.image.repository | string | `"quay.io/metallb/speaker"` | | -| speaker.image.tag | string | `nil` | | -| speaker.livenessProbe.enabled | bool | `true` | | -| speaker.livenessProbe.failureThreshold | int | `3` | | -| speaker.livenessProbe.initialDelaySeconds | int | `10` | | -| speaker.livenessProbe.periodSeconds | int | `10` | | -| speaker.livenessProbe.successThreshold | int | `1` | | -| speaker.livenessProbe.timeoutSeconds | int | `1` | | -| speaker.logLevel | string | `"info"` | Speaker log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | -| speaker.memberlist.enabled | bool | `true` | | -| speaker.memberlist.mlBindPort | int | `7946` | | -| speaker.nodeSelector | object | `{}` | | -| speaker.podAnnotations | object | `{}` | | -| speaker.readinessProbe.enabled | bool | `true` | | -| speaker.readinessProbe.failureThreshold | int | `3` | | -| speaker.readinessProbe.initialDelaySeconds | int | `10` | | -| speaker.readinessProbe.periodSeconds | int | `10` | | -| speaker.readinessProbe.successThreshold | int | `1` | | -| speaker.readinessProbe.timeoutSeconds | int | `1` | | -| speaker.resources | object | `{}` | | -| speaker.serviceAccount.annotations | object | `{}` | | -| speaker.serviceAccount.create | bool | `true` | | -| speaker.serviceAccount.name | string | `""` | | -| speaker.tolerateMaster | bool | `true` | | -| speaker.tolerations | list | `[]` | | +Kubernetes: `>=1.16.0-0` ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.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/charts/incubator/metallb/helm-values.md b/charts/incubator/metallb/helm-values.md new file mode 100644 index 00000000000..bb536a082a1 --- /dev/null +++ b/charts/incubator/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/incubator/metallb/CHANGELOG.md b/docs/apps/incubator/metallb/CHANGELOG.md new file mode 100644 index 00000000000..9382ae6e280 --- /dev/null +++ b/docs/apps/incubator/metallb/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog
+ + + +### metallb-0.0.1 (2021-11-10) + diff --git a/docs/apps/incubator/metallb/CONFIG.md b/docs/apps/incubator/metallb/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/incubator/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/incubator/metallb/helm-values.md b/docs/apps/incubator/metallb/helm-values.md new file mode 100644 index 00000000000..bb536a082a1 --- /dev/null +++ b/docs/apps/incubator/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/incubator/metallb/index.md b/docs/apps/incubator/metallb/index.md new file mode 100644 index 00000000000..e17ad4841e2 --- /dev/null +++ b/docs/apps/incubator/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 18e1772ed3f..88aed5ff09b 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -114102,6 +114102,40 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz version: 0.0.2 + metallb: + - annotations: + truecharts.org/SCALE-support: "false" + truecharts.org/catagories: | + - core + truecharts.org/grade: U + apiVersion: v2 + appVersion: upstream + created: "2021-11-10T16:39:32.987927023Z" + 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: 3e60a83772a4444d11000e67d98b803cd1da4b8da45683a3dbc5aa9df6462c57 + 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: 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-0.0.1/metallb-0.0.1.tgz + version: 0.0.1 miniflux: - annotations: truecharts.org/SCALE-support: "true" @@ -244170,4 +244204,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-10T16:18:52.765768558Z" +generated: "2021-11-10T16:39:33.068425847Z"