fix(statping-ng) fix admin_pass variable (#6726)

This commit is contained in:
Xstar97 2023-01-30 21:59:22 -05:00 committed by GitHub
parent d99986c3ae
commit 4c38a84a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 15 deletions

View File

@ -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

View File

@ -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 }}