We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93aefa commit 3b7eb26Copy full SHA for 3b7eb26
itscontained/statping/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: statping
3
description: Status page for monitoring your websites and applications
4
type: application
5
-version: 0.1.7
+version: 0.1.8
6
appVersion: v0.90.65
7
keywords:
8
- statping
itscontained/statping/templates/deployment.yaml
@@ -82,7 +82,7 @@ spec:
82
- name: DB_HOST
83
value: postgres-{{ template "statping.fullname" . }}
84
- name: DB_DATABASE
85
- value: statup
+ value: postgres
86
- name: DB_USER
87
valueFrom:
88
secretKeyRef:
0 commit comments