From 5f77f705a7d4cd61119d19c6873e7df0076fe188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:06:24 +0000 Subject: [PATCH 1/2] Update baserow/backend Docker tag to v1.20.2 --- charts/baserow/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index 312e7451..5a40d5ab 100644 --- a/charts/baserow/values.yaml +++ b/charts/baserow/values.yaml @@ -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: [] From 8043a7a43b6e7f8853b2fbefbf322dc6d0ef0232 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sun, 22 Oct 2023 20:47:25 +0200 Subject: [PATCH 2/2] bumped chart and image version --- charts/baserow/Chart.yaml | 8 +++----- charts/baserow/values.yaml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) 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 5a40d5ab..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: []