diff --git a/enterprise/blocky/1.0.1/CHANGELOG.md b/enterprise/blocky/1.0.2/CHANGELOG.md similarity index 84% rename from enterprise/blocky/1.0.1/CHANGELOG.md rename to enterprise/blocky/1.0.2/CHANGELOG.md index 8aeccba532..e547ec920c 100644 --- a/enterprise/blocky/1.0.1/CHANGELOG.md +++ b/enterprise/blocky/1.0.2/CHANGELOG.md @@ -2,6 +2,19 @@ +## [blocky-1.0.2](https://github.com/truecharts/charts/compare/blocky-1.0.1...blocky-1.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- disable probes until next release ([#3886](https://github.com/truecharts/charts/issues/3886)) + + + + ## [blocky-1.0.1](https://github.com/truecharts/charts/compare/blocky-1.0.0...blocky-1.0.1) (2022-09-25) ### Chore diff --git a/enterprise/blocky/1.0.1/Chart.lock b/enterprise/blocky/1.0.2/Chart.lock similarity index 85% rename from enterprise/blocky/1.0.1/Chart.lock rename to enterprise/blocky/1.0.2/Chart.lock index 8573167279..7fa2655b0f 100644 --- a/enterprise/blocky/1.0.1/Chart.lock +++ b/enterprise/blocky/1.0.2/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.67 digest: sha256:ab9d787b3d291fb6f205e683658bd0d9fe6f98a75ca07b9d4df7e4fb24373663 -generated: "2022-09-25T08:59:38.250938018Z" +generated: "2022-09-25T10:48:21.191699863Z" diff --git a/enterprise/blocky/1.0.1/Chart.yaml b/enterprise/blocky/1.0.2/Chart.yaml similarity index 98% rename from enterprise/blocky/1.0.1/Chart.yaml rename to enterprise/blocky/1.0.2/Chart.yaml index 1dac89b448..1342a8d1c2 100644 --- a/enterprise/blocky/1.0.1/Chart.yaml +++ b/enterprise/blocky/1.0.2/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend - https://hub.docker.com/r/spx01/blocky -version: 1.0.1 +version: 1.0.2 annotations: truecharts.org/catagories: | - network diff --git a/enterprise/blocky/1.0.1/README.md b/enterprise/blocky/1.0.2/README.md similarity index 100% rename from enterprise/blocky/1.0.1/README.md rename to enterprise/blocky/1.0.2/README.md diff --git a/enterprise/blocky/1.0.1/app-readme.md b/enterprise/blocky/1.0.2/app-readme.md similarity index 100% rename from enterprise/blocky/1.0.1/app-readme.md rename to enterprise/blocky/1.0.2/app-readme.md diff --git a/enterprise/blocky/1.0.1/charts/common-10.6.0.tgz b/enterprise/blocky/1.0.2/charts/common-10.6.0.tgz similarity index 100% rename from enterprise/blocky/1.0.1/charts/common-10.6.0.tgz rename to enterprise/blocky/1.0.2/charts/common-10.6.0.tgz diff --git a/enterprise/blocky/1.0.1/charts/redis-3.0.67.tgz b/enterprise/blocky/1.0.2/charts/redis-3.0.67.tgz similarity index 100% rename from enterprise/blocky/1.0.1/charts/redis-3.0.67.tgz rename to enterprise/blocky/1.0.2/charts/redis-3.0.67.tgz diff --git a/enterprise/blocky/1.0.1/ci/k8sgateway-values.yaml b/enterprise/blocky/1.0.2/ci/k8sgateway-values.yaml similarity index 100% rename from enterprise/blocky/1.0.1/ci/k8sgateway-values.yaml rename to enterprise/blocky/1.0.2/ci/k8sgateway-values.yaml diff --git a/enterprise/blocky/1.0.1/ci/standalone-values.yaml b/enterprise/blocky/1.0.2/ci/standalone-values.yaml similarity index 100% rename from enterprise/blocky/1.0.1/ci/standalone-values.yaml rename to enterprise/blocky/1.0.2/ci/standalone-values.yaml diff --git a/enterprise/blocky/1.0.1/ix_values.yaml b/enterprise/blocky/1.0.2/ix_values.yaml similarity index 90% rename from enterprise/blocky/1.0.1/ix_values.yaml rename to enterprise/blocky/1.0.2/ix_values.yaml index 7c74a62ea5..4e5906a324 100644 --- a/enterprise/blocky/1.0.1/ix_values.yaml +++ b/enterprise/blocky/1.0.2/ix_values.yaml @@ -37,27 +37,38 @@ blocky: probes: liveness: - enabled: - custom: true - spec: - exec: - command: - - /app/blocky - - healthcheck + enabled: false + # TODO: Enable after v0.20 is released. + # Current version does not include the healthcheck command + # enabled: true + # custom: true + # spec: + # exec: + # command: + # - /app/blocky + # - healthcheck readiness: - custom: true - spec: - exec: - command: - - /app/blocky - - healthcheck + enabled: false + # TODO: Enable after v0.20 is released. + # Current version does not include the healthcheck command + # enabled: true + # custom: true + # spec: + # exec: + # command: + # - /app/blocky + # - healthcheck startup: - custom: true - spec: - exec: - command: - - /app/blocky - - healthcheck + enabled: false + # TODO: Enable after v0.20 is released. + # Current version does not include the healthcheck command + # enabled: true + # custom: true + # spec: + # exec: + # command: + # - /app/blocky + # - healthcheck service: main: diff --git a/enterprise/blocky/1.0.1/questions.yaml b/enterprise/blocky/1.0.2/questions.yaml similarity index 100% rename from enterprise/blocky/1.0.1/questions.yaml rename to enterprise/blocky/1.0.2/questions.yaml diff --git a/enterprise/blocky/1.0.1/templates/_blockyConfig.tpl b/enterprise/blocky/1.0.2/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/1.0.1/templates/_blockyConfig.tpl rename to enterprise/blocky/1.0.2/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/1.0.1/templates/_k8sgateway.tpl b/enterprise/blocky/1.0.2/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/1.0.1/templates/_k8sgateway.tpl rename to enterprise/blocky/1.0.2/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/1.0.1/templates/_webui.tpl b/enterprise/blocky/1.0.2/templates/_webui.tpl similarity index 100% rename from enterprise/blocky/1.0.1/templates/_webui.tpl rename to enterprise/blocky/1.0.2/templates/_webui.tpl diff --git a/enterprise/blocky/1.0.1/templates/common.yaml b/enterprise/blocky/1.0.2/templates/common.yaml similarity index 100% rename from enterprise/blocky/1.0.1/templates/common.yaml rename to enterprise/blocky/1.0.2/templates/common.yaml diff --git a/enterprise/blocky/1.0.1/values.yaml b/enterprise/blocky/1.0.2/values.yaml similarity index 100% rename from enterprise/blocky/1.0.1/values.yaml rename to enterprise/blocky/1.0.2/values.yaml