From c89d4050066d6ba057a4125086b8d2069e8aa8cb Mon Sep 17 00:00:00 2001 From: Bruno Bernard Date: Fri, 22 Aug 2025 20:38:21 +0400 Subject: [PATCH] fix: fix mongo uri --- charts/textbee/Chart.yaml | 2 +- charts/textbee/templates/web-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/textbee/Chart.yaml b/charts/textbee/Chart.yaml index ac76555..ad57cac 100644 --- a/charts/textbee/Chart.yaml +++ b/charts/textbee/Chart.yaml @@ -3,6 +3,6 @@ name: textbee description: A Helm chart to deploy TextBee. type: application -version: 0.1.3 +version: 0.1.4 appVersion: "v2.6.2" diff --git a/charts/textbee/templates/web-deployment.yaml b/charts/textbee/templates/web-deployment.yaml index cc531f7..a834ad9 100644 --- a/charts/textbee/templates/web-deployment.yaml +++ b/charts/textbee/templates/web-deployment.yaml @@ -35,7 +35,7 @@ spec: - name: DATABASE_URL valueFrom: secretKeyRef: - name: {{ .Values.globals.mongo_uri.secretName | default (include "textbee.fullname" .) }}-mongo-uri + name: {{ .Values.globals.mongo_uri.secretName }} key: {{ .Values.globals.mongo_uri.secretKey }} envFrom: - secretRef: