mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-27 01:00:25 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
Binary file not shown.
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,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))
|
||||
|
||||
@@ -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
|
||||
BIN
enterprise/blocky/13.5.3/charts/common-18.1.2.tgz
Normal file
BIN
enterprise/blocky/13.5.3/charts/common-18.1.2.tgz
Normal file
Binary file not shown.
BIN
enterprise/blocky/13.5.3/charts/redis-11.2.1.tgz
Normal file
BIN
enterprise/blocky/13.5.3/charts/redis-11.2.1.tgz
Normal file
Binary file not shown.
@@ -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 }}
|
||||
Binary file not shown.
Reference in New Issue
Block a user