From d0bfa6a769552290e7af8913135afca7cd56562c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 27 Feb 2023 16:00:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../debian-bullseye/2.1.7/app-changelog.md | 9 --------- .../{2.1.7 => 2.1.8}/CHANGELOG.md | 18 +++++++++--------- .../{2.1.7 => 2.1.8}/Chart.yaml | 2 +- .../{2.1.7 => 2.1.8}/README.md | 0 .../debian-bullseye/2.1.8/app-changelog.md | 9 +++++++++ .../{2.1.7 => 2.1.8}/app-readme.md | 0 .../{2.1.7 => 2.1.8}/charts/common-11.1.2.tgz | Bin .../{2.1.7 => 2.1.8}/ix_values.yaml | 2 +- .../{2.1.7 => 2.1.8}/questions.yaml | 0 .../{2.1.7 => 2.1.8}/templates/common.yaml | 0 .../{2.1.7 => 2.1.8}/values.yaml | 0 11 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 incubator/debian-bullseye/2.1.7/app-changelog.md rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/CHANGELOG.md (89%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/Chart.yaml (98%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/README.md (100%) create mode 100644 incubator/debian-bullseye/2.1.8/app-changelog.md rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/app-readme.md (100%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/charts/common-11.1.2.tgz (100%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/ix_values.yaml (86%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/questions.yaml (100%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/templates/common.yaml (100%) rename incubator/debian-bullseye/{2.1.7 => 2.1.8}/values.yaml (100%) diff --git a/incubator/debian-bullseye/2.1.7/app-changelog.md b/incubator/debian-bullseye/2.1.7/app-changelog.md deleted file mode 100644 index daf4cb03f3d..00000000000 --- a/incubator/debian-bullseye/2.1.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [debian-bullseye-2.1.7](https://github.com/truecharts/charts/compare/debian-bullseye-2.1.6...debian-bullseye-2.1.7) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - \ No newline at end of file diff --git a/incubator/debian-bullseye/2.1.7/CHANGELOG.md b/incubator/debian-bullseye/2.1.8/CHANGELOG.md similarity index 89% rename from incubator/debian-bullseye/2.1.7/CHANGELOG.md rename to incubator/debian-bullseye/2.1.8/CHANGELOG.md index 09a873e522b..595bce94ee3 100644 --- a/incubator/debian-bullseye/2.1.7/CHANGELOG.md +++ b/incubator/debian-bullseye/2.1.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [debian-bullseye-2.1.8](https://github.com/truecharts/charts/compare/debian-bullseye-2.1.7...debian-bullseye-2.1.8) (2023-02-27) + +### Chore + +- update container image tccr.io/truecharts/debian-bullseye to latest + + + + ## [debian-bullseye-2.1.7](https://github.com/truecharts/charts/compare/debian-bullseye-2.1.6...debian-bullseye-2.1.7) (2023-02-10) ### Fix @@ -88,12 +97,3 @@ ## [debian-bullseye-2.0.4](https://github.com/truecharts/charts/compare/debian-bullseye-2.0.3...debian-bullseye-2.0.4) (2022-11-30) - - - -## [debian-bullseye-2.0.4](https://github.com/truecharts/charts/compare/debian-bullseye-2.0.3...debian-bullseye-2.0.4) (2022-11-30) - - - - -## [debian-bullseye-2.0.4](https://github.com/truecharts/charts/compare/debian-bullseye-2.0.3...debian-bullseye-2.0.4) (2022-11-30) diff --git a/incubator/debian-bullseye/2.1.7/Chart.yaml b/incubator/debian-bullseye/2.1.8/Chart.yaml similarity index 98% rename from incubator/debian-bullseye/2.1.7/Chart.yaml rename to incubator/debian-bullseye/2.1.8/Chart.yaml index ebdea681f50..5181cbb9e41 100644 --- a/incubator/debian-bullseye/2.1.7/Chart.yaml +++ b/incubator/debian-bullseye/2.1.8/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://hub.docker.com/r/ich777/debian-bullseye - https://www.debian.org/ type: application -version: 2.1.7 +version: 2.1.8 diff --git a/incubator/debian-bullseye/2.1.7/README.md b/incubator/debian-bullseye/2.1.8/README.md similarity index 100% rename from incubator/debian-bullseye/2.1.7/README.md rename to incubator/debian-bullseye/2.1.8/README.md diff --git a/incubator/debian-bullseye/2.1.8/app-changelog.md b/incubator/debian-bullseye/2.1.8/app-changelog.md new file mode 100644 index 00000000000..25f32524ce6 --- /dev/null +++ b/incubator/debian-bullseye/2.1.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [debian-bullseye-2.1.8](https://github.com/truecharts/charts/compare/debian-bullseye-2.1.7...debian-bullseye-2.1.8) (2023-02-27) + +### Chore + +- update container image tccr.io/truecharts/debian-bullseye to latest + + \ No newline at end of file diff --git a/incubator/debian-bullseye/2.1.7/app-readme.md b/incubator/debian-bullseye/2.1.8/app-readme.md similarity index 100% rename from incubator/debian-bullseye/2.1.7/app-readme.md rename to incubator/debian-bullseye/2.1.8/app-readme.md diff --git a/incubator/debian-bullseye/2.1.7/charts/common-11.1.2.tgz b/incubator/debian-bullseye/2.1.8/charts/common-11.1.2.tgz similarity index 100% rename from incubator/debian-bullseye/2.1.7/charts/common-11.1.2.tgz rename to incubator/debian-bullseye/2.1.8/charts/common-11.1.2.tgz diff --git a/incubator/debian-bullseye/2.1.7/ix_values.yaml b/incubator/debian-bullseye/2.1.8/ix_values.yaml similarity index 86% rename from incubator/debian-bullseye/2.1.7/ix_values.yaml rename to incubator/debian-bullseye/2.1.8/ix_values.yaml index 97416e7bfb8..d5e0bb29116 100644 --- a/incubator/debian-bullseye/2.1.7/ix_values.yaml +++ b/incubator/debian-bullseye/2.1.8/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/debian-bullseye - tag: latest@sha256:d94dc420a354be7c028b1472e40855f1641e3350e0ac8f702424096d7d82cbb1 + tag: latest@sha256:59d51cbfd2e0bf158488f337b611e0d0999c6ed0329e6cdc24680c38565fdd6d podSecurityContext: runAsGroup: 0 diff --git a/incubator/debian-bullseye/2.1.7/questions.yaml b/incubator/debian-bullseye/2.1.8/questions.yaml similarity index 100% rename from incubator/debian-bullseye/2.1.7/questions.yaml rename to incubator/debian-bullseye/2.1.8/questions.yaml diff --git a/incubator/debian-bullseye/2.1.7/templates/common.yaml b/incubator/debian-bullseye/2.1.8/templates/common.yaml similarity index 100% rename from incubator/debian-bullseye/2.1.7/templates/common.yaml rename to incubator/debian-bullseye/2.1.8/templates/common.yaml diff --git a/incubator/debian-bullseye/2.1.7/values.yaml b/incubator/debian-bullseye/2.1.8/values.yaml similarity index 100% rename from incubator/debian-bullseye/2.1.7/values.yaml rename to incubator/debian-bullseye/2.1.8/values.yaml