fix(statping-ng) fix admin_pass variable (#6726)
This commit is contained in:
parent
d99986c3ae
commit
4c38a84a5b
|
@ -1,18 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.90.80"
|
||||
description: Status page for monitoring your websites and applications
|
||||
name: statping-ng
|
||||
version: 11.0.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- statping
|
||||
- status
|
||||
- status-page
|
||||
home: https://truecharts.org/charts/stable/statping-ng
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping-ng.png
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/statping-ng
|
||||
- https://github.com/statping/statping
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,12 +8,27 @@ dependencies:
|
|||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.22
|
||||
deprecated: false
|
||||
description: Status page for monitoring your websites and applications.
|
||||
home: https://truecharts.org/charts/stable/statping-ng
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping-ng.png
|
||||
keywords:
|
||||
- statping-ng
|
||||
- status
|
||||
- status-page
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: statping-ng
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/statping-ng
|
||||
- https://github.com/statping/statping
|
||||
type: application
|
||||
version: 11.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
- statistics
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
|
|
|
@ -31,7 +31,7 @@ data:
|
|||
{{- end }}
|
||||
|
||||
ADMIN_USER: {{ .Values.statping.admin_user | quote }}
|
||||
ADMIN_PASS: {{ .Values.statping.admin_pass | quote }}
|
||||
ADMIN_PASSWORD: {{ .Values.statping.admin_pass | quote }}
|
||||
ADMIN_EMAIL: {{ .Values.statping.admin_email | quote }}
|
||||
|
||||
SAMPLE_DATA: {{ .Values.statping.sample_data | quote }}
|
||||
|
|
Loading…
Reference in New Issue