Explorar o código

Publish new changes in catalog

sonicaj hai 1 ano
pai
achega
be488e5206

+ 0 - 0
charts/pihole/2.0.0/.helmignore → charts/pihole/2.0.1/.helmignore


+ 0 - 0
charts/pihole/2.0.0/Chart.lock → charts/pihole/2.0.1/Chart.lock


+ 1 - 1
charts/pihole/2.0.0/Chart.yaml → charts/pihole/2.0.1/Chart.yaml

@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
 annotations:
   title: Pi-hole
 type: application
-version: 2.0.0
+version: 2.0.1
 apiVersion: v2
 appVersion: 2023.11.0
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/pihole/2.0.0/README.md → charts/pihole/2.0.1/README.md


+ 0 - 0
charts/pihole/2.0.0/app-readme.md → charts/pihole/2.0.1/app-readme.md


+ 0 - 0
charts/pihole/2.0.0/charts/common-1.2.9.tgz → charts/pihole/2.0.1/charts/common-1.2.9.tgz


+ 0 - 0
charts/pihole/2.0.0/ci/basic-values.yaml → charts/pihole/2.0.1/ci/basic-values.yaml


+ 0 - 0
charts/pihole/2.0.0/ci/nodhcp-values.yaml → charts/pihole/2.0.1/ci/nodhcp-values.yaml


+ 0 - 0
charts/pihole/2.0.0/ix_values.yaml → charts/pihole/2.0.1/ix_values.yaml


+ 2 - 0
charts/pihole/2.0.0/metadata.yaml → charts/pihole/2.0.1/metadata.yaml

@@ -17,6 +17,8 @@ capabilities:
     description: Pi-hole is able to set user ID for it's sub-processes.
   - name: SETFCAP
     description: Pi-hole is able to set file capabilities.
+  - name: SETPCAP
+    description: Pi-hole is able to set process capabilities.
   - name: NET_ADMIN
     description: Pi-hole is able to perform various network-related operations.
   - name: KILL

+ 0 - 0
charts/pihole/2.0.0/migrations/migrate → charts/pihole/2.0.1/migrations/migrate


+ 0 - 0
charts/pihole/2.0.0/questions.yaml → charts/pihole/2.0.1/questions.yaml


+ 0 - 0
charts/pihole/2.0.0/templates/NOTES.txt → charts/pihole/2.0.1/templates/NOTES.txt


+ 0 - 0
charts/pihole/2.0.0/templates/_migration.tpl → charts/pihole/2.0.1/templates/_migration.tpl


+ 0 - 0
charts/pihole/2.0.0/templates/_persistence.tpl → charts/pihole/2.0.1/templates/_persistence.tpl


+ 2 - 0
charts/pihole/2.0.0/templates/_pihole.tpl → charts/pihole/2.0.1/templates/_pihole.tpl

@@ -16,6 +16,7 @@ workload:
             runAsGroup: 0
             runAsNonRoot: false
             readOnlyRootFilesystem: false
+            allowPrivilegeEscalation: true
             capabilities:
               add:
                 - NET_ADMIN
@@ -25,6 +26,7 @@ workload:
                 - SETGID
                 - SETUID
                 - SETFCAP
+                - SETPCAP
                 - KILL
           env:
             WEB_PORT: {{ .Values.piholeNetwork.webPort }}

+ 0 - 0
charts/pihole/2.0.0/templates/_portal.tpl → charts/pihole/2.0.1/templates/_portal.tpl


+ 0 - 0
charts/pihole/2.0.0/templates/_service.tpl → charts/pihole/2.0.1/templates/_service.tpl


+ 0 - 0
charts/pihole/2.0.0/templates/common.yaml → charts/pihole/2.0.1/templates/common.yaml


+ 0 - 0
charts/pihole/2.0.0/to_keep_versions.md → charts/pihole/2.0.1/to_keep_versions.md