From b7473f7163235e37974b795ec19e10495ec567ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:06:47 +0000 Subject: [PATCH 1/2] Update baserow/backend Docker tag to v1.19.1 --- 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 3edd7484..116b72fd 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.18.0" + tag: "1.19.1" # -- 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.18.0" + tag: "1.19.1" # -- 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.18.0" + tag: "1.19.1" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] From e16781bbdb5415e2bf99b12547187a3565e2b543 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Fri, 21 Jul 2023 14:12:31 +0200 Subject: [PATCH 2/2] bumped image and chart version --- charts/baserow/Chart.yaml | 6 +++--- charts/baserow/README.md | 8 ++++---- charts/baserow/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 3ff4cfbe..fc91f29f 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.20.8 -appVersion: "1.18.0" +version: 1.21.0 +appVersion: "1.19.1" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png maintainers: @@ -25,7 +25,7 @@ annotations: artifacthub.io/category: database artifacthub.io/changes: | - kind: changed - description: bumped chart version of postgresql to 12.6.8 + description: bumped image version to 1.19.1 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/README.md b/charts/baserow/README.md index 44b9a3e9..dd53b3e7 100644 --- a/charts/baserow/README.md +++ b/charts/baserow/README.md @@ -57,7 +57,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.asgi.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.asgi.image.pullPolicy | string | `"Always"` | image pull policy | | backend.asgi.image.repository | string | `"baserow/backend"` | image repository | -| backend.asgi.image.tag | string | `"1.18.0"` | Overrides the image tag | +| backend.asgi.image.tag | string | `"1.19.1"` | Overrides the image tag | | backend.asgi.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.asgi.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.asgi.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.celery.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.celery.image.pullPolicy | string | `"Always"` | image pull policy | | backend.celery.image.repository | string | `"baserow/backend"` | image repository | -| backend.celery.image.tag | string | `"1.18.0"` | Overrides the image tag | +| backend.celery.image.tag | string | `"1.19.1"` | Overrides the image tag | | backend.celery.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.celery.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.celery.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -180,7 +180,7 @@ The command removes all the Kubernetes components associated with the chart and | backend.wsgi.extraEnv | list | `[]` | additional environment variables to be added to the pods | | backend.wsgi.image.pullPolicy | string | `"Always"` | image pull policy | | backend.wsgi.image.repository | string | `"baserow/backend"` | image repository | -| backend.wsgi.image.tag | string | `"1.18.0"` | Overrides the image tag | +| backend.wsgi.image.tag | string | `"1.19.1"` | Overrides the image tag | | backend.wsgi.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | backend.wsgi.nodeSelector | object | `{}` | Node labels for pod assignment | | backend.wsgi.podAnnotations | object | `{}` | Annotations to be added to the frontend pods | @@ -225,7 +225,7 @@ The command removes all the Kubernetes components associated with the chart and | frontend.extraEnv | list | `[]` | additional environment variables to be added to the pods | | frontend.image.pullPolicy | string | `"Always"` | image pull policy | | frontend.image.repository | string | `"baserow/web-frontend"` | image repository | -| frontend.image.tag | string | `"1.18.0"` | Overrides the image tag | +| frontend.image.tag | string | `"1.19.1"` | Overrides the image tag | | frontend.imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. | | frontend.ingress.annotations | object | `{}` | Additional annotations for the Ingress resource | | frontend.ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress | diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index 116b72fd..312e7451 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.18.0" + tag: "1.19.1" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []