Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-27 17:58:23 +00:00
parent 02bef176b0
commit 828116f526
18 changed files with 2021 additions and 8 deletions

View File

@ -18,6 +18,10 @@ title: Changelog
## [blocky-12.2.7](https://github.com/truecharts/charts/compare/blocky-12.2.6...blocky-12.2.7) (2024-02-03)
### Chore
@ -93,7 +97,3 @@ title: Changelog
## [blocky-12.1.8](https://github.com/truecharts/charts/compare/blocky-12.1.7...blocky-12.1.8) (2024-01-02)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 0.23.0
dependencies:
- name: common
version: 18.0.2
version: 18.0.3
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -44,4 +44,4 @@ sources:
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
version: 13.1.2
version: 13.2.2

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -296,11 +296,21 @@ k8sgateway:
options:
- name: tls_servername
value: cloudflare-dns.com
configmap:
dashboard:
enabled: true
labels:
grafana_dashboard: '1'
data:
blocky.json: >-
{{ .Files.Get "dashboard.json" | indent 8 }}
metrics:
main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: false
enabled: true
type: "servicemonitor"
endpoints:
- port: main
@ -322,6 +332,9 @@ metrics:
# for: 5m
# labels:
# severity: critical
redis:
enabled: true
# CANNOT be defined in above yaml section
@ -342,4 +355,4 @@ cnpg:
enabled: false
user: blocky
database: blocky
updated: true