From 82eb5aadceb70f14002f173219e85c1e05e3a90f Mon Sep 17 00:00:00 2001 From: an1l4 <1995anila@gmail.com> Date: Tue, 20 Feb 2024 11:38:44 +0530 Subject: [PATCH] chart-change --- charts/agent/Chart.yaml | 2 +- charts/agent/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 35de376e..694dc262 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/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: 1.1.13 +version: 1.1.14 # 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/agent/templates/deployment.yaml b/charts/agent/templates/deployment.yaml index 5321f029..db0c1603 100644 --- a/charts/agent/templates/deployment.yaml +++ b/charts/agent/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: key: {{ .Values.nats.auth.secret.key }} {{- end }} - name: KUBERHEALTHY_ENABLE - value: {{ .Values.kuberhealthy.enabled }} + value: "{{ .Values.kuberhealthy.enabled }}" - name: NATS_ADDRESS value: {{ .Values.nats.host }} - name: SCHEDULING_INTERVAL