Przeglądaj źródła

Publish new changes in catalog

sonicaj 1 rok temu
rodzic
commit
9bfcc1f037

+ 0 - 0
charts/pihole/2.0.3/.helmignore → charts/pihole/2.0.4/.helmignore


+ 0 - 0
charts/pihole/2.0.3/Chart.lock → charts/pihole/2.0.4/Chart.lock


+ 1 - 1
charts/pihole/2.0.3/Chart.yaml → charts/pihole/2.0.4/Chart.yaml

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

+ 0 - 0
charts/pihole/2.0.3/README.md → charts/pihole/2.0.4/README.md


+ 0 - 0
charts/pihole/2.0.3/app-readme.md → charts/pihole/2.0.4/app-readme.md


+ 0 - 0
charts/pihole/2.0.3/charts/common-1.2.9.tgz → charts/pihole/2.0.4/charts/common-1.2.9.tgz


+ 0 - 0
charts/pihole/2.0.3/ci/basic-values.yaml → charts/pihole/2.0.4/ci/basic-values.yaml


+ 0 - 0
charts/pihole/2.0.3/ci/nodhcp-values.yaml → charts/pihole/2.0.4/ci/nodhcp-values.yaml


+ 0 - 0
charts/pihole/2.0.3/ix_values.yaml → charts/pihole/2.0.4/ix_values.yaml


+ 2 - 0
charts/pihole/2.0.3/metadata.yaml → charts/pihole/2.0.4/metadata.yaml

@@ -23,6 +23,8 @@ capabilities:
     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: NET_RAW
+    description: Pi-hole is able to use raw sockets.
   - name: KILL
     description: Pi-hole is able to kill processes.
 hostMounts: []

+ 4 - 4
charts/pihole/2.0.3/migrations/migrate → charts/pihole/2.0.4/migrations/migrate

@@ -81,11 +81,11 @@ def migrate_common_lib(values):
 def migrate(values):
     # If this missing, we have already migrated
     if not 'appVolumeMounts' in values.keys():
-        return values
+        # Handle typo for users that already gone through the migration
+        if 'cache' in values['piholeStorage'].keys():
+            values['piholeStorage']['dnsmasq'] = values['piholeStorage'].pop('cache')
 
-    # Handle typo for users that already gone through the migration
-    if 'cache' in values['piholeStorage'].keys():
-        values['piholeStorage']['dnsmasq'] = values['piholeStorage'].pop('cache')
+        return values
 
     return migrate_common_lib(values)
 

+ 0 - 0
charts/pihole/2.0.3/questions.yaml → charts/pihole/2.0.4/questions.yaml


+ 0 - 0
charts/pihole/2.0.3/templates/NOTES.txt → charts/pihole/2.0.4/templates/NOTES.txt


+ 0 - 0
charts/pihole/2.0.3/templates/_migration.tpl → charts/pihole/2.0.4/templates/_migration.tpl


+ 0 - 0
charts/pihole/2.0.3/templates/_persistence.tpl → charts/pihole/2.0.4/templates/_persistence.tpl


+ 1 - 0
charts/pihole/2.0.3/templates/_pihole.tpl → charts/pihole/2.0.4/templates/_pihole.tpl

@@ -20,6 +20,7 @@ workload:
             capabilities:
               add:
                 - NET_ADMIN
+                - NET_RAW
                 - NET_BIND_SERVICE
                 - CHOWN
                 - DAC_OVERRIDE

+ 0 - 0
charts/pihole/2.0.3/templates/_portal.tpl → charts/pihole/2.0.4/templates/_portal.tpl


+ 0 - 0
charts/pihole/2.0.3/templates/_service.tpl → charts/pihole/2.0.4/templates/_service.tpl


+ 0 - 0
charts/pihole/2.0.3/templates/common.yaml → charts/pihole/2.0.4/templates/common.yaml


+ 0 - 0
charts/pihole/2.0.3/to_keep_versions.md → charts/pihole/2.0.4/to_keep_versions.md