diff --git a/enterprise/blocky/13.4.0/charts/common-18.0.3.tgz b/enterprise/blocky/13.4.0/charts/common-18.0.3.tgz deleted file mode 100644 index 94e930e88c1..00000000000 Binary files a/enterprise/blocky/13.4.0/charts/common-18.0.3.tgz and /dev/null differ diff --git a/enterprise/blocky/13.4.0/charts/redis-11.3.0.tgz b/enterprise/blocky/13.4.0/charts/redis-11.3.0.tgz deleted file mode 100644 index 15df7e8184a..00000000000 Binary files a/enterprise/blocky/13.4.0/charts/redis-11.3.0.tgz and /dev/null differ diff --git a/enterprise/blocky/13.4.0/.helmignore b/enterprise/blocky/13.5.3/.helmignore similarity index 100% rename from enterprise/blocky/13.4.0/.helmignore rename to enterprise/blocky/13.5.3/.helmignore diff --git a/enterprise/blocky/13.4.0/CHANGELOG.md b/enterprise/blocky/13.5.3/CHANGELOG.md similarity index 92% rename from enterprise/blocky/13.4.0/CHANGELOG.md rename to enterprise/blocky/13.5.3/CHANGELOG.md index 340d08a8a6b..e590f9e996d 100644 --- a/enterprise/blocky/13.4.0/CHANGELOG.md +++ b/enterprise/blocky/13.5.3/CHANGELOG.md @@ -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)) - diff --git a/enterprise/blocky/13.4.0/Chart.yaml b/enterprise/blocky/13.5.3/Chart.yaml similarity index 92% rename from enterprise/blocky/13.4.0/Chart.yaml rename to enterprise/blocky/13.5.3/Chart.yaml index 652de99e56c..6dd8e59210f 100644 --- a/enterprise/blocky/13.4.0/Chart.yaml +++ b/enterprise/blocky/13.5.3/Chart.yaml @@ -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 diff --git a/enterprise/blocky/13.4.0/LICENSE b/enterprise/blocky/13.5.3/LICENSE similarity index 100% rename from enterprise/blocky/13.4.0/LICENSE rename to enterprise/blocky/13.5.3/LICENSE diff --git a/enterprise/blocky/13.4.0/README.md b/enterprise/blocky/13.5.3/README.md similarity index 100% rename from enterprise/blocky/13.4.0/README.md rename to enterprise/blocky/13.5.3/README.md diff --git a/enterprise/blocky/13.4.0/app-readme.md b/enterprise/blocky/13.5.3/app-readme.md similarity index 100% rename from enterprise/blocky/13.4.0/app-readme.md rename to enterprise/blocky/13.5.3/app-readme.md diff --git a/enterprise/blocky/13.5.3/charts/common-18.1.2.tgz b/enterprise/blocky/13.5.3/charts/common-18.1.2.tgz new file mode 100644 index 00000000000..afb1de8120d Binary files /dev/null and b/enterprise/blocky/13.5.3/charts/common-18.1.2.tgz differ diff --git a/enterprise/blocky/13.5.3/charts/redis-11.2.1.tgz b/enterprise/blocky/13.5.3/charts/redis-11.2.1.tgz new file mode 100644 index 00000000000..0a779a6f4f2 Binary files /dev/null and b/enterprise/blocky/13.5.3/charts/redis-11.2.1.tgz differ diff --git a/enterprise/blocky/13.4.0/dashboard.json b/enterprise/blocky/13.5.3/dashboard.json similarity index 100% rename from enterprise/blocky/13.4.0/dashboard.json rename to enterprise/blocky/13.5.3/dashboard.json diff --git a/enterprise/blocky/13.4.0/dashboardpsql.json b/enterprise/blocky/13.5.3/dashboardpsql.json similarity index 100% rename from enterprise/blocky/13.4.0/dashboardpsql.json rename to enterprise/blocky/13.5.3/dashboardpsql.json diff --git a/enterprise/blocky/13.4.0/ix_values.yaml b/enterprise/blocky/13.5.3/ix_values.yaml similarity index 98% rename from enterprise/blocky/13.4.0/ix_values.yaml rename to enterprise/blocky/13.5.3/ix_values.yaml index 924b228709f..64e1ac95f8c 100644 --- a/enterprise/blocky/13.4.0/ix_values.yaml +++ b/enterprise/blocky/13.5.3/ix_values.yaml @@ -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 }} diff --git a/enterprise/blocky/13.4.0/questions.yaml b/enterprise/blocky/13.5.3/questions.yaml similarity index 100% rename from enterprise/blocky/13.4.0/questions.yaml rename to enterprise/blocky/13.5.3/questions.yaml diff --git a/enterprise/blocky/13.4.0/templates/NOTES.txt b/enterprise/blocky/13.5.3/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/13.4.0/templates/NOTES.txt rename to enterprise/blocky/13.5.3/templates/NOTES.txt diff --git a/enterprise/blocky/13.4.0/templates/_blockyConfig.tpl b/enterprise/blocky/13.5.3/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/13.4.0/templates/_blockyConfig.tpl rename to enterprise/blocky/13.5.3/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/13.4.0/templates/_k8sgateway.tpl b/enterprise/blocky/13.5.3/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/13.4.0/templates/_k8sgateway.tpl rename to enterprise/blocky/13.5.3/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/13.4.0/templates/common.yaml b/enterprise/blocky/13.5.3/templates/common.yaml similarity index 100% rename from enterprise/blocky/13.4.0/templates/common.yaml rename to enterprise/blocky/13.5.3/templates/common.yaml diff --git a/enterprise/blocky/13.4.0/values.yaml b/enterprise/blocky/13.5.3/values.yaml similarity index 100% rename from enterprise/blocky/13.4.0/values.yaml rename to enterprise/blocky/13.5.3/values.yaml diff --git a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz b/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz index 0971f0110d2..858c6da53de 100644 Binary files a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz and b/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz differ