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