Skip to content

Commit

Permalink
Merge pull request #993 from christianknell/renovate/baserow-baserow-…
Browse files Browse the repository at this point in the history
…backend-1.x

Update baserow/backend Docker tag to v1.20.2
  • Loading branch information
christianhuth authored Oct 22, 2023
2 parents 85e3454 + 8043a7a commit 15edcc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions charts/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: baserow
description: Baserow is an open source no-code database and Airtable alternative.
type: application
version: 1.26.0
appVersion: "1.19.1"
version: 1.27.0
appVersion: "1.20.2"
home: https://github.com/christianknell/helm-charts
icon: https://baserow.io/img/favicon_192.png
maintainers:
Expand All @@ -25,9 +25,7 @@ annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: changed
description: bumped dependency of postgresql to chart version 12.12.10
- kind: fixed
description: wrong template name for postgresql dependency
description: bumped image version to 1.20.2
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: 4 additions & 4 deletions charts/baserow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ frontend:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "1.19.1"
tag: "1.20.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down Expand Up @@ -133,7 +133,7 @@ backend:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "1.19.1"
tag: "1.20.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down Expand Up @@ -219,7 +219,7 @@ backend:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "1.19.1"
tag: "1.20.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down Expand Up @@ -453,7 +453,7 @@ backend:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "1.19.1"
tag: "1.20.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit 15edcc4

Please sign in to comment.