From c74079840fe0ad6128b99763a4c668371bfd5515 Mon Sep 17 00:00:00 2001 From: PrivacyEngineering <$GITHUB_ACTOR@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:04:01 +0000 Subject: [PATCH] pushed from refs/heads/master --- charts/hawk/Chart.yaml | 2 +- charts/hawk/templates/monitor-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hawk/Chart.yaml b/charts/hawk/Chart.yaml index f072f5b..6a00fac 100644 --- a/charts/hawk/Chart.yaml +++ b/charts/hawk/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/charts/hawk/templates/monitor-deployment.yaml b/charts/hawk/templates/monitor-deployment.yaml index 5946b83..f846e3c 100644 --- a/charts/hawk/templates/monitor-deployment.yaml +++ b/charts/hawk/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