Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-28 16:23:23 +00:00
parent 0bba721bf4
commit a54cb8f1eb
18 changed files with 23 additions and 24 deletions

View File

@ -25,6 +25,10 @@ title: Changelog
@ -93,8 +97,3 @@ title: Changelog
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [blocky-12.2.0](https://github.com/truecharts/charts/compare/blocky-12.1.8...blocky-12.2.0) (2024-01-08)
### Chore

View File

@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
version: 13.5.5
version: 13.5.9

View File

@ -803,16 +803,16 @@
{
"current": {
"selected": false,
"text": "Postgres",
"value": "Postgres"
"text": "BlockyPostgres",
"value": "blockypostgres"
},
"hide": 0,
"includeAll": false,
"label": "datasource",
"multi": false,
"name": "DS_POSTGRES",
"label": "datasource",
"options": [],
"query": "Postgres",
"query": "grafana-postgresql-datasource",
"refresh": 1,
"regex": "",
"skipUrlSync": false,

View File

@ -318,7 +318,7 @@ configmap:
- name: BlockyPostgres
type: postgres
uid: blockypostgres
url: {{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }}
url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
access: proxy
user: {{ .Values.cnpg.main.user }}
secureJsonData:
@ -330,7 +330,7 @@ configmap:
maxIdleConns: 100 # Grafana v5.4+
maxIdleConnsAuto: true # Grafana v9.5.1+
connMaxLifetime: 14400 # Grafana v5.4+
postgresVersion: 1000 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
postgresVersion: 1500 # 903=9.3, 904=9.4, 905=9.5, 906=9.6, 1000=10
timescaledb: false
metrics: