fix(statping-ng) fix admin_pass variable (#6726)
This commit is contained in:
@@ -1,18 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.90.80"
|
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:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
@@ -21,12 +8,27 @@ dependencies:
|
|||||||
name: postgresql
|
name: postgresql
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 11.0.22
|
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:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
name: TrueCharts
|
name: TrueCharts
|
||||||
url: https://truecharts.org
|
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:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- statistics
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ data:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
ADMIN_USER: {{ .Values.statping.admin_user | quote }}
|
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 }}
|
ADMIN_EMAIL: {{ .Values.statping.admin_email | quote }}
|
||||||
|
|
||||||
SAMPLE_DATA: {{ .Values.statping.sample_data | quote }}
|
SAMPLE_DATA: {{ .Values.statping.sample_data | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user