Skip to content

Commit

Permalink
updated README and Chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Sep 19, 2023
1 parent 93028a5 commit b476d30
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
20 changes: 13 additions & 7 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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`.

Expand All @@ -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)
6 changes: 6 additions & 0 deletions charts/baserow/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}

0 comments on commit b476d30

Please sign in to comment.