diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml index a6d7e8210fa..93b1b8e7f4e 100644 --- a/charts/stable/baserow/Chart.yaml +++ b/charts/stable/baserow/Chart.yaml @@ -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 @@ -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 diff --git a/charts/stable/baserow/values.yaml b/charts/stable/baserow/values.yaml index f075b733107..697fd9ae40d 100644 --- a/charts/stable/baserow/values.yaml +++ b/charts/stable/baserow/values.yaml @@ -1,6 +1,6 @@ image: repository: baserow/baserow - tag: 1.23.0@sha256:32bff9b60b22a8b815e41710e62d8c1245608518f15263661d313507681a757f + tag: 1.24.2@sha256:c0f601fd71ea00f76eead4421f4a146b49402e51de2acfa2c96b3a27500441b4 pullPolicy: IfNotPresent securityContext: container: @@ -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 }}" @@ -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: ""