From 82e30bf47d4abca86c42ad2d2a07c1aa34ea57f2 Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Fri, 26 Jun 2026 21:56:32 +0000 Subject: [PATCH] feat(midaz): update midaz-crm@3.7.8, midaz-ledger@3.7.8 - new env vars --- charts/midaz/Chart.yaml | 2 +- charts/midaz/templates/crm/configmap.yaml | 1 + charts/midaz/templates/ledger/configmap.yaml | 1 + charts/midaz/values.yaml | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/midaz/Chart.yaml b/charts/midaz/Chart.yaml index 80720b0a..ce2f3b49 100644 --- a/charts/midaz/Chart.yaml +++ b/charts/midaz/Chart.yaml @@ -16,7 +16,7 @@ maintainers: # to he chart and its templates, including the app version. version: 8.5.0-beta.1 # This is the version number of the application being deployed. -appVersion: "3.7.7" +appVersion: "3.7.8" # A list of keywords about the chart. This helps others discover the chart. keywords: - midaz diff --git a/charts/midaz/templates/crm/configmap.yaml b/charts/midaz/templates/crm/configmap.yaml index 7b9c822d..9a43f770 100644 --- a/charts/midaz/templates/crm/configmap.yaml +++ b/charts/midaz/templates/crm/configmap.yaml @@ -55,6 +55,7 @@ data: # MULTI-TENANT MULTI_TENANT_ENABLED: {{ .Values.crm.configmap.MULTI_TENANT_ENABLED | default "false" | quote }} + ALLOW_INSECURE_TLS: {{ .Values.crm.configmap.ALLOW_INSECURE_TLS | default "true" | quote }} # Extra Env Vars {{- with .Values.crm.extraEnvVars }} {{- toYaml . | nindent 2 }} diff --git a/charts/midaz/templates/ledger/configmap.yaml b/charts/midaz/templates/ledger/configmap.yaml index 686c3bd5..bbecd907 100644 --- a/charts/midaz/templates/ledger/configmap.yaml +++ b/charts/midaz/templates/ledger/configmap.yaml @@ -250,6 +250,7 @@ data: ALLOW_RATELIMIT_DISABLED: {{ .Values.ledger.configmap.ALLOW_RATELIMIT_DISABLED | default "" | quote }} ALLOW_RATELIMIT_FAIL_OPEN: {{ .Values.ledger.configmap.ALLOW_RATELIMIT_FAIL_OPEN | default "" | quote }} + ALLOW_INSECURE_TLS: {{ .Values.ledger.configmap.ALLOW_INSECURE_TLS | default "true" | quote }} # Extra Env Vars {{- with .Values.ledger.extraEnvVars }} {{- toYaml . | nindent 2 }} diff --git a/charts/midaz/values.yaml b/charts/midaz/values.yaml index 0ad6a9fe..ba4aa507 100644 --- a/charts/midaz/values.yaml +++ b/charts/midaz/values.yaml @@ -121,7 +121,7 @@ ledger: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag used for deployment - tag: "3.7.7" + tag: "3.7.8" # -- Secrets for pulling images from a private registry imagePullSecrets: [] # -- Overrides the default generated name by Helm @@ -352,7 +352,7 @@ crm: # -- Image pull policy pullPolicy: Always # -- Image tag used for deployment - tag: "3.7.6" + tag: "3.7.8" # -- Secrets for pulling images from a private registry imagePullSecrets: [] # -- Overrides the default generated name by Helm