From 056a9dd802383387c90c811b962176883aea84eb Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 20 Jan 2023 06:54:10 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/pihole/8.0.11/app-changelog.md | 9 --------- stable/pihole/{8.0.11 => 8.0.12}/CHANGELOG.md | 18 +++++++++--------- stable/pihole/{8.0.11 => 8.0.12}/Chart.yaml | 4 ++-- stable/pihole/{8.0.11 => 8.0.12}/README.md | 0 stable/pihole/8.0.12/app-changelog.md | 9 +++++++++ .../pihole/{8.0.11 => 8.0.12}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../pihole/{8.0.11 => 8.0.12}/ix_values.yaml | 2 +- .../pihole/{8.0.11 => 8.0.12}/questions.yaml | 0 .../templates/_configmap.tpl | 0 .../{8.0.11 => 8.0.12}/templates/common.yaml | 0 stable/pihole/{8.0.11 => 8.0.12}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/pihole/8.0.11/app-changelog.md rename stable/pihole/{8.0.11 => 8.0.12}/CHANGELOG.md (91%) rename stable/pihole/{8.0.11 => 8.0.12}/Chart.yaml (95%) rename stable/pihole/{8.0.11 => 8.0.12}/README.md (100%) create mode 100644 stable/pihole/8.0.12/app-changelog.md rename stable/pihole/{8.0.11 => 8.0.12}/app-readme.md (100%) rename stable/pihole/{8.0.11 => 8.0.12}/charts/common-11.1.2.tgz (100%) rename stable/pihole/{8.0.11 => 8.0.12}/ix_values.yaml (90%) rename stable/pihole/{8.0.11 => 8.0.12}/questions.yaml (100%) rename stable/pihole/{8.0.11 => 8.0.12}/templates/_configmap.tpl (100%) rename stable/pihole/{8.0.11 => 8.0.12}/templates/common.yaml (100%) rename stable/pihole/{8.0.11 => 8.0.12}/values.yaml (100%) diff --git a/stable/pihole/8.0.11/app-changelog.md b/stable/pihole/8.0.11/app-changelog.md deleted file mode 100644 index c27c3b2ca03..00000000000 --- a/stable/pihole/8.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [pihole-8.0.11](https://github.com/truecharts/charts/compare/pihole-8.0.10...pihole-8.0.11) (2023-01-19) - -### Chore - -- update container image tccr.io/truecharts/pihole to v2023.01.2 - - \ No newline at end of file diff --git a/stable/pihole/8.0.11/CHANGELOG.md b/stable/pihole/8.0.12/CHANGELOG.md similarity index 91% rename from stable/pihole/8.0.11/CHANGELOG.md rename to stable/pihole/8.0.12/CHANGELOG.md index 30d6b4916b8..dd451f23617 100644 --- a/stable/pihole/8.0.11/CHANGELOG.md +++ b/stable/pihole/8.0.12/CHANGELOG.md @@ -4,6 +4,15 @@ +## [pihole-8.0.12](https://github.com/truecharts/charts/compare/pihole-8.0.11...pihole-8.0.12) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/pihole to v2023.01.3 + + + + ## [pihole-8.0.11](https://github.com/truecharts/charts/compare/pihole-8.0.10...pihole-8.0.11) (2023-01-19) ### Chore @@ -85,15 +94,6 @@ -## [pihole-8.0.4](https://github.com/truecharts/charts/compare/pihole-8.0.2...pihole-8.0.4) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/pihole to v2022.11.2 - - - - ## [pihole-8.0.4](https://github.com/truecharts/charts/compare/pihole-8.0.2...pihole-8.0.4) (2022-11-30) ### Chore diff --git a/stable/pihole/8.0.11/Chart.yaml b/stable/pihole/8.0.12/Chart.yaml similarity index 95% rename from stable/pihole/8.0.11/Chart.yaml rename to stable/pihole/8.0.12/Chart.yaml index 01f5dfdbe95..1178ccbee2c 100644 --- a/stable/pihole/8.0.11/Chart.yaml +++ b/stable/pihole/8.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.01.2" +appVersion: "2023.01.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -22,7 +22,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 8.0.11 +version: 8.0.12 annotations: truecharts.org/catagories: | - networking diff --git a/stable/pihole/8.0.11/README.md b/stable/pihole/8.0.12/README.md similarity index 100% rename from stable/pihole/8.0.11/README.md rename to stable/pihole/8.0.12/README.md diff --git a/stable/pihole/8.0.12/app-changelog.md b/stable/pihole/8.0.12/app-changelog.md new file mode 100644 index 00000000000..302ba588041 --- /dev/null +++ b/stable/pihole/8.0.12/app-changelog.md @@ -0,0 +1,9 @@ + + +## [pihole-8.0.12](https://github.com/truecharts/charts/compare/pihole-8.0.11...pihole-8.0.12) (2023-01-20) + +### Chore + +- update container image tccr.io/truecharts/pihole to v2023.01.3 + + \ No newline at end of file diff --git a/stable/pihole/8.0.11/app-readme.md b/stable/pihole/8.0.12/app-readme.md similarity index 100% rename from stable/pihole/8.0.11/app-readme.md rename to stable/pihole/8.0.12/app-readme.md diff --git a/stable/pihole/8.0.11/charts/common-11.1.2.tgz b/stable/pihole/8.0.12/charts/common-11.1.2.tgz similarity index 100% rename from stable/pihole/8.0.11/charts/common-11.1.2.tgz rename to stable/pihole/8.0.12/charts/common-11.1.2.tgz diff --git a/stable/pihole/8.0.11/ix_values.yaml b/stable/pihole/8.0.12/ix_values.yaml similarity index 90% rename from stable/pihole/8.0.11/ix_values.yaml rename to stable/pihole/8.0.12/ix_values.yaml index d936e21855f..e5e612e01fe 100644 --- a/stable/pihole/8.0.11/ix_values.yaml +++ b/stable/pihole/8.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: 2023.01.2@sha256:0e2ddd3a44d100e3b4d0d3b9977ca32993a66b4d030db169546db4c4ef2eb424 + tag: 2023.01.3@sha256:d34c311534ac88d1076f2ad8b029e171baee4c7b8f34ad6ca69067287f53a64e securityContext: readOnlyRootFilesystem: false diff --git a/stable/pihole/8.0.11/questions.yaml b/stable/pihole/8.0.12/questions.yaml similarity index 100% rename from stable/pihole/8.0.11/questions.yaml rename to stable/pihole/8.0.12/questions.yaml diff --git a/stable/pihole/8.0.11/templates/_configmap.tpl b/stable/pihole/8.0.12/templates/_configmap.tpl similarity index 100% rename from stable/pihole/8.0.11/templates/_configmap.tpl rename to stable/pihole/8.0.12/templates/_configmap.tpl diff --git a/stable/pihole/8.0.11/templates/common.yaml b/stable/pihole/8.0.12/templates/common.yaml similarity index 100% rename from stable/pihole/8.0.11/templates/common.yaml rename to stable/pihole/8.0.12/templates/common.yaml diff --git a/stable/pihole/8.0.11/values.yaml b/stable/pihole/8.0.12/values.yaml similarity index 100% rename from stable/pihole/8.0.11/values.yaml rename to stable/pihole/8.0.12/values.yaml