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:08:21 +00:00
parent 5c8d376b59
commit c37007f5f0
18 changed files with 28 additions and 25 deletions

View File

@ -23,6 +23,10 @@ title: Changelog
@ -93,7 +97,4 @@ 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
## [blocky-12.2.0](https://github.com/truecharts/charts/compare/blocky-12.1.8...blocky-12.2.0) (2024-01-08)

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.3
version: 13.5.7

View File

@ -1850,22 +1850,23 @@
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"includeAll": false,
"multi": false,
"name": "DS_PROMETHEUS",
"label": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
"current": {
"selected": false,
"text": "BlockyPostgres",
"value": "blockypostgres"
},
"hide": 0,
"includeAll": false,
"label": "datasource",
"multi": false,
"name": "DS_POSTGRES",
"options": [],
"query": "grafana-postgresql-datasource",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"hide": 0,

View File

@ -803,8 +803,8 @@
{
"current": {
"selected": false,
"text": "Postgresql",
"value": "Postgresql"
"text": "Postgres",
"value": "Postgres"
},
"hide": 0,
"includeAll": false,
@ -812,7 +812,7 @@
"name": "DS_POSTGRES",
"label": "datasource",
"options": [],
"query": "postgresql",
"query": "Postgres",
"refresh": 1,
"regex": "",
"skipUrlSync": false,

View File

@ -318,7 +318,7 @@ configmap:
- name: BlockyPostgres
type: postgres
uid: blockypostgres
url: {{ .Values.cnpg.main.creds.portHost | default "na" }}
url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
access: proxy
user: {{ .Values.cnpg.main.user }}
secureJsonData:
@ -375,6 +375,7 @@ queryLog:
creationAttempts: 3
# optional: Time between the creation attempts, default: 2s
creationCooldown: 2s
cnpg:
main:
enabled: true