diff --git a/charts/application-core/Chart.yaml b/charts/application-core/Chart.yaml index 3363f84..9426be2 100644 --- a/charts/application-core/Chart.yaml +++ b/charts/application-core/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: 3.0.0 +version: 3.0.1 maintainers: - name: Dominic DePasquale diff --git a/charts/application-core/templates/scaledobject.yaml b/charts/application-core/templates/scaledobject.yaml index 16756d0..bd4f290 100644 --- a/charts/application-core/templates/scaledobject.yaml +++ b/charts/application-core/templates/scaledobject.yaml @@ -59,7 +59,7 @@ spec: {{- with .Values.autoscaling.prometheus }} serverAddress: {{ .serverAddress }} query: {{ .query }} - threshold: {{ .threshold }} + threshold: {{ .threshold | quote }} activationThreshold: {{ default 0 .activationThreshold | quote }} ignoreNullValues: {{ default "true" .ignoreNullValues | quote }} unsafeSsl: "false"