diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 92a9468a..9d5f98f8 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -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: @@ -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 diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index 312e7451..65901a88 100644 --- a/charts/baserow/values.yaml +++ b/charts/baserow/values.yaml @@ -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: [] @@ -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: [] @@ -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: [] @@ -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: []