Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5c8d376b59
commit
c37007f5f0
|
@ -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)
|
|
@ -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
|
|
@ -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,
|
|
@ -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,
|
|
@ -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
|
Binary file not shown.
Loading…
Reference in New Issue