diff --git a/stable/pihole/2.0.2/CHANGELOG.md b/stable/pihole/2.0.2/CHANGELOG.md deleted file mode 100644 index f5385468f97..00000000000 --- a/stable/pihole/2.0.2/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ - - -### [pihole-2.0.2](https://github.com/truecharts/apps/compare/pihole-2.0.1...pihole-2.0.2) (2021-09-14) - -#### Fix - -* update pihole versioning to 2021 scheme - diff --git a/stable/pihole/2.0.3/CHANGELOG.md b/stable/pihole/2.0.3/CHANGELOG.md new file mode 100644 index 00000000000..c6d298cd65a --- /dev/null +++ b/stable/pihole/2.0.3/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [pihole-2.0.3](https://github.com/truecharts/apps/compare/pihole-2.0.2...pihole-2.0.3) (2021-09-14) + +#### Fix + +* update pihole digest and versioning to mirror + diff --git a/stable/pihole/2.0.2/CONFIG.md b/stable/pihole/2.0.3/CONFIG.md similarity index 100% rename from stable/pihole/2.0.2/CONFIG.md rename to stable/pihole/2.0.3/CONFIG.md diff --git a/stable/pihole/2.0.2/Chart.lock b/stable/pihole/2.0.3/Chart.lock similarity index 78% rename from stable/pihole/2.0.2/Chart.lock rename to stable/pihole/2.0.3/Chart.lock index 106519ff88c..a18d05cbc20 100644 --- a/stable/pihole/2.0.2/Chart.lock +++ b/stable/pihole/2.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 7.0.12 digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0 -generated: "2021-09-14T08:40:33.974542093Z" +generated: "2021-09-14T08:58:41.826595077Z" diff --git a/stable/pihole/2.0.2/Chart.yaml b/stable/pihole/2.0.3/Chart.yaml similarity index 97% rename from stable/pihole/2.0.2/Chart.yaml rename to stable/pihole/2.0.3/Chart.yaml index d1e18d18dbb..d3c09e6bf26 100644 --- a/stable/pihole/2.0.2/Chart.yaml +++ b/stable/pihole/2.0.3/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 2.0.2 +version: 2.0.3 diff --git a/stable/pihole/2.0.2/README.md b/stable/pihole/2.0.3/README.md similarity index 100% rename from stable/pihole/2.0.2/README.md rename to stable/pihole/2.0.3/README.md diff --git a/stable/pihole/2.0.2/app-readme.md b/stable/pihole/2.0.3/app-readme.md similarity index 100% rename from stable/pihole/2.0.2/app-readme.md rename to stable/pihole/2.0.3/app-readme.md diff --git a/stable/pihole/2.0.2/charts/common-7.0.12.tgz b/stable/pihole/2.0.3/charts/common-7.0.12.tgz similarity index 100% rename from stable/pihole/2.0.2/charts/common-7.0.12.tgz rename to stable/pihole/2.0.3/charts/common-7.0.12.tgz diff --git a/stable/pihole/2.0.2/helm-values.md b/stable/pihole/2.0.3/helm-values.md similarity index 94% rename from stable/pihole/2.0.2/helm-values.md rename to stable/pihole/2.0.3/helm-values.md index 647b809c7ca..38de80055cc 100644 --- a/stable/pihole/2.0.2/helm-values.md +++ b/stable/pihole/2.0.3/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | envFrom[0].configMapRef.name | string | `"pihole-env"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/pihole"` | | -| image.tag | string | `"2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578"` | | +| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/etc/pihole"` | | diff --git a/stable/pihole/2.0.2/ix_values.yaml b/stable/pihole/2.0.3/ix_values.yaml similarity index 85% rename from stable/pihole/2.0.2/ix_values.yaml rename to stable/pihole/2.0.3/ix_values.yaml index 01264f4b0de..30d1119f39b 100644 --- a/stable/pihole/2.0.2/ix_values.yaml +++ b/stable/pihole/2.0.3/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578 + tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e envFrom: - configMapRef: diff --git a/stable/pihole/2.0.2/questions.yaml b/stable/pihole/2.0.3/questions.yaml similarity index 100% rename from stable/pihole/2.0.2/questions.yaml rename to stable/pihole/2.0.3/questions.yaml diff --git a/stable/pihole/2.0.2/templates/_configmap.tpl b/stable/pihole/2.0.3/templates/_configmap.tpl similarity index 100% rename from stable/pihole/2.0.2/templates/_configmap.tpl rename to stable/pihole/2.0.3/templates/_configmap.tpl diff --git a/stable/pihole/2.0.2/templates/common.yaml b/stable/pihole/2.0.3/templates/common.yaml similarity index 100% rename from stable/pihole/2.0.2/templates/common.yaml rename to stable/pihole/2.0.3/templates/common.yaml diff --git a/stable/pihole/2.0.2/test_values.yaml b/stable/pihole/2.0.3/test_values.yaml similarity index 89% rename from stable/pihole/2.0.2/test_values.yaml rename to stable/pihole/2.0.3/test_values.yaml index 67cffc6ce99..01a96e5f237 100644 --- a/stable/pihole/2.0.2/test_values.yaml +++ b/stable/pihole/2.0.3/test_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578 + tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e envFrom: - configMapRef: diff --git a/stable/pihole/2.0.2/values.yaml b/stable/pihole/2.0.3/values.yaml similarity index 100% rename from stable/pihole/2.0.2/values.yaml rename to stable/pihole/2.0.3/values.yaml