From 92b5a1252c5028337fa7aaaa2602c2d4bb327955 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Sat, 10 Feb 2024 13:02:44 +0100 Subject: [PATCH] bumped image for backend, updated readme and chart.yaml --- charts/baserow/Chart.yaml | 6 +++--- charts/baserow/README.md | 26 +++++++++++--------------- charts/baserow/README.md.gotmpl | 2 -- charts/baserow/values.yaml | 2 +- 4 files changed, 15 insertions(+), 21 deletions(-) diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index 9d5f98f8..1b1550bc 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.27.0 -appVersion: "1.20.2" +version: 1.28.0 +appVersion: "1.22.3" 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 image version to 1.20.2 + description: bumped image version to 1.22.3 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 dd53b3e7..f2af7242 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.19.1"` | Overrides the image tag | +| backend.asgi.image.tag | string | `"1.20.2"` | 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.19.1"` | Overrides the image tag | +| backend.celery.image.tag | string | `"1.20.2"` | 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.19.1"` | Overrides the image tag | +| backend.wsgi.image.tag | string | `"1.22.3"` | 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 | @@ -206,11 +206,11 @@ The command removes all the Kubernetes components associated with the chart and | externalPostgresql.auth.username | string | `"baserow"` | Name of the user to use | | externalPostgresql.hostname | string | `""` | Hostname of the PostgreSQL database | | externalPostgresql.port | int | `5432` | Port used to connect to PostgreSQL database | -| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | -| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | +| externalRedis.auth.enabled | bool | `true` | if authentication should be used with external Redis™ | +| externalRedis.auth.existingSecret | string | `""` | Name of existing secret to use for Redis™ credentials | | externalRedis.auth.password | string | `""` | Password to use | | externalRedis.auth.userPasswordKey | string | `""` | Key in the secret containing the password | -| externalRedis.hostname | string | `""` | Hostname of Redis™ | +| externalRedis.hostname | string | `""` | Hostname of Redis™ | | externalRedis.port | int | `6379` | Port used to connect to Redis | | frontend.affinity | object | `{}` | Affinity settings for pod assignment | | frontend.autoscaling.enabled | bool | `false` | Enable Horizontal POD autoscaling | @@ -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.19.1"` | Overrides the image tag | +| frontend.image.tag | string | `"1.22.3"` | 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 | @@ -253,11 +253,11 @@ The command removes all the Kubernetes components associated with the chart and | postgresql.auth.existingSecret | string | `""` | Name of existing secret to use for PostgreSQL credentials | | postgresql.auth.password | string | `"baserow"` | Password for the custom user to create. Ignored if postgresql.auth.existingSecret is provided | | postgresql.auth.username | string | `"baserow"` | Name for a custom user to create | -| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | -| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | +| postgresql.enabled | bool | `true` | enable PostgreSQL™ subchart from Bitnami | +| redis.architecture | string | `"standalone"` | Redis® architecture. Allowed values: standalone or replication | | redis.auth.enabled | bool | `true` | Enable password authentication | -| redis.auth.password | string | `"baserow"` | Redis™ password | -| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | +| redis.auth.password | string | `"baserow"` | Redis™ password | +| redis.enabled | bool | `true` | enable Redis™ subchart from Bitnami | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. @@ -266,7 +266,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/baserow ``` - ---- - -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/baserow/README.md.gotmpl b/charts/baserow/README.md.gotmpl index cb5f2a5c..3004ae0f 100644 --- a/charts/baserow/README.md.gotmpl +++ b/charts/baserow/README.md.gotmpl @@ -52,5 +52,3 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/baserow ``` - -{{ template "helm-docs.versionFooter" . }} diff --git a/charts/baserow/values.yaml b/charts/baserow/values.yaml index 9fa5d3cf..ed706e1d 100644 --- a/charts/baserow/values.yaml +++ b/charts/baserow/values.yaml @@ -453,7 +453,7 @@ backend: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.20.2" + tag: "1.22.3" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []