Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dd784b2ff3
commit
4fa9820ef0
Binary file not shown.
|
@ -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,8 +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))
|
||||
|
||||
|
||||
## [blocky-12.1.8](https://github.com/truecharts/charts/compare/blocky-12.1.7...blocky-12.1.8) (2024-01-02)
|
|
@ -10,7 +10,7 @@ apiVersion: v2
|
|||
appVersion: 0.23.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 18.0.3
|
||||
version: 18.1.2
|
||||
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.3.0
|
||||
version: 13.5.2
|
Binary file not shown.
|
@ -307,6 +307,11 @@ 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:
|
Binary file not shown.
Loading…
Reference in New Issue