Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image baserow/baserow to v1.24.2@c0f601f by renovate #20567

Merged
merged 11 commits into from
Oct 5, 2024
4 changes: 2 additions & 2 deletions charts/stable/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.23.0
appVersion: 1.24.2
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -39,4 +39,4 @@ sources:
- https://gitlab.com/bramw/baserow/
- https://hub.docker.com/r/baserow/baserow
type: application
version: 14.5.0
version: 14.6.0
12 changes: 6 additions & 6 deletions charts/stable/baserow/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: baserow/baserow
tag: 1.23.0@sha256:32bff9b60b22a8b815e41710e62d8c1245608518f15263661d313507681a757f
tag: 1.24.2@sha256:c0f601fd71ea00f76eead4421f4a146b49402e51de2acfa2c96b3a27500441b4
pullPolicy: IfNotPresent
securityContext:
container:
Expand All @@ -21,11 +21,11 @@ workload:
main:
probes:
liveness:
path: "/_health"
type: tcp
readiness:
path: "/_health"
type: tcp
startup:
path: "/_health"
type: tcp
env:
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
Expand All @@ -35,8 +35,8 @@ workload:
REDIS_PROTOCOL: "redis"
BASEROW_CADDY_ADDRESSES: ":{{ .Values.service.main.ports.main.port }}"
# User Defined

BASEROW_PUBLIC_URL: "http://localhost:10228"
BASEROW_TRIGGER_SYNC_TEMPLATES_AFTER_MIGRATION: false
BASEROW_PUBLIC_URL: "http://127.0.0.1:10228"
FROM_EMAIL: ""
EMAIL_SMTP: ""
EMAIL_SMTP_USE_TLS: ""
Expand Down
Loading