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