diff --git a/charts/dependency/mariadb/CHANGELOG.md b/charts/dependency/mariadb/CHANGELOG.md
index fc842c91d9a..0746dfa1b41 100644
--- a/charts/dependency/mariadb/CHANGELOG.md
+++ b/charts/dependency/mariadb/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [mariadb-1.0.0](https://github.com/truecharts/apps/compare/mariadb-0.0.1...mariadb-1.0.0) (2021-11-15)
+
+#### Chore
+
+* bump common and move mariadb
+
+
+
### mariadb-0.0.1 (2021-11-15)
diff --git a/charts/dependency/memcached/CHANGELOG.md b/charts/dependency/memcached/CHANGELOG.md
index 8491e129603..94a8b1070d1 100644
--- a/charts/dependency/memcached/CHANGELOG.md
+++ b/charts/dependency/memcached/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)
+
+#### Chore
+
+* bump common and move mariadb
+
+
+
### [memcached-1.0.1](https://github.com/truecharts/apps/compare/memcached-1.0.0...memcached-1.0.1) (2021-11-14)
diff --git a/charts/dependency/memcached/README.md b/charts/dependency/memcached/README.md
index 4032f0ba8d7..2e04c16da2d 100644
--- a/charts/dependency/memcached/README.md
+++ b/charts/dependency/memcached/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/charts/dependency/postgresql/CHANGELOG.md b/charts/dependency/postgresql/CHANGELOG.md
index 05003da7bd8..38188753dce 100644
--- a/charts/dependency/postgresql/CHANGELOG.md
+++ b/charts/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [postgresql-5.1.18](https://github.com/truecharts/apps/compare/postgresql-5.1.17...postgresql-5.1.18) (2021-11-15)
+
+#### Chore
+
+* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
+* bump common and move mariadb
+
+
+
### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14)
diff --git a/charts/dependency/postgresql/README.md b/charts/dependency/postgresql/README.md
index 18f226ad745..8dc3c30e1ff 100644
--- a/charts/dependency/postgresql/README.md
+++ b/charts/dependency/postgresql/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/charts/dependency/postgresql/helm-values.md b/charts/dependency/postgresql/helm-values.md
index eddaacba6c9..d7d6ec06bd2 100644
--- a/charts/dependency/postgresql/helm-values.md
+++ b/charts/dependency/postgresql/helm-values.md
@@ -22,11 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | |
-| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
| persistence.db.enabled | bool | `true` | |
| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
-| persistence.db.size | string | `"999Gi"` | |
-| persistence.db.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
diff --git a/charts/dependency/redis/CHANGELOG.md b/charts/dependency/redis/CHANGELOG.md
index 5376f0e1242..c75b199eb32 100644
--- a/charts/dependency/redis/CHANGELOG.md
+++ b/charts/dependency/redis/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [redis-1.0.2](https://github.com/truecharts/apps/compare/redis-1.0.1...redis-1.0.2) (2021-11-15)
+
+#### Chore
+
+* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
+* bump common and move mariadb
+
+
+
### [redis-1.0.1](https://github.com/truecharts/apps/compare/redis-1.0.0...redis-1.0.1) (2021-11-14)
diff --git a/charts/dependency/redis/README.md b/charts/dependency/redis/README.md
index ca1d6c0bff9..34ceffda25a 100644
--- a/charts/dependency/redis/README.md
+++ b/charts/dependency/redis/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/docs/apps/dependency/mariadb/CHANGELOG.md b/docs/apps/dependency/mariadb/CHANGELOG.md
new file mode 100644
index 00000000000..0746dfa1b41
--- /dev/null
+++ b/docs/apps/dependency/mariadb/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+
+
+
+### [mariadb-1.0.0](https://github.com/truecharts/apps/compare/mariadb-0.0.1...mariadb-1.0.0) (2021-11-15)
+
+#### Chore
+
+* bump common and move mariadb
+
+
+
+
+### mariadb-0.0.1 (2021-11-15)
+
+#### Feat
+
+* Add MariaDB App ([#1333](https://github.com/truecharts/apps/issues/1333))
diff --git a/docs/apps/dependency/mariadb/CONFIG.md b/docs/apps/dependency/mariadb/CONFIG.md
new file mode 100644
index 00000000000..fc9b2fa2d5f
--- /dev/null
+++ b/docs/apps/dependency/mariadb/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/dependency/mariadb/helm-values.md b/docs/apps/dependency/mariadb/helm-values.md
new file mode 100644
index 00000000000..9c91fb29ef5
--- /dev/null
+++ b/docs/apps/dependency/mariadb/helm-values.md
@@ -0,0 +1,56 @@
+# 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 |
+|-----|------|---------|-------------|
+| controller.replicas | int | `1` | Number of desired pods |
+| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
+| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
+| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
+| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
+| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
+| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
+| envTpl.MARIADB_DATABASE | string | `"{{ .Values.mariadbDatabase }}"` | |
+| envTpl.MARIADB_USER | string | `"{{ .Values.mariadbUsername }}"` | |
+| envValueFrom.MARIADB_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
+| envValueFrom.MARIADB_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
+| envValueFrom.MARIADB_ROOT_PASSWORD.secretKeyRef.key | string | `"mariadb-root-password"` | |
+| envValueFrom.MARIADB_ROOT_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | |
+| existingSecret | string | `""` | |
+| image.pullPolicy | string | `"IfNotPresent"` | |
+| image.repository | string | `"bitnami/mariadb"` | |
+| image.tag | string | `"10.6.5@sha256:0099beca7ba9246595221c2ce676196a8efb1a9e8c0d474761d020da893b6576"` | |
+| mariadbDatabase | string | `"test"` | |
+| mariadbPassword | string | `"testpass"` | |
+| mariadbRootPassword | string | `"testroot"` | |
+| mariadbUsername | string | `"test"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
+| probes.liveness | object | See below | Liveness probe configuration |
+| probes.liveness.custom | bool | `true` | Set this to `true` if you wish to specify your own livenessProbe |
+| probes.liveness.enabled | bool | `true` | Enable the liveness probe |
+| probes.liveness.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
+| probes.readiness | object | See below | Redainess probe configuration |
+| probes.readiness.custom | bool | `true` | Set this to `true` if you wish to specify your own readinessProbe |
+| probes.readiness.enabled | bool | `true` | Enable the readiness probe |
+| probes.readiness.spec | object | See below | The spec field contains the values for the default readinessProbe. If you selected `custom: true`, this field holds the definition of the readinessProbe. |
+| probes.startup | object | See below | Startup probe configuration |
+| probes.startup.enabled | bool | `true` | Enable the startup probe |
+| probes.startup.spec | object | See below | The spec field contains the values for the default livenessProbe. If you selected `custom: true`, this field holds the definition of the livenessProbe. |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| service.main.enabled | bool | `true` | |
+| service.main.ports.main.port | int | `3306` | |
+| service.main.ports.main.targetPort | int | `3306` | |
+| volumeClaimTemplates.db.accessMode | string | `"ReadWriteOnce"` | |
+| volumeClaimTemplates.db.enabled | bool | `true` | |
+| volumeClaimTemplates.db.mountPath | string | `"/bitnami/mariadb"` | |
+
+All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/dependency/mariadb/index.md b/docs/apps/dependency/mariadb/index.md
new file mode 100644
index 00000000000..3ecc192d862
--- /dev/null
+++ b/docs/apps/dependency/mariadb/index.md
@@ -0,0 +1,39 @@
+# Introduction
+
+Fast, reliable, scalable, and easy to use open-source relational database system.
+
+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.6.1 |
+
+## 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/apps/dependency/memcached/CHANGELOG.md b/docs/apps/dependency/memcached/CHANGELOG.md
index 8491e129603..94a8b1070d1 100644
--- a/docs/apps/dependency/memcached/CHANGELOG.md
+++ b/docs/apps/dependency/memcached/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [memcached-1.0.2](https://github.com/truecharts/apps/compare/memcached-1.0.1...memcached-1.0.2) (2021-11-15)
+
+#### Chore
+
+* bump common and move mariadb
+
+
+
### [memcached-1.0.1](https://github.com/truecharts/apps/compare/memcached-1.0.0...memcached-1.0.1) (2021-11-14)
diff --git a/docs/apps/dependency/memcached/index.md b/docs/apps/dependency/memcached/index.md
index 4032f0ba8d7..2e04c16da2d 100644
--- a/docs/apps/dependency/memcached/index.md
+++ b/docs/apps/dependency/memcached/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/docs/apps/dependency/postgresql/CHANGELOG.md b/docs/apps/dependency/postgresql/CHANGELOG.md
index 05003da7bd8..38188753dce 100644
--- a/docs/apps/dependency/postgresql/CHANGELOG.md
+++ b/docs/apps/dependency/postgresql/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [postgresql-5.1.18](https://github.com/truecharts/apps/compare/postgresql-5.1.17...postgresql-5.1.18) (2021-11-15)
+
+#### Chore
+
+* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
+* bump common and move mariadb
+
+
+
### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14)
diff --git a/docs/apps/dependency/postgresql/helm-values.md b/docs/apps/dependency/postgresql/helm-values.md
index eddaacba6c9..d7d6ec06bd2 100644
--- a/docs/apps/dependency/postgresql/helm-values.md
+++ b/docs/apps/dependency/postgresql/helm-values.md
@@ -22,11 +22,8 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"bitnami/postgresql"` | |
| image.tag | string | `"14.1.0@sha256:480fa9cd68d9013ea622b8a6dc71505bc8f0eaeac6d062cb5182bff44d0fcdbb"` | |
-| persistence.db.accessMode | string | `"ReadWriteOnce"` | |
| persistence.db.enabled | bool | `true` | |
| persistence.db.mountPath | string | `"/bitnami/postgresql"` | |
-| persistence.db.size | string | `"999Gi"` | |
-| persistence.db.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| postgrespassword | string | `"testroot"` | |
| postgresqlDatabase | string | `"test"` | |
diff --git a/docs/apps/dependency/postgresql/index.md b/docs/apps/dependency/postgresql/index.md
index 18f226ad745..8dc3c30e1ff 100644
--- a/docs/apps/dependency/postgresql/index.md
+++ b/docs/apps/dependency/postgresql/index.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/docs/apps/dependency/redis/CHANGELOG.md b/docs/apps/dependency/redis/CHANGELOG.md
index 5376f0e1242..c75b199eb32 100644
--- a/docs/apps/dependency/redis/CHANGELOG.md
+++ b/docs/apps/dependency/redis/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [redis-1.0.2](https://github.com/truecharts/apps/compare/redis-1.0.1...redis-1.0.2) (2021-11-15)
+
+#### Chore
+
+* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
+* bump common and move mariadb
+
+
+
### [redis-1.0.1](https://github.com/truecharts/apps/compare/redis-1.0.0...redis-1.0.1) (2021-11-14)
diff --git a/docs/apps/dependency/redis/index.md b/docs/apps/dependency/redis/index.md
index ca1d6c0bff9..34ceffda25a 100644
--- a/docs/apps/dependency/redis/index.md
+++ b/docs/apps/dependency/redis/index.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.5.7 |
+| https://truecharts.org | common | 8.6.1 |
## Installing the Chart
diff --git a/docs/apps/incubator/mariadb/CHANGELOG.md b/docs/apps/incubator/mariadb/CHANGELOG.md
index 49a7cf44872..fc842c91d9a 100644
--- a/docs/apps/incubator/mariadb/CHANGELOG.md
+++ b/docs/apps/incubator/mariadb/CHANGELOG.md
@@ -7,4 +7,3 @@
#### Feat
* Add MariaDB App ([#1333](https://github.com/truecharts/apps/issues/1333))
-
diff --git a/docs/index.yaml b/docs/index.yaml
index e3d4ea07436..8cfdbee4c54 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -112057,6 +112057,42 @@ entries:
- https://github.com/truecharts/apps/releases/download/lychee-3.1.5/lychee-3.1.5.tgz
version: 3.1.5
mariadb:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - database
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 10.6.5
+ created: "2021-11-15T19:06:58.654773688Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.6.1
+ description: Fast, reliable, scalable, and easy to use open-source relational
+ database system.
+ digest: 063f865555386730121456e86383323cb7e0bfc776729c939b59510089526647
+ home: https://github.com/truecharts/apps/tree/master/stable/mariadb
+ icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png
+ keywords:
+ - mariadb
+ - mysql
+ - database
+ - sql
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: mariadb
+ sources:
+ - https://github.com/bitnami/bitnami-docker-mariadb
+ - https://github.com/prometheus/mysqld_exporter
+ - https://mariadb.org
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/mariadb-1.0.0/mariadb-1.0.0.tgz
+ version: 1.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -114408,6 +114444,40 @@ entries:
- 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-15T19:06:58.787449531Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.6.1
+ description: Memcached is a memory-backed database caching solution
+ digest: 24ec1b863bf51bb174c05912e198ecaba0873f0bd7c06c4cc9292c106e3d679a
+ 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: https://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-1.0.2/memcached-1.0.2.tgz
+ version: 1.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -168806,6 +168876,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz
version: 0.0.1
postgresql:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - database
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 14.1.0
+ created: "2021-11-15T19:06:58.948639731Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.6.1
+ description: PostgresSQL
+ digest: 089996ca0428fbb75ee63b05325580e638fa8d9f6b35ff65f7289c9de6a371c3
+ home: https://github.com/truecharts/apps/tree/master/stable/postgres
+ icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
+ keywords:
+ - postgres
+ - postgressql
+ - dtabase
+ - sql
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: postgresql
+ sources:
+ - https://www.postgresql.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/postgresql-5.1.18/postgresql-5.1.18.tgz
+ version: 5.1.18
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -190143,6 +190246,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/recipes-0.0.1/recipes-0.0.1.tgz
version: 0.0.1
redis:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - database
+ - cache
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 6.2.6
+ created: "2021-11-15T19:06:59.090304053Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.6.1
+ description: Open source, advanced key-value store.
+ digest: de7bb5d998f2a2c74469458c17368338fb163b93f6c453c341a217a46b33dd62
+ home: https://github.com/truecharts/apps/tree/master/stable/redis
+ icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
+ keywords:
+ - redis
+ - keyvalue
+ - database
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: https://truecharts.org
+ name: redis
+ sources:
+ - https://github.com/bitnami/bitnami-docker-redis
+ - http://redis.io/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/redis-1.0.2/redis-1.0.2.tgz
+ version: 1.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -244980,4 +245117,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-15T18:50:16.996475593Z"
+generated: "2021-11-15T19:06:59.175569007Z"