Przeglądaj źródła

Publish new changes in catalog

sonicaj 1 rok temu
rodzic
commit
60864b6ac5

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


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


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

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

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


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


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


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


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


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


+ 0 - 0
charts/pihole/2.0.2/metadata.yaml → charts/pihole/2.0.3/metadata.yaml


+ 5 - 1
charts/pihole/2.0.2/migrations/migrate → charts/pihole/2.0.3/migrations/migrate

@@ -60,7 +60,7 @@ def migrate_common_lib(values):
         # Migrate Storage
         'piholeStorage': {
             'config': migrate_volume(values['appVolumeMounts']['config']),
-            'cache': migrate_volume(values['appVolumeMounts']['dnsmasq']),
+            'dnsmasq': migrate_volume(values['appVolumeMounts']['dnsmasq']),
             'additionalStorages': [
                 {
                     'type': 'hostPath',
@@ -83,6 +83,10 @@ def migrate(values):
     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')
+
     return migrate_common_lib(values)
 
 

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


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


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


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


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


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


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


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


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