diff --git a/stable/jdownloader2/3.0.16/CHANGELOG.md b/stable/jdownloader2/3.0.17/CHANGELOG.md similarity index 91% rename from stable/jdownloader2/3.0.16/CHANGELOG.md rename to stable/jdownloader2/3.0.17/CHANGELOG.md index 7cef8d68092..42e0dca30ee 100644 --- a/stable/jdownloader2/3.0.16/CHANGELOG.md +++ b/stable/jdownloader2/3.0.17/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jdownloader2-3.0.17](https://github.com/truecharts/apps/compare/jdownloader2-3.0.16...jdownloader2-3.0.17) (2021-10-22) + +#### Fix + +* fix discrepancies between values.yaml and questions.yaml + + + ### [jdownloader2-3.0.16](https://github.com/truecharts/apps/compare/jdownloader2-3.0.15...jdownloader2-3.0.16) (2021-10-20) @@ -88,12 +97,3 @@ ### [jdownloader2-3.0.7](https://github.com/truecharts/apps/compare/jdownloader2-3.0.6...jdownloader2-3.0.7) (2021-10-13) - -#### Chore - -* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133)) - - - - -### [jdownloader2-3.0.6](https://github.com/truecharts/apps/compare/jdownloader2-3.0.5...jdownloader2-3.0.6) (2021-10-12) diff --git a/stable/jdownloader2/3.0.16/CONFIG.md b/stable/jdownloader2/3.0.17/CONFIG.md similarity index 100% rename from stable/jdownloader2/3.0.16/CONFIG.md rename to stable/jdownloader2/3.0.17/CONFIG.md diff --git a/stable/pihole/3.0.17/Chart.lock b/stable/jdownloader2/3.0.17/Chart.lock similarity index 78% rename from stable/pihole/3.0.17/Chart.lock rename to stable/jdownloader2/3.0.17/Chart.lock index 61da2a9e656..9cab04915b9 100644 --- a/stable/pihole/3.0.17/Chart.lock +++ b/stable/jdownloader2/3.0.17/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.14 digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367 -generated: "2021-10-20T22:57:48.398233102Z" +generated: "2021-10-22T12:18:26.800279973Z" diff --git a/stable/jdownloader2/3.0.16/Chart.yaml b/stable/jdownloader2/3.0.17/Chart.yaml similarity index 98% rename from stable/jdownloader2/3.0.16/Chart.yaml rename to stable/jdownloader2/3.0.17/Chart.yaml index fcb48b1ce38..ba629f754aa 100644 --- a/stable/jdownloader2/3.0.16/Chart.yaml +++ b/stable/jdownloader2/3.0.17/Chart.yaml @@ -23,10 +23,9 @@ sources: - https://hub.docker.com/r/jlesage/jdownloader-2 - https://jdownloader.org/ type: application -version: 3.0.16 +version: 3.0.17 annotations: truecharts.org/catagories: | - downloads - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/stable/jdownloader2/3.0.16/README.md b/stable/jdownloader2/3.0.17/README.md similarity index 100% rename from stable/jdownloader2/3.0.16/README.md rename to stable/jdownloader2/3.0.17/README.md diff --git a/stable/jdownloader2/3.0.16/app-readme.md b/stable/jdownloader2/3.0.17/app-readme.md similarity index 100% rename from stable/jdownloader2/3.0.16/app-readme.md rename to stable/jdownloader2/3.0.17/app-readme.md diff --git a/stable/jdownloader2/3.0.16/charts/common-8.3.14.tgz b/stable/jdownloader2/3.0.17/charts/common-8.3.14.tgz similarity index 100% rename from stable/jdownloader2/3.0.16/charts/common-8.3.14.tgz rename to stable/jdownloader2/3.0.17/charts/common-8.3.14.tgz diff --git a/stable/jdownloader2/3.0.16/helm-values.md b/stable/jdownloader2/3.0.17/helm-values.md similarity index 98% rename from stable/jdownloader2/3.0.16/helm-values.md rename to stable/jdownloader2/3.0.17/helm-values.md index b185bc56037..b9a203a1249 100644 --- a/stable/jdownloader2/3.0.16/helm-values.md +++ b/stable/jdownloader2/3.0.17/helm-values.md @@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here | env.KEEP_APP_RUNNING | string | `"0"` | | | env.PUID | int | `568` | | | env.SECURE_CONNECTION | string | `"0"` | | -| env.VNC_PASSWORD | string | `nil` | | +| env.VNC_PASSWORD | string | `""` | | | envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/jdownloader-2"` | | diff --git a/stable/jdownloader2/3.0.16/ix_values.yaml b/stable/jdownloader2/3.0.17/ix_values.yaml similarity index 98% rename from stable/jdownloader2/3.0.16/ix_values.yaml rename to stable/jdownloader2/3.0.17/ix_values.yaml index 06dd598e50b..dfedf718178 100644 --- a/stable/jdownloader2/3.0.16/ix_values.yaml +++ b/stable/jdownloader2/3.0.17/ix_values.yaml @@ -36,7 +36,6 @@ envTpl: env: # Permissions Settings PUID: 568 - # General Settings KEEP_APP_RUNNING: "0" CLEAN_TMP_DIR: "1" @@ -44,7 +43,7 @@ env: DISPLAY_WIDTH: "1280" DISPLAY_HEIGHT: "768" SECURE_CONNECTION: "0" - VNC_PASSWORD: + VNC_PASSWORD: "" persistence: config: diff --git a/stable/jdownloader2/3.0.16/questions.yaml b/stable/jdownloader2/3.0.17/questions.yaml similarity index 99% rename from stable/jdownloader2/3.0.16/questions.yaml rename to stable/jdownloader2/3.0.17/questions.yaml index 100b7ef2160..bfafe2ae184 100644 --- a/stable/jdownloader2/3.0.16/questions.yaml +++ b/stable/jdownloader2/3.0.17/questions.yaml @@ -800,7 +800,7 @@ questions: schema: type: dict attrs: - - variable: data + - variable: config label: "App Config Storage" description: "Stores the Application Configuration." schema: diff --git a/stable/jdownloader2/3.0.16/templates/common.yaml b/stable/jdownloader2/3.0.17/templates/common.yaml similarity index 100% rename from stable/jdownloader2/3.0.16/templates/common.yaml rename to stable/jdownloader2/3.0.17/templates/common.yaml diff --git a/stable/jdownloader2/3.0.16/values.yaml b/stable/jdownloader2/3.0.17/values.yaml similarity index 100% rename from stable/jdownloader2/3.0.16/values.yaml rename to stable/jdownloader2/3.0.17/values.yaml diff --git a/stable/pihole/3.0.17/CHANGELOG.md b/stable/pihole/3.0.18/CHANGELOG.md similarity index 91% rename from stable/pihole/3.0.17/CHANGELOG.md rename to stable/pihole/3.0.18/CHANGELOG.md index 953681824bb..298e5b1a754 100644 --- a/stable/pihole/3.0.17/CHANGELOG.md +++ b/stable/pihole/3.0.18/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [pihole-3.0.18](https://github.com/truecharts/apps/compare/pihole-3.0.17...pihole-3.0.18) (2021-10-22) + +#### Fix + +* fix discrepancies between values.yaml and questions.yaml + + + ### [pihole-3.0.17](https://github.com/truecharts/apps/compare/pihole-3.0.14...pihole-3.0.17) (2021-10-20) @@ -88,12 +97,3 @@ #### Fix -* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156)) - - - - -### [pihole-3.0.8](https://github.com/truecharts/apps/compare/pihole-3.0.7...pihole-3.0.8) (2021-10-13) - -#### Chore - diff --git a/stable/pihole/3.0.17/CONFIG.md b/stable/pihole/3.0.18/CONFIG.md similarity index 100% rename from stable/pihole/3.0.17/CONFIG.md rename to stable/pihole/3.0.18/CONFIG.md diff --git a/stable/jdownloader2/3.0.16/Chart.lock b/stable/pihole/3.0.18/Chart.lock similarity index 78% rename from stable/jdownloader2/3.0.16/Chart.lock rename to stable/pihole/3.0.18/Chart.lock index d9b8c35c917..015b8b4a33a 100644 --- a/stable/jdownloader2/3.0.16/Chart.lock +++ b/stable/pihole/3.0.18/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.14 digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367 -generated: "2021-10-20T22:34:10.831200305Z" +generated: "2021-10-22T12:18:50.339332667Z" diff --git a/stable/pihole/3.0.17/Chart.yaml b/stable/pihole/3.0.18/Chart.yaml similarity index 97% rename from stable/pihole/3.0.17/Chart.yaml rename to stable/pihole/3.0.18/Chart.yaml index 117de6bb1b8..51d8630f7f8 100644 --- a/stable/pihole/3.0.17/Chart.yaml +++ b/stable/pihole/3.0.18/Chart.yaml @@ -21,10 +21,9 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 3.0.17 +version: 3.0.18 annotations: truecharts.org/catagories: | - networking - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/stable/pihole/3.0.17/README.md b/stable/pihole/3.0.18/README.md similarity index 100% rename from stable/pihole/3.0.17/README.md rename to stable/pihole/3.0.18/README.md diff --git a/stable/pihole/3.0.17/app-readme.md b/stable/pihole/3.0.18/app-readme.md similarity index 100% rename from stable/pihole/3.0.17/app-readme.md rename to stable/pihole/3.0.18/app-readme.md diff --git a/stable/pihole/3.0.17/charts/common-8.3.14.tgz b/stable/pihole/3.0.18/charts/common-8.3.14.tgz similarity index 100% rename from stable/pihole/3.0.17/charts/common-8.3.14.tgz rename to stable/pihole/3.0.18/charts/common-8.3.14.tgz diff --git a/stable/pihole/3.0.17/helm-values.md b/stable/pihole/3.0.18/helm-values.md similarity index 95% rename from stable/pihole/3.0.17/helm-values.md rename to stable/pihole/3.0.18/helm-values.md index 472481c2048..9fe88d2b28a 100644 --- a/stable/pihole/3.0.17/helm-values.md +++ b/stable/pihole/3.0.18/helm-values.md @@ -34,8 +34,8 @@ You will, however, be able to use all values referenced in the common chart here | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service.dns-tcp.enabled | bool | `true` | | -| service.dns-tcp.ports.https.enabled | bool | `true` | | -| service.dns-tcp.ports.https.port | int | `53` | | +| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | | +| service.dns-tcp.ports.dns-tcp.port | int | `53` | | | service.dns.enabled | bool | `true` | | | service.dns.ports.dns.enabled | bool | `true` | | | service.dns.ports.dns.port | int | `53` | | diff --git a/stable/pihole/3.0.17/ix_values.yaml b/stable/pihole/3.0.18/ix_values.yaml similarity index 98% rename from stable/pihole/3.0.17/ix_values.yaml rename to stable/pihole/3.0.18/ix_values.yaml index 1191cba8132..3210654c555 100644 --- a/stable/pihole/3.0.17/ix_values.yaml +++ b/stable/pihole/3.0.18/ix_values.yaml @@ -27,7 +27,7 @@ service: dns-tcp: enabled: true ports: - https: + dns-tcp: enabled: true port: 53 dns: diff --git a/stable/pihole/3.0.17/questions.yaml b/stable/pihole/3.0.18/questions.yaml similarity index 100% rename from stable/pihole/3.0.17/questions.yaml rename to stable/pihole/3.0.18/questions.yaml diff --git a/stable/pihole/3.0.17/templates/_configmap.tpl b/stable/pihole/3.0.18/templates/_configmap.tpl similarity index 100% rename from stable/pihole/3.0.17/templates/_configmap.tpl rename to stable/pihole/3.0.18/templates/_configmap.tpl diff --git a/stable/pihole/3.0.17/templates/common.yaml b/stable/pihole/3.0.18/templates/common.yaml similarity index 100% rename from stable/pihole/3.0.17/templates/common.yaml rename to stable/pihole/3.0.18/templates/common.yaml diff --git a/stable/pihole/3.0.17/values.yaml b/stable/pihole/3.0.18/values.yaml similarity index 100% rename from stable/pihole/3.0.17/values.yaml rename to stable/pihole/3.0.18/values.yaml