From 2ff75073fc690b7e6381cb1a4e80573994aa98ba Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 11 Nov 2021 21:02:17 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/incubator/memcached/CHANGELOG.md | 10 ++++++ charts/incubator/memcached/CONFIG.md | 8 +++++ charts/incubator/memcached/Chart.yaml | 2 +- charts/incubator/memcached/README.md | 38 ++++++++++++++++++++ charts/incubator/memcached/helm-values.md | 20 +++++++++++ docs/apps/incubator/memcached/CHANGELOG.md | 10 ++++++ docs/apps/incubator/memcached/CONFIG.md | 8 +++++ docs/apps/incubator/memcached/helm-values.md | 20 +++++++++++ docs/apps/incubator/memcached/index.md | 38 ++++++++++++++++++++ docs/index.yaml | 37 ++++++++++++++++++- 10 files changed, 189 insertions(+), 2 deletions(-) create mode 100644 charts/incubator/memcached/CHANGELOG.md create mode 100644 charts/incubator/memcached/CONFIG.md create mode 100644 charts/incubator/memcached/README.md create mode 100644 charts/incubator/memcached/helm-values.md create mode 100644 docs/apps/incubator/memcached/CHANGELOG.md create mode 100644 docs/apps/incubator/memcached/CONFIG.md create mode 100644 docs/apps/incubator/memcached/helm-values.md create mode 100644 docs/apps/incubator/memcached/index.md diff --git a/charts/incubator/memcached/CHANGELOG.md b/charts/incubator/memcached/CHANGELOG.md new file mode 100644 index 00000000000..cd8381e1f0d --- /dev/null +++ b/charts/incubator/memcached/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### memcached-0.0.1 (2021-11-11) + +#### Feat + +* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) + diff --git a/charts/incubator/memcached/CONFIG.md b/charts/incubator/memcached/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/charts/incubator/memcached/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/memcached/Chart.yaml b/charts/incubator/memcached/Chart.yaml index 20e28111722..8d0b863cfe4 100644 --- a/charts/incubator/memcached/Chart.yaml +++ b/charts/incubator/memcached/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "14.0.0" +appVersion: "1.6.12" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/incubator/memcached/README.md b/charts/incubator/memcached/README.md new file mode 100644 index 00000000000..bd5e38f80df --- /dev/null +++ b/charts/incubator/memcached/README.md @@ -0,0 +1,38 @@ +# Introduction + +Memcached is a memory-backed database caching solution + +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://truecharts.org | common | 8.5.4 | + +## 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/memcached/helm-values.md b/charts/incubator/memcached/helm-values.md new file mode 100644 index 00000000000..9723d2f6693 --- /dev/null +++ b/charts/incubator/memcached/helm-values.md @@ -0,0 +1,20 @@ +# 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 | `"bitnami/memcached"` | | +| image.tag | string | `"1.6.12@sha256:f02e8e24e90ce1e3ce132964bea7a9af70d1e13510d8c1c8a6e66c2fed1f4621"` | | +| service.main.ports.main.port | int | `11211` | | +| service.main.ports.main.targetPort | int | `11211` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/memcached/CHANGELOG.md b/docs/apps/incubator/memcached/CHANGELOG.md new file mode 100644 index 00000000000..cd8381e1f0d --- /dev/null +++ b/docs/apps/incubator/memcached/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog
+ + + +### memcached-0.0.1 (2021-11-11) + +#### Feat + +* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) + diff --git a/docs/apps/incubator/memcached/CONFIG.md b/docs/apps/incubator/memcached/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/docs/apps/incubator/memcached/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/memcached/helm-values.md b/docs/apps/incubator/memcached/helm-values.md new file mode 100644 index 00000000000..9723d2f6693 --- /dev/null +++ b/docs/apps/incubator/memcached/helm-values.md @@ -0,0 +1,20 @@ +# 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 | `"bitnami/memcached"` | | +| image.tag | string | `"1.6.12@sha256:f02e8e24e90ce1e3ce132964bea7a9af70d1e13510d8c1c8a6e66c2fed1f4621"` | | +| service.main.ports.main.port | int | `11211` | | +| service.main.ports.main.targetPort | int | `11211` | | + +All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/incubator/memcached/index.md b/docs/apps/incubator/memcached/index.md new file mode 100644 index 00000000000..bd5e38f80df --- /dev/null +++ b/docs/apps/incubator/memcached/index.md @@ -0,0 +1,38 @@ +# Introduction + +Memcached is a memory-backed database caching solution + +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://truecharts.org | common | 8.5.4 | + +## 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 a8846a01fd3..6f08834df30 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -114123,6 +114123,41 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz version: 0.0.2 + memcached: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - database + - cache + truecharts.org/grade: U + apiVersion: v2 + appVersion: 1.6.12 + created: "2021-11-11T21:02:15.050123016Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.5.4 + description: Memcached is a memory-backed database caching solution + digest: c4ac532f258feff9f34cce6a9f1d5eeeab2b3dfa2429233fb7262c0e0e2a60ee + home: https://github.com/truecharts/apps/tree/master/stable/memcached + icon: https://bitnami.com/assets/stacks/memcached/img/memcached-stack-220x234.png + keywords: + - memcached + - database + - cache + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: memcached + sources: + - https://github.com/bitnami/bitnami-docker-memcached + - http://memcached.org/ + type: application + urls: + - 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" @@ -244325,4 +244360,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-10T23:33:45.329943407Z" +generated: "2021-11-11T21:02:15.134890511Z"