Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-02-28 15:35:02 +00:00
parent 4fa9820ef0
commit e86f98fc87
20 changed files with 16 additions and 11 deletions

View File

@@ -22,6 +22,10 @@ title: Changelog
## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03)
@@ -93,7 +97,3 @@ title: Changelog
### Chore
- update container image spx01/blocky to v0.23[@24855b6](https://github.com/24855b6) by renovate ([#17023](https://github.com/truecharts/charts/issues/17023))

View File

@@ -4,20 +4,20 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: network
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: enterprise
apiVersion: v2
appVersion: 0.23.0
dependencies:
- name: common
version: 18.0.3
version: 18.1.2
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 11.3.0
version: 11.2.1
repository: oci://tccr.io/truecharts
condition: redis.enabled
alias: ""
@@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
version: 13.4.0
version: 13.5.3

Binary file not shown.

Binary file not shown.

View File

@@ -307,12 +307,17 @@ configmap:
{{ .Files.Get "dashboard.json" | indent 8 }}
blockypostgres.json: >-
{{ .Files.Get "dashboardpsql.json" | indent 8 }}
datasource:
enabled: true
labels:
grafana_datasources: "1"
data:
datasourceblockypsql.yaml: |-
apiVersion: 1
datasources:
- name: BlockyPostgresql
type: postgresql
uid: blockypostgresql
- name: BlockyPostgres
type: postgres
uid: blockypostgres
url: {{ .Values.cnpg.main.creds.portHost | default "na" }}
access: proxy
user: {{ .Values.cnpg.main.user }}