diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index d0e0961722a..08a2055e866 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 1.0.3 +version: 1.0.4 diff --git a/charts/stable/pihole/SCALE/questions.yaml b/charts/stable/pihole/SCALE/questions.yaml index a413311630f..ecd823f0aa4 100644 --- a/charts/stable/pihole/SCALE/questions.yaml +++ b/charts/stable/pihole/SCALE/questions.yaml @@ -27,6 +27,7 @@ portals: - "$kubernetes-resource_configmap_portal_host" ports: - "$kubernetes-resource_configmap_portal_port" + path: "/admin/" questions: - variable: portal group: "Container Image" @@ -961,7 +962,7 @@ questions: schema: show_if: [["type", "=", "pvc"]] type: string - default: "100Gi" + default: "100Gi" - variable: persistenceList label: "Additional app storage" group: "Storage and Persistence" diff --git a/charts/stable/traefik/Chart.yaml b/charts/stable/traefik/Chart.yaml index 4b45b8adfdd..d80aad4f312 100644 --- a/charts/stable/traefik/Chart.yaml +++ b/charts/stable/traefik/Chart.yaml @@ -22,4 +22,4 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 7.0.7 +version: 7.0.8 diff --git a/charts/stable/traefik/SCALE/questions.yaml b/charts/stable/traefik/SCALE/questions.yaml index 9d928af6af2..947bbae5946 100644 --- a/charts/stable/traefik/SCALE/questions.yaml +++ b/charts/stable/traefik/SCALE/questions.yaml @@ -750,6 +750,11 @@ questions: default: 9080 editable: true required: true + - variable: redirectTo + label: "Redirect to" + schema: + type: string + default: "websecure" - variable: websecure label: "websecure Entrypoints Configuration" schema: