Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
998677f3ac
commit
ae949c388f
|
@ -22,6 +22,10 @@ title: Changelog
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -93,8 +97,4 @@ title: Changelog
|
|||
|
||||
## [blocky-12.2.0](https://github.com/truecharts/charts/compare/blocky-12.1.8...blocky-12.2.0) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image spx01/blocky to v0.23[@24855b6](https://github.com/24855b6) by renovate ([#17023](https://github.com/truecharts/charts/issues/17023))
|
||||
### Chore
|
|
@ -44,4 +44,4 @@ sources:
|
|||
- https://hub.docker.com/r/spx01/blocky
|
||||
- https://quay.io/oriedge/k8s_gateway
|
||||
type: application
|
||||
version: 13.5.1
|
||||
version: 13.5.5
|
|
@ -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,
|
|
@ -310,15 +310,15 @@ configmap:
|
|||
datasource:
|
||||
enabled: true
|
||||
labels:
|
||||
grafana_datasource: "1"
|
||||
grafana_datasources: "1"
|
||||
data:
|
||||
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
|
Binary file not shown.
Loading…
Reference in New Issue