diff --git a/charts/kamu-api-server/Chart.yaml b/charts/kamu-api-server/Chart.yaml index 369212f..d9f2353 100644 --- a/charts/kamu-api-server/Chart.yaml +++ b/charts/kamu-api-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kamu-api-server description: API server component of the Kamu Compute Node type: application -version: 0.12.1 +version: 0.12.2 appVersion: "0.12.1" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png diff --git a/charts/kamu-api-server/templates/deployment.yaml b/charts/kamu-api-server/templates/deployment.yaml index 728abf5..bb4cd38 100644 --- a/charts/kamu-api-server/templates/deployment.yaml +++ b/charts/kamu-api-server/templates/deployment.yaml @@ -44,6 +44,8 @@ spec: - "--http-port=8080" - "--flightsql-port=50050" env: + - name: RUST_BACKTRACE + value: "1" - name: KAMU_AUTH_GITHUB_CLIENT_ID value: {{ .Values.app.authGithubClientId | quote }} - name: KAMU_AUTH_GITHUB_CLIENT_SECRET