Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from acritelli/fix-missing-newline
Browse files Browse the repository at this point in the history
Fix missing newline that results in invalid YAML
  • Loading branch information
aeciopires authored Jun 11, 2022
2 parents a33bbaa + 2809b2d commit 59f3cf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: zabbix
version: 2.0.0
version: 2.0.1
appVersion: 6.0.4
description: Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion templates/deployment-zabbix-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
value: {{ .Values.db_access.DB_SERVER_HOST | quote }}
{{- else }}
value: {{ .Values.zabbixweb.DB_SERVER_HOST | quote }}
{{- end -}}
{{- end }}
- name: DB_SERVER_PORT
{{- if .Values.db_access.DB_SERVER_PORT }}
value: {{ .Values.db_access.DB_SERVER_PORT | quote }}
Expand Down

0 comments on commit 59f3cf4

Please sign in to comment.