Skip to content

Commit

Permalink
Fix quote in Helm template
Browse files Browse the repository at this point in the history
Fixes: #1168

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Nov 3, 2023
1 parent e5bbe43 commit 0db9370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/templates/nats-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
template:
metadata:
annotations:
prometheus.io/scrape: false
prometheus.io/scrape: "false"
labels:
app: nats
spec:
Expand Down

0 comments on commit 0db9370

Please sign in to comment.