diff --git a/enterprise/blocky/13.5.1/.helmignore b/enterprise/blocky/13.5.5/.helmignore similarity index 100% rename from enterprise/blocky/13.5.1/.helmignore rename to enterprise/blocky/13.5.5/.helmignore diff --git a/enterprise/blocky/13.5.1/CHANGELOG.md b/enterprise/blocky/13.5.5/CHANGELOG.md similarity index 92% rename from enterprise/blocky/13.5.1/CHANGELOG.md rename to enterprise/blocky/13.5.5/CHANGELOG.md index dadf667c248..3cffcc3d11b 100644 --- a/enterprise/blocky/13.5.1/CHANGELOG.md +++ b/enterprise/blocky/13.5.5/CHANGELOG.md @@ -22,6 +22,10 @@ title: Changelog + + + + @@ -93,8 +97,4 @@ title: Changelog ## [blocky-12.2.0](https://github.com/truecharts/charts/compare/blocky-12.1.8...blocky-12.2.0) (2024-01-08) -### Chore - - - -- update container image spx01/blocky to v0.23[@24855b6](https://github.com/24855b6) by renovate ([#17023](https://github.com/truecharts/charts/issues/17023)) \ No newline at end of file +### Chore \ No newline at end of file diff --git a/enterprise/blocky/13.5.1/Chart.yaml b/enterprise/blocky/13.5.5/Chart.yaml similarity index 98% rename from enterprise/blocky/13.5.1/Chart.yaml rename to enterprise/blocky/13.5.5/Chart.yaml index 2b96980041c..7af857d8744 100644 --- a/enterprise/blocky/13.5.1/Chart.yaml +++ b/enterprise/blocky/13.5.5/Chart.yaml @@ -44,4 +44,4 @@ sources: - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway type: application -version: 13.5.1 +version: 13.5.5 diff --git a/enterprise/blocky/13.5.1/LICENSE b/enterprise/blocky/13.5.5/LICENSE similarity index 100% rename from enterprise/blocky/13.5.1/LICENSE rename to enterprise/blocky/13.5.5/LICENSE diff --git a/enterprise/blocky/13.5.1/README.md b/enterprise/blocky/13.5.5/README.md similarity index 100% rename from enterprise/blocky/13.5.1/README.md rename to enterprise/blocky/13.5.5/README.md diff --git a/enterprise/blocky/13.5.1/app-readme.md b/enterprise/blocky/13.5.5/app-readme.md similarity index 100% rename from enterprise/blocky/13.5.1/app-readme.md rename to enterprise/blocky/13.5.5/app-readme.md diff --git a/enterprise/blocky/13.5.1/charts/common-18.1.2.tgz b/enterprise/blocky/13.5.5/charts/common-18.1.2.tgz similarity index 100% rename from enterprise/blocky/13.5.1/charts/common-18.1.2.tgz rename to enterprise/blocky/13.5.5/charts/common-18.1.2.tgz diff --git a/enterprise/blocky/13.5.1/charts/redis-11.2.1.tgz b/enterprise/blocky/13.5.5/charts/redis-11.2.1.tgz similarity index 100% rename from enterprise/blocky/13.5.1/charts/redis-11.2.1.tgz rename to enterprise/blocky/13.5.5/charts/redis-11.2.1.tgz diff --git a/enterprise/blocky/13.5.1/dashboard.json b/enterprise/blocky/13.5.5/dashboard.json similarity index 100% rename from enterprise/blocky/13.5.1/dashboard.json rename to enterprise/blocky/13.5.5/dashboard.json diff --git a/enterprise/blocky/13.5.1/dashboardpsql.json b/enterprise/blocky/13.5.5/dashboardpsql.json similarity index 99% rename from enterprise/blocky/13.5.1/dashboardpsql.json rename to enterprise/blocky/13.5.5/dashboardpsql.json index 26fa993276a..c03ae83780e 100644 --- a/enterprise/blocky/13.5.1/dashboardpsql.json +++ b/enterprise/blocky/13.5.5/dashboardpsql.json @@ -803,8 +803,8 @@ { "current": { "selected": false, - "text": "Postgresql", - "value": "Postgresql" + "text": "Postgres", + "value": "Postgres" }, "hide": 0, "includeAll": false, @@ -812,7 +812,7 @@ "name": "DS_POSTGRES", "label": "datasource", "options": [], - "query": "postgresql", + "query": "Postgres", "refresh": 1, "regex": "", "skipUrlSync": false, diff --git a/enterprise/blocky/13.5.1/ix_values.yaml b/enterprise/blocky/13.5.5/ix_values.yaml similarity index 97% rename from enterprise/blocky/13.5.1/ix_values.yaml rename to enterprise/blocky/13.5.5/ix_values.yaml index 12b04d880f6..a328d979715 100644 --- a/enterprise/blocky/13.5.1/ix_values.yaml +++ b/enterprise/blocky/13.5.5/ix_values.yaml @@ -310,15 +310,15 @@ configmap: datasource: enabled: true labels: - grafana_datasource: "1" + grafana_datasources: "1" data: datasourceblockypsql.yaml: |- apiVersion: 1 datasources: - - name: BlockyPostgresql - type: postgresql - uid: blockypostgresql - url: {{ .Values.cnpg.main.creds.portHost | default "na" }} + - name: BlockyPostgres + type: postgres + uid: blockypostgres + url: {{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }} access: proxy user: {{ .Values.cnpg.main.user }} secureJsonData: @@ -375,6 +375,7 @@ queryLog: creationAttempts: 3 # optional: Time between the creation attempts, default: 2s creationCooldown: 2s + cnpg: main: enabled: true diff --git a/enterprise/blocky/13.5.1/questions.yaml b/enterprise/blocky/13.5.5/questions.yaml similarity index 100% rename from enterprise/blocky/13.5.1/questions.yaml rename to enterprise/blocky/13.5.5/questions.yaml diff --git a/enterprise/blocky/13.5.1/templates/NOTES.txt b/enterprise/blocky/13.5.5/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/13.5.1/templates/NOTES.txt rename to enterprise/blocky/13.5.5/templates/NOTES.txt diff --git a/enterprise/blocky/13.5.1/templates/_blockyConfig.tpl b/enterprise/blocky/13.5.5/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/13.5.1/templates/_blockyConfig.tpl rename to enterprise/blocky/13.5.5/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/13.5.1/templates/_k8sgateway.tpl b/enterprise/blocky/13.5.5/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/13.5.1/templates/_k8sgateway.tpl rename to enterprise/blocky/13.5.5/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/13.5.1/templates/common.yaml b/enterprise/blocky/13.5.5/templates/common.yaml similarity index 100% rename from enterprise/blocky/13.5.1/templates/common.yaml rename to enterprise/blocky/13.5.5/templates/common.yaml diff --git a/enterprise/blocky/13.5.1/values.yaml b/enterprise/blocky/13.5.5/values.yaml similarity index 100% rename from enterprise/blocky/13.5.1/values.yaml rename to enterprise/blocky/13.5.5/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 016dcb05c81..437d9372538 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