Prechádzať zdrojové kódy

Publish new changes in catalog

sonicaj 11 mesiacov pred
rodič
commit
c0a92aca1e

+ 0 - 0
charts/pihole/2.0.13/.helmignore → charts/pihole/2.0.14/.helmignore


+ 0 - 0
charts/pihole/2.0.13/Chart.lock → charts/pihole/2.0.14/Chart.lock


+ 1 - 1
charts/pihole/2.0.13/Chart.yaml → charts/pihole/2.0.14/Chart.yaml

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

+ 0 - 0
charts/pihole/2.0.13/README.md → charts/pihole/2.0.14/README.md


+ 0 - 0
charts/pihole/2.0.13/app-readme.md → charts/pihole/2.0.14/app-readme.md


+ 0 - 0
charts/pihole/2.0.13/charts/common-1.2.9.tgz → charts/pihole/2.0.14/charts/common-1.2.9.tgz


+ 0 - 0
charts/pihole/2.0.13/ci/basic-values.yaml → charts/pihole/2.0.14/ci/basic-values.yaml


+ 0 - 0
charts/pihole/2.0.13/ci/nodhcp-values.yaml → charts/pihole/2.0.14/ci/nodhcp-values.yaml


+ 1 - 0
charts/pihole/2.0.13/ix_values.yaml → charts/pihole/2.0.14/ix_values.yaml

@@ -18,6 +18,7 @@ piholeConfig:
 
 piholeNetwork:
   webPort: 20489
+  interfaceName: ''
   dhcp:
     enabled: false
     start: ''

+ 0 - 0
charts/pihole/2.0.13/metadata.yaml → charts/pihole/2.0.14/metadata.yaml


+ 0 - 0
charts/pihole/2.0.13/migrations/migrate → charts/pihole/2.0.14/migrations/migrate


+ 6 - 0
charts/pihole/2.0.13/questions.yaml → charts/pihole/2.0.14/questions.yaml

@@ -114,6 +114,12 @@ questions:
             min: 9000
             max: 65535
             required: true
+        - variable: interfaceName
+          label: Interface Name
+          description: The name of the interface to use for Pi-Hole.
+          schema:
+            type: string
+            default: ""
         - variable: dhcp
           label: DHCP Configuration
           schema:

+ 0 - 0
charts/pihole/2.0.13/templates/NOTES.txt → charts/pihole/2.0.14/templates/NOTES.txt


+ 0 - 0
charts/pihole/2.0.13/templates/_migration.tpl → charts/pihole/2.0.14/templates/_migration.tpl


+ 0 - 0
charts/pihole/2.0.13/templates/_persistence.tpl → charts/pihole/2.0.14/templates/_persistence.tpl


+ 1 - 0
charts/pihole/2.0.13/templates/_pihole.tpl → charts/pihole/2.0.14/templates/_pihole.tpl

@@ -33,6 +33,7 @@ workload:
           env:
             WEB_PORT: {{ .Values.piholeNetwork.webPort }}
             WEBPASSWORD: {{ .Values.piholeConfig.webPassword | quote }}
+            INTERFACE: {{ .Values.piholeNetwork.interfaceName }}
             {{- if .Values.piholeNetwork.dhcp.enabled }}
             DHCP_ACTIVE: "true"
             DHCP_START: {{ .Values.piholeNetwork.dhcp.start }}

+ 0 - 0
charts/pihole/2.0.13/templates/_portal.tpl → charts/pihole/2.0.14/templates/_portal.tpl


+ 0 - 0
charts/pihole/2.0.13/templates/_service.tpl → charts/pihole/2.0.14/templates/_service.tpl


+ 0 - 0
charts/pihole/2.0.13/templates/common.yaml → charts/pihole/2.0.14/templates/common.yaml


+ 0 - 0
charts/pihole/2.0.13/to_keep_versions.md → charts/pihole/2.0.14/to_keep_versions.md