From 58cea5a02629c51cb8ec9d0b6b492a8cc048be4b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 25 Sep 2022 13:45:49 +0300 Subject: [PATCH] fix(blocky): disable probes until next release (#3886) --- charts/enterprise/blocky/Chart.yaml | 2 +- charts/enterprise/blocky/values.yaml | 49 +++++++++++++++++----------- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 1dac89b4484..1342a8d1c28 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/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/charts/enterprise/blocky/values.yaml b/charts/enterprise/blocky/values.yaml index 7c74a62ea55..4e5906a3247 100644 --- a/charts/enterprise/blocky/values.yaml +++ b/charts/enterprise/blocky/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: