Skip to content

Commit

Permalink
Merge pull request #1171 from christianhuth/renovate/baserow-baserow-…
Browse files Browse the repository at this point in the history
…backend-1.x

chore(deps): update baserow/backend docker tag to v1.30.1
  • Loading branch information
christianhuth authored Jan 13, 2025
2 parents 9166f75 + ea75720 commit 37f3bf9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions charts/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down
8 changes: 4 additions & 4 deletions charts/baserow/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"type": "string"
},
"tag": {
"default": "1.26.1",
"default": "1.27.0",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down Expand Up @@ -465,7 +465,7 @@
"type": "string"
},
"tag": {
"default": "1.26.1",
"default": "1.27.0",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down Expand Up @@ -1533,7 +1533,7 @@
"type": "string"
},
"tag": {
"default": "1.26.1",
"default": "1.27.0",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down Expand Up @@ -2145,7 +2145,7 @@
"type": "string"
},
"tag": {
"default": "1.26.1",
"default": "1.27.0",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down
8 changes: 4 additions & 4 deletions charts/baserow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 37f3bf9

Please sign in to comment.