From 0db9370c35e0ee11f59665d64e056ffe6e17ffcb Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 3 Nov 2023 09:32:12 +0000 Subject: [PATCH] Fix quote in Helm template Fixes: #1168 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- chart/openfaas/Chart.yaml | 2 +- chart/openfaas/templates/nats-dep.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/openfaas/Chart.yaml b/chart/openfaas/Chart.yaml index 842f08cb0..70cdbc1cb 100644 --- a/chart/openfaas/Chart.yaml +++ b/chart/openfaas/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 type: application description: OpenFaaS - Serverless Functions Made Simple name: openfaas -version: 14.1.17 +version: 14.1.18 sources: - https://github.com/openfaas/faas - https://github.com/openfaas/faas-netes diff --git a/chart/openfaas/templates/nats-dep.yaml b/chart/openfaas/templates/nats-dep.yaml index d62524909..f5e297d4d 100644 --- a/chart/openfaas/templates/nats-dep.yaml +++ b/chart/openfaas/templates/nats-dep.yaml @@ -18,7 +18,7 @@ spec: template: metadata: annotations: - prometheus.io/scrape: false + prometheus.io/scrape: "false" labels: app: nats spec: