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:16:42 +00:00
parent c37007f5f0
commit 0bba721bf4
18 changed files with 22 additions and 22 deletions

View File

@@ -24,6 +24,10 @@ title: Changelog
@@ -93,7 +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.4
version: 13.5.8

View File

@@ -801,22 +801,22 @@
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "Postgresql",
"value": "Postgresql"
},
"hide": 0,
"includeAll": false,
"multi": false,
"name": "DS_POSTGRES",
"label": "datasource",
"options": [],
"query": "postgresql",
"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",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"allValue": "",

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: