From 13e927ffeb0937abf75fbe56de93c7719da94bc4 Mon Sep 17 00:00:00 2001 From: ganga2166 Date: Mon, 10 Jun 2024 20:34:11 +0530 Subject: [PATCH] updated dega chart version --- charts/dega/Chart.yaml | 2 +- charts/dega/templates/server/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/dega/Chart.yaml b/charts/dega/Chart.yaml index 508eaff..c470027 100644 --- a/charts/dega/Chart.yaml +++ b/charts/dega/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.11.7 +version: 0.11.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/dega/templates/server/deployment.yaml b/charts/dega/templates/server/deployment.yaml index a3b553b..469ce42 100644 --- a/charts/dega/templates/server/deployment.yaml +++ b/charts/dega/templates/server/deployment.yaml @@ -115,8 +115,8 @@ spec: - name: dega-server-web mountPath: ./web/templates - name: dega-server-zt - mountPath: ./app - subPath: zitadel_key.json + mountPath: ./app/zitadel_key.json + # subPath: zitadel_key.json volumes: - name: dega-server-data configMap: