From c0b3ecc0420dfb14a633dd1d1e0bbdecee000666 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Sun, 8 Nov 2020 12:17:49 +0100 Subject: [PATCH] Doc update (#58) * Updated chart docs * Updated chart docs --- charts/commento/README.md | 2 +- charts/ghost/README.md | 4 ++-- charts/mariadb/README.md | 2 +- charts/nextcloud/README.md | 10 +++++----- charts/postgres/README.md | 4 ++-- charts/rabbitmq/README.md | 4 ++-- charts/redis/README.md | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/commento/README.md b/charts/commento/README.md index c1d1f598..b81dd995 100644 --- a/charts/commento/README.md +++ b/charts/commento/README.md @@ -1,6 +1,6 @@ # Commento -   +   A Helm chart for Commento on Kubernetes diff --git a/charts/ghost/README.md b/charts/ghost/README.md index e37a1498..a79764d8 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   A Helm chart for Ghost blog on Kubernetes @@ -44,7 +44,7 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.1.0 | +| @groundhog2k | mariadb | 0.1.3 | ## Common parameters diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md index f58b6020..493ab1a3 100644 --- a/charts/mariadb/README.md +++ b/charts/mariadb/README.md @@ -1,6 +1,6 @@ # MariaDB -   +   A Helm chart for MariaDB on Kubernetes diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index 7c20004e..f872a3f8 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   A Helm chart for Nextcloud on Kubernetes @@ -43,9 +43,9 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.1.0 | -| @groundhog2k | postgres | 0.1.0 | -| @groundhog2k | redis | 0.1.0 | +| @groundhog2k | mariadb | 0.1.3 | +| @groundhog2k | postgres | 0.1.1 | +| @groundhog2k | redis | 0.1.1 | ## Common parameters @@ -59,7 +59,7 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | -| image.repository | string | `"registry.gitlab.com/commento/commento"` | Image name | +| image.repository | string | `"nextcloud"` | Image name | | image.tag | string | `""` | Image tag | | imagePullSecrets | list | `[]` | Image pull secrets | | livenessProbe | object | `see values.yaml` | Liveness probe configuration | diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 88aa920b..a79f7471 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   A Helm chart for PostgreSQL on Kubernetes @@ -52,7 +52,7 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | -| image.repository | string | `"mariadb"` | Image name | +| image.repository | string | `"postgres"` | Image name | | image.tag | string | `""` | Image tag | | imagePullSecrets | list | `[]` | Image pull secrets | | livenessProbe | object | `see values.yaml` | Liveness probe configuration | diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md index 46cd224c..eeaac853 100644 --- a/charts/rabbitmq/README.md +++ b/charts/rabbitmq/README.md @@ -1,6 +1,6 @@ # RabbitMQ -   +   A Helm chart for a RabbitMQ cluster on Kubernetes @@ -52,7 +52,7 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | -| image.repository | string | `"mariadb"` | Image name | +| image.repository | string | `"rabbitmq"` | Image name | | image.tag | string | `""` | Image tag | | imagePullSecrets | list | `[]` | Image pull secrets | | livenessProbe | object | `see values.yaml` | Liveness probe configuration | diff --git a/charts/redis/README.md b/charts/redis/README.md index fb1df41d..1ef46685 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # Redis -   +   A Helm chart for Redis on Kubernetes @@ -52,7 +52,7 @@ $ helm uninstall my-release | Key | Type | Default | Description | |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | -| image.repository | string | `"mariadb"` | Image name | +| image.repository | string | `"redis"` | Image name | | image.tag | string | `""` | Image tag | | imagePullSecrets | list | `[]` | Image pull secrets | | livenessProbe | object | `see values.yaml` | Liveness probe configurationm | -- GitLab