diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 9e2aa1e1b53..b1c9d8556dc 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend -version: 5.0.34 +version: 5.0.35 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/blocky/questions.yaml b/charts/enterprise/blocky/questions.yaml index 875f4daca55..4d06bf67bbe 100644 --- a/charts/enterprise/blocky/questions.yaml +++ b/charts/enterprise/blocky/questions.yaml @@ -689,7 +689,7 @@ questions: schema: type: boolean default: false - show_if: [["enabled", "=", "true"]] + show_if: [["enabled", "=", true]] show_subquestions_if: true subquestions: - variable: ttl diff --git a/charts/enterprise/clusterissuer/Chart.yaml b/charts/enterprise/clusterissuer/Chart.yaml index c69ea4bf3ee..c3b02eacc0c 100644 --- a/charts/enterprise/clusterissuer/Chart.yaml +++ b/charts/enterprise/clusterissuer/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager - https://cert-manager.io/ type: application -version: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/clusterissuer/questions.yaml b/charts/enterprise/clusterissuer/questions.yaml index f0ef8e91dcc..2dfa3605cf8 100644 --- a/charts/enterprise/clusterissuer/questions.yaml +++ b/charts/enterprise/clusterissuer/questions.yaml @@ -230,7 +230,7 @@ questions: schema: type: string required: true - show_if: [["selfSigned", "=", "true"]] + show_if: [["selfSigned", "=", true]] default: "my-selfsigned-ca" - variable: crt label: "Custom CA cert (experimental)" @@ -238,7 +238,7 @@ questions: schema: type: string required: true - show_if: [["selfSigned", "=", "false"]] + show_if: [["selfSigned", "=", false]] default: "" - variable: key label: "Custom CA key (experimental)" @@ -246,7 +246,7 @@ questions: schema: type: string required: true - show_if: [["selfSigned", "=", "false"]] + show_if: [["selfSigned", "=", false]] default: "" - variable: selfSigned diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml index 5e61479df55..a65a64c947d 100644 --- a/charts/stable/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - https://github.com/Sanster/lama-cleaner type: application -version: 2.0.19 +version: 2.0.20 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/lama-cleaner/questions.yaml b/charts/stable/lama-cleaner/questions.yaml index a355f0c6e9a..a80ece7d7ec 100644 --- a/charts/stable/lama-cleaner/questions.yaml +++ b/charts/stable/lama-cleaner/questions.yaml @@ -70,7 +70,7 @@ questions: description: Stable diffusion need HuggingFace access token to download model schema: type: string - show_if: [[ "sd_run_local", "=", "true"]] + show_if: [[ "sd_run_local", "=", true]] private: true default: "" - variable: sd_disable_nsfw