From 45eeae9a3cacac2c2ba7d6779792166ec0d41685 Mon Sep 17 00:00:00 2001 From: Thomas Janke Date: Tue, 7 Nov 2023 16:03:33 +0100 Subject: [PATCH] Fix API_URL using wrong helm variable --- Chart.yaml | 2 +- templates/monitor-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f072f5b..6a00fac 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -17,7 +17,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: 1.1.0 +version: 1.1.1 # 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/templates/monitor-deployment.yaml b/templates/monitor-deployment.yaml index 5946b83..f846e3c 100644 --- a/templates/monitor-deployment.yaml +++ b/templates/monitor-deployment.yaml @@ -33,7 +33,7 @@ spec: imagePullPolicy: {{ .Values.monitor.image.pullPolicy }} env: - name: API_URL - value: "{{ .Values.ingress.host }}" + value: "{{ .Values.monitor.apiUrl }}" ports: - name: http containerPort: 80