From b476d3053ec06436fd1e82ac2460e941bbc93e07 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 19 Sep 2023 16:48:13 +0200 Subject: [PATCH] updated README and Chart.yaml --- charts/baserow/Chart.yaml | 4 ++-- charts/baserow/README.md | 20 +++++++++++++------- charts/baserow/README.md.gotmpl | 6 ++++++ 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 6fc1759f..ca966ce7 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: baserow description: Baserow is an open source no-code database and Airtable alternative. type: application -version: 1.25.1 +version: 2.0.0 appVersion: "1.19.1" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -25,7 +25,7 @@ annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: changed - description: bumped dependency of postgresql to chart version 12.10.0 + description: bumped dependency of redis to chart version 18.0.4 artifacthub.io/screenshots: | - title: Create your own online database without technical experience. url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png diff --git a/charts/baserow/README.md b/charts/baserow/README.md index dd53b3e7..a6284be6 100644 --- a/charts/baserow/README.md +++ b/charts/baserow/README.md @@ -206,11 +206,11 @@ The command removes all the Kubernetes components associated with the chart and | externalPostgresql.auth.username | string | `"baserow"` | Name of the user to use | | externalPostgresql.hostname | string | `""` | Hostname of the PostgreSQL database | | externalPostgresql.port | int | `5432` | Port used to connect to PostgreSQL database | -| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | -| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | +| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | +| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | | externalRedis.auth.password | string | `""` | Password to use | | externalRedis.auth.userPasswordKey | string | `""` | Key in the secret containing the password | -| externalRedis.hostname | string | `""` | Hostname of Redis™ | +| externalRedis.hostname | string | `""` | Hostname of Redis™ | | externalRedis.port | int | `6379` | Port used to connect to Redis | | frontend.affinity | object | `{}` | Affinity settings for pod assignment | | frontend.autoscaling.enabled | bool | `false` | Enable Horizontal POD autoscaling | @@ -253,11 +253,11 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.existingSecret | string | `""` | Name of existing secret to use for PostgreSQL credentials | | postgresql.auth.password | string | `"baserow"` | Password for the custom user to create. Ignored if postgresql.auth.existingSecret is provided | | postgresql.auth.username | string | `"baserow"` | Name for a custom user to create | -| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | -| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | +| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | +| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | | redis.auth.enabled | bool | `true` | Enable password authentication | -| redis.auth.password | string | `"baserow"` | Redis™ password | -| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | +| redis.auth.password | string | `"baserow"` | Redis™ password | +| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -267,6 +267,12 @@ Alternatively, a YAML file that specifies the values for the parameters can be p helm install my-release -f values.yaml christianknell/baserow ``` +## Upgrading the Chart + +### 2.0.0 + +This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version. + --- Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/baserow/README.md.gotmpl b/charts/baserow/README.md.gotmpl index cb5f2a5c..24adbe77 100644 --- a/charts/baserow/README.md.gotmpl +++ b/charts/baserow/README.md.gotmpl @@ -53,4 +53,10 @@ Alternatively, a YAML file that specifies the values for the parameters can be p helm install my-release -f values.yaml christianknell/baserow ``` +## Upgrading the Chart + +### 2.0.0 + +This major updates the redis subchart to its newest major, 18.0.4. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-1800) you can find more information about the changes introduced in that version. + {{ template "helm-docs.versionFooter" . }}