mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[statping] Bump postgresql dependency (#552)
* [statping] Bump postgresql dependency
This commit is contained in:
parent
974de8e654
commit
15eb4e4e2b
@ -1,5 +1,13 @@
|
||||
# See https://pre-commit.com for more information
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- id: mixed-line-ending
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: ct-lint
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: statping
|
||||
description: Status page for monitoring your websites and applications
|
||||
type: application
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
appVersion: v0.90.65
|
||||
keywords:
|
||||
- statping
|
||||
@ -18,5 +18,5 @@ icon: https://github.com/statping/statping/blob/dev/frontend/src/assets/logo.png
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.1.4
|
||||
version: 10.2.6
|
||||
condition: postgres.posgresql.enabled
|
||||
|
@ -34,4 +34,3 @@ chart. For example,
|
||||
```console
|
||||
helm install statping k8s-at-home/statping --values values.yaml
|
||||
```
|
||||
|
||||
|
@ -102,7 +102,7 @@ spec:
|
||||
- name: DB_CONN
|
||||
value: postgres
|
||||
- name: DB_HOST
|
||||
value: {{ template "postgresql.fullname" . }}-postgresql
|
||||
value: {{ template "common.names.fullname" . }}-postgresql
|
||||
- name: DB_DATABASE
|
||||
value: {{ template "postgresql.database" . }}
|
||||
- name: DB_USER
|
||||
|
@ -108,6 +108,10 @@ postgres:
|
||||
enabled: true
|
||||
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql for configuration
|
||||
|
||||
# This is required for postgresql to render its fullname template
|
||||
replication:
|
||||
enabled: false
|
||||
|
||||
externalSecret:
|
||||
enabled: false
|
||||
type: kubernetes-external-secrets
|
||||
|
Loading…
Reference in New Issue
Block a user