Skip to content

Commit

Permalink
Merge pull request #957 from christianknell/renovate/baserow-redis-18.x
Browse files Browse the repository at this point in the history
Update Helm release redis to v18
  • Loading branch information
christianhuth committed Feb 16, 2024
2 parents 240fbd7 + 69d4296 commit 35402f2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 5 additions & 7 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.28.0
version: 2.0.0
appVersion: "1.22.3"
home: https://github.com/christianknell/helm-charts
icon: https://baserow.io/img/favicon_192.png
Expand All @@ -15,21 +15,19 @@ sources:
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
version: 14.1.1
condition: postgresql.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.14.2
version: 18.13.0
condition: redis.enabled
annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: changed
description: bumped image version to 1.22.3
description: bumped helm dependency for postgresql to 14.1.1
- kind: changed
description: liveness and readiness probe
- kind: changed
description: default values for config.publicFrontendUrl and config.publicBackendUrl
description: bumped helm dependency for redis to 18.13.0
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
8 changes: 8 additions & 0 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,11 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
```console
helm install my-release -f values.yaml christianknell/baserow
```

## Upgrading the Chart

### To 2.0.0

This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version.

Additionally it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version.
8 changes: 8 additions & 0 deletions charts/baserow/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
```console
helm install my-release -f values.yaml christianknell/baserow
```

## Upgrading the Chart

### To 2.0.0

This major updates the Redis subchart to its newest major, 18.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#upgrading) and [here](https://raw.githubusercontent.com/redis/redis/7.2/00-RELEASENOTES) you can find more information about the changes introduced in that version.

Additionally it updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version.

0 comments on commit 35402f2

Please sign in to comment.