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:04:39 +00:00
parent ae949c388f
commit 5c8d376b59
18 changed files with 30 additions and 28 deletions

View File

@ -22,6 +22,10 @@ title: Changelog
@ -93,7 +97,3 @@ title: Changelog
## [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.2
version: 13.5.6

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

@ -315,10 +315,10 @@ configmap:
datasourceblockypsql.yaml: |-
apiVersion: 1
datasources:
- name: BlockyPostgresql
type: postgresql
uid: blockypostgresql
url: {{ .Values.cnpg.main.creds.portHost | default "na" }}
- name: BlockyPostgres
type: postgres
uid: blockypostgres
url: {{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }}
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