diff --git a/incubator/metallb/0.0.2/CHANGELOG.md b/incubator/metallb/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b99ecdab24e --- /dev/null +++ b/incubator/metallb/0.0.2/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog
+ + + +### [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/incubator/metallb/0.0.2/CONFIG.md b/incubator/metallb/0.0.2/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/incubator/metallb/0.0.2/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/incubator/metallb/0.0.2/Chart.lock b/incubator/metallb/0.0.2/Chart.lock new file mode 100644 index 00000000000..eef9bdf910c --- /dev/null +++ b/incubator/metallb/0.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: metallb + repository: https://metallb.github.io/metallb + version: 0.11.0 +digest: sha256:a8dc776d571e5b6647b6c32be39afb92ddece6271c6d135d9da48a18d740d859 +generated: "2021-11-10T16:50:25.452377888Z" diff --git a/incubator/metallb/0.0.2/Chart.yaml b/incubator/metallb/0.0.2/Chart.yaml new file mode 100644 index 00000000000..113df6ff6bf --- /dev/null +++ b/incubator/metallb/0.0.2/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +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 +icon: https://metallb.universe.tf/images/logo/metallb-white.png +keywords: +- metallb +- loadbalancer +dependencies: +- name: metallb + repository: https://metallb.github.io/metallb + version: 0.11.0 +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 +version: 0.0.2 +annotations: + truecharts.org/catagories: | + - core + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/metallb/0.0.2/README.md b/incubator/metallb/0.0.2/README.md new file mode 100644 index 00000000000..e17ad4841e2 --- /dev/null +++ b/incubator/metallb/0.0.2/README.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/incubator/metallb/0.0.2/app-readme.md b/incubator/metallb/0.0.2/app-readme.md new file mode 100644 index 00000000000..5792fc4979a --- /dev/null +++ b/incubator/metallb/0.0.2/app-readme.md @@ -0,0 +1,3 @@ +A network load-balancer implementation for Kubernetes using standard routing protocols + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/incubator/metallb/0.0.2/charts/metallb-0.11.0.tgz b/incubator/metallb/0.0.2/charts/metallb-0.11.0.tgz new file mode 100644 index 00000000000..00137819f2f Binary files /dev/null and b/incubator/metallb/0.0.2/charts/metallb-0.11.0.tgz differ diff --git a/incubator/metallb/0.0.2/helm-values.md b/incubator/metallb/0.0.2/helm-values.md new file mode 100644 index 00000000000..bb536a082a1 --- /dev/null +++ b/incubator/metallb/0.0.2/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/incubator/metallb/0.0.2/ix_values.yaml b/incubator/metallb/0.0.2/ix_values.yaml new file mode 100644 index 00000000000..42cf2a96b06 --- /dev/null +++ b/incubator/metallb/0.0.2/ix_values.yaml @@ -0,0 +1,15 @@ +image: + repository: placeholder + # defaults to appVersion + tag: upstream + pullPolicy: IfNotPresent + +metallb: + # configInline specifies MetalLB's configuration directly, in yaml + # format. When configInline is used, Helm manages MetalLB's + # configuration ConfigMap as part of the release, and + # existingConfigMap is ignored. + # + # Refer to https://metallb.universe.tf/configuration/ for + # available options. + configInline: {} diff --git a/incubator/metallb/0.0.2/questions.yaml b/incubator/metallb/0.0.2/questions.yaml new file mode 100644 index 00000000000..f40ea907592 --- /dev/null +++ b/incubator/metallb/0.0.2/questions.yaml @@ -0,0 +1,86 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +questions: + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + + - variable: controller + group: "App Configuration" + label: "" + schema: + type: dict + attrs: + - variable: address-pools + label: "Address Pools" + schema: + type: list + default: [] + items: + - variable: address-pools-entry + group: "Address Pool" + label: "" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: protocol + label: "Protocol" + schema: + type: string + default: "layer2" + enum: + - value: "layer2" + description: "layer2" + - value: "bgp" + description: "bgp" + - variable: addresses + label: "Addresses" + schema: + type: list + default: [] + items: + - variable: address + label: "Adress" + schema: + type: string + default: "" + required: true diff --git a/incubator/metallb/0.0.2/values.yaml b/incubator/metallb/0.0.2/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/metallb/item.yaml b/incubator/metallb/item.yaml new file mode 100644 index 00000000000..49e6400d039 --- /dev/null +++ b/incubator/metallb/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://metallb.universe.tf/images/logo/metallb-white.png +categories: +- core +