From 840820d01e564060f5485b48b045d3b966e0cfbd Mon Sep 17 00:00:00 2001 From: sonicaj Date: Fri, 16 Feb 2024 09:26:27 +0000 Subject: [PATCH] Publish new changes in catalog --- charts/pihole/{2.0.1 => 2.0.2}/.helmignore | 0 charts/pihole/{2.0.1 => 2.0.2}/Chart.lock | 0 charts/pihole/{2.0.1 => 2.0.2}/Chart.yaml | 2 +- charts/pihole/{2.0.1 => 2.0.2}/README.md | 0 charts/pihole/{2.0.1 => 2.0.2}/app-readme.md | 0 .../pihole/{2.0.1 => 2.0.2}/charts/common-1.2.9.tgz | Bin charts/pihole/{2.0.1 => 2.0.2}/ci/basic-values.yaml | 0 .../pihole/{2.0.1 => 2.0.2}/ci/nodhcp-values.yaml | 0 charts/pihole/{2.0.1 => 2.0.2}/ix_values.yaml | 0 charts/pihole/{2.0.1 => 2.0.2}/metadata.yaml | 2 ++ charts/pihole/{2.0.1 => 2.0.2}/migrations/migrate | 0 charts/pihole/{2.0.1 => 2.0.2}/questions.yaml | 0 charts/pihole/{2.0.1 => 2.0.2}/templates/NOTES.txt | 0 .../{2.0.1 => 2.0.2}/templates/_migration.tpl | 0 .../{2.0.1 => 2.0.2}/templates/_persistence.tpl | 0 .../pihole/{2.0.1 => 2.0.2}/templates/_pihole.tpl | 1 + .../pihole/{2.0.1 => 2.0.2}/templates/_portal.tpl | 0 .../pihole/{2.0.1 => 2.0.2}/templates/_service.tpl | 0 .../pihole/{2.0.1 => 2.0.2}/templates/common.yaml | 0 charts/pihole/{2.0.1 => 2.0.2}/to_keep_versions.md | 0 20 files changed, 4 insertions(+), 1 deletion(-) rename charts/pihole/{2.0.1 => 2.0.2}/.helmignore (100%) rename charts/pihole/{2.0.1 => 2.0.2}/Chart.lock (100%) rename charts/pihole/{2.0.1 => 2.0.2}/Chart.yaml (97%) rename charts/pihole/{2.0.1 => 2.0.2}/README.md (100%) rename charts/pihole/{2.0.1 => 2.0.2}/app-readme.md (100%) rename charts/pihole/{2.0.1 => 2.0.2}/charts/common-1.2.9.tgz (100%) rename charts/pihole/{2.0.1 => 2.0.2}/ci/basic-values.yaml (100%) rename charts/pihole/{2.0.1 => 2.0.2}/ci/nodhcp-values.yaml (100%) rename charts/pihole/{2.0.1 => 2.0.2}/ix_values.yaml (100%) rename charts/pihole/{2.0.1 => 2.0.2}/metadata.yaml (90%) rename charts/pihole/{2.0.1 => 2.0.2}/migrations/migrate (100%) rename charts/pihole/{2.0.1 => 2.0.2}/questions.yaml (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/NOTES.txt (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/_migration.tpl (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/_persistence.tpl (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/_pihole.tpl (98%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/_portal.tpl (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/_service.tpl (100%) rename charts/pihole/{2.0.1 => 2.0.2}/templates/common.yaml (100%) rename charts/pihole/{2.0.1 => 2.0.2}/to_keep_versions.md (100%) diff --git a/charts/pihole/2.0.1/.helmignore b/charts/pihole/2.0.2/.helmignore similarity index 100% rename from charts/pihole/2.0.1/.helmignore rename to charts/pihole/2.0.2/.helmignore diff --git a/charts/pihole/2.0.1/Chart.lock b/charts/pihole/2.0.2/Chart.lock similarity index 100% rename from charts/pihole/2.0.1/Chart.lock rename to charts/pihole/2.0.2/Chart.lock diff --git a/charts/pihole/2.0.1/Chart.yaml b/charts/pihole/2.0.2/Chart.yaml similarity index 97% rename from charts/pihole/2.0.1/Chart.yaml rename to charts/pihole/2.0.2/Chart.yaml index 4f328962ac..cadefda19b 100644 --- a/charts/pihole/2.0.1/Chart.yaml +++ b/charts/pihole/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network. annotations: title: Pi-hole type: application -version: 2.0.1 +version: 2.0.2 apiVersion: v2 appVersion: 2023.11.0 kubeVersion: '>=1.16.0-0' diff --git a/charts/pihole/2.0.1/README.md b/charts/pihole/2.0.2/README.md similarity index 100% rename from charts/pihole/2.0.1/README.md rename to charts/pihole/2.0.2/README.md diff --git a/charts/pihole/2.0.1/app-readme.md b/charts/pihole/2.0.2/app-readme.md similarity index 100% rename from charts/pihole/2.0.1/app-readme.md rename to charts/pihole/2.0.2/app-readme.md diff --git a/charts/pihole/2.0.1/charts/common-1.2.9.tgz b/charts/pihole/2.0.2/charts/common-1.2.9.tgz similarity index 100% rename from charts/pihole/2.0.1/charts/common-1.2.9.tgz rename to charts/pihole/2.0.2/charts/common-1.2.9.tgz diff --git a/charts/pihole/2.0.1/ci/basic-values.yaml b/charts/pihole/2.0.2/ci/basic-values.yaml similarity index 100% rename from charts/pihole/2.0.1/ci/basic-values.yaml rename to charts/pihole/2.0.2/ci/basic-values.yaml diff --git a/charts/pihole/2.0.1/ci/nodhcp-values.yaml b/charts/pihole/2.0.2/ci/nodhcp-values.yaml similarity index 100% rename from charts/pihole/2.0.1/ci/nodhcp-values.yaml rename to charts/pihole/2.0.2/ci/nodhcp-values.yaml diff --git a/charts/pihole/2.0.1/ix_values.yaml b/charts/pihole/2.0.2/ix_values.yaml similarity index 100% rename from charts/pihole/2.0.1/ix_values.yaml rename to charts/pihole/2.0.2/ix_values.yaml diff --git a/charts/pihole/2.0.1/metadata.yaml b/charts/pihole/2.0.2/metadata.yaml similarity index 90% rename from charts/pihole/2.0.1/metadata.yaml rename to charts/pihole/2.0.2/metadata.yaml index 30e578c565..e2a8f0a118 100644 --- a/charts/pihole/2.0.1/metadata.yaml +++ b/charts/pihole/2.0.2/metadata.yaml @@ -21,6 +21,8 @@ capabilities: description: Pi-hole is able to set process capabilities. - name: NET_ADMIN description: Pi-hole is able to perform various network-related operations. + - name: NET_BIND_SERVICE + description: Pi-hole is able to bind to a privileged port. - name: KILL description: Pi-hole is able to kill processes. hostMounts: [] diff --git a/charts/pihole/2.0.1/migrations/migrate b/charts/pihole/2.0.2/migrations/migrate similarity index 100% rename from charts/pihole/2.0.1/migrations/migrate rename to charts/pihole/2.0.2/migrations/migrate diff --git a/charts/pihole/2.0.1/questions.yaml b/charts/pihole/2.0.2/questions.yaml similarity index 100% rename from charts/pihole/2.0.1/questions.yaml rename to charts/pihole/2.0.2/questions.yaml diff --git a/charts/pihole/2.0.1/templates/NOTES.txt b/charts/pihole/2.0.2/templates/NOTES.txt similarity index 100% rename from charts/pihole/2.0.1/templates/NOTES.txt rename to charts/pihole/2.0.2/templates/NOTES.txt diff --git a/charts/pihole/2.0.1/templates/_migration.tpl b/charts/pihole/2.0.2/templates/_migration.tpl similarity index 100% rename from charts/pihole/2.0.1/templates/_migration.tpl rename to charts/pihole/2.0.2/templates/_migration.tpl diff --git a/charts/pihole/2.0.1/templates/_persistence.tpl b/charts/pihole/2.0.2/templates/_persistence.tpl similarity index 100% rename from charts/pihole/2.0.1/templates/_persistence.tpl rename to charts/pihole/2.0.2/templates/_persistence.tpl diff --git a/charts/pihole/2.0.1/templates/_pihole.tpl b/charts/pihole/2.0.2/templates/_pihole.tpl similarity index 98% rename from charts/pihole/2.0.1/templates/_pihole.tpl rename to charts/pihole/2.0.2/templates/_pihole.tpl index f37f53d726..76f57c1dba 100644 --- a/charts/pihole/2.0.1/templates/_pihole.tpl +++ b/charts/pihole/2.0.2/templates/_pihole.tpl @@ -20,6 +20,7 @@ workload: capabilities: add: - NET_ADMIN + - NET_BIND_SERVICE - CHOWN - DAC_OVERRIDE - FOWNER diff --git a/charts/pihole/2.0.1/templates/_portal.tpl b/charts/pihole/2.0.2/templates/_portal.tpl similarity index 100% rename from charts/pihole/2.0.1/templates/_portal.tpl rename to charts/pihole/2.0.2/templates/_portal.tpl diff --git a/charts/pihole/2.0.1/templates/_service.tpl b/charts/pihole/2.0.2/templates/_service.tpl similarity index 100% rename from charts/pihole/2.0.1/templates/_service.tpl rename to charts/pihole/2.0.2/templates/_service.tpl diff --git a/charts/pihole/2.0.1/templates/common.yaml b/charts/pihole/2.0.2/templates/common.yaml similarity index 100% rename from charts/pihole/2.0.1/templates/common.yaml rename to charts/pihole/2.0.2/templates/common.yaml diff --git a/charts/pihole/2.0.1/to_keep_versions.md b/charts/pihole/2.0.2/to_keep_versions.md similarity index 100% rename from charts/pihole/2.0.1/to_keep_versions.md rename to charts/pihole/2.0.2/to_keep_versions.md