diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 13f26014..f5b354ac 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: 2.4.4 -appVersion: "1.26.1" +version: 2.5.0 +appVersion: "1.27.0" 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: README format + description: app version to 1.27.0 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 2e931e40..40ba505d 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.26.1"` | Overrides the image tag | +| backend.asgi.image.tag | string | `"1.27.0"` | 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.livenessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for livenessProbe | | backend.asgi.livenessProbe.periodSeconds | int | `5` | Period seconds for livenessProbe | @@ -91,7 +91,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.26.1"` | Overrides the image tag | +| backend.celery.image.tag | string | `"1.27.0"` | 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.livenessProbe.initialDelaySeconds | int | `10` | Initial delay seconds for livenessProbe | | backend.celery.livenessProbe.periodSeconds | int | `10` | Period seconds for livenessProbe | @@ -198,7 +198,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.26.1"` | Overrides the image tag | +| backend.wsgi.image.tag | string | `"1.27.0"` | 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.livenessProbe.initialDelaySeconds | int | `5` | Initial delay seconds for livenessProbe | | backend.wsgi.livenessProbe.periodSeconds | int | `5` | Period seconds for livenessProbe | @@ -253,7 +253,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.26.1"` | Overrides the image tag | +| frontend.image.tag | string | `"1.27.0"` | 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.schema.json b/charts/baserow/values.schema.json index fce83fff..ab693fb1 100644 --- a/charts/baserow/values.schema.json +++ b/charts/baserow/values.schema.json @@ -85,7 +85,7 @@ "type": "string" }, "tag": { - "default": "1.26.1", + "default": "1.27.0", "description": "Overrides the image tag", "required": [], "title": "tag", @@ -465,7 +465,7 @@ "type": "string" }, "tag": { - "default": "1.26.1", + "default": "1.27.0", "description": "Overrides the image tag", "required": [], "title": "tag", @@ -1533,7 +1533,7 @@ "type": "string" }, "tag": { - "default": "1.26.1", + "default": "1.27.0", "description": "Overrides the image tag", "required": [], "title": "tag", @@ -2145,7 +2145,7 @@ "type": "string" }, "tag": { - "default": "1.26.1", + "default": "1.27.0", "description": "Overrides the image tag", "required": [], "title": "tag", diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index e26a114a..93dd5863 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.26.1" + tag: "1.27.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] @@ -155,7 +155,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.26.1" + tag: "1.27.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] @@ -267,7 +267,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.26.1" + tag: "1.27.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: [] @@ -523,7 +523,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.26.1" + tag: "1.27.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []