From 0dd9e5c0422eb0f934d28a08d110a5b3f4ea8537 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Apr 2023 19:33:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mosdns/5.0.7/app-changelog.md | 9 --------- stable/mosdns/{5.0.7 => 5.0.8}/CHANGELOG.md | 18 +++++++++--------- stable/mosdns/{5.0.7 => 5.0.8}/Chart.yaml | 4 ++-- stable/mosdns/{5.0.7 => 5.0.8}/README.md | 0 stable/mosdns/5.0.8/app-changelog.md | 9 +++++++++ stable/mosdns/{5.0.7 => 5.0.8}/app-readme.md | 0 .../{5.0.7 => 5.0.8}/charts/common-12.6.1.tgz | Bin stable/mosdns/{5.0.7 => 5.0.8}/ix_values.yaml | 2 +- stable/mosdns/{5.0.7 => 5.0.8}/questions.yaml | 2 +- .../{5.0.7 => 5.0.8}/templates/NOTES.txt | 0 .../{5.0.7 => 5.0.8}/templates/common.yaml | 0 stable/mosdns/{5.0.7 => 5.0.8}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/mosdns/5.0.7/app-changelog.md rename stable/mosdns/{5.0.7 => 5.0.8}/CHANGELOG.md (89%) rename stable/mosdns/{5.0.7 => 5.0.8}/Chart.yaml (95%) rename stable/mosdns/{5.0.7 => 5.0.8}/README.md (100%) create mode 100644 stable/mosdns/5.0.8/app-changelog.md rename stable/mosdns/{5.0.7 => 5.0.8}/app-readme.md (100%) rename stable/mosdns/{5.0.7 => 5.0.8}/charts/common-12.6.1.tgz (100%) rename stable/mosdns/{5.0.7 => 5.0.8}/ix_values.yaml (89%) rename stable/mosdns/{5.0.7 => 5.0.8}/questions.yaml (99%) rename stable/mosdns/{5.0.7 => 5.0.8}/templates/NOTES.txt (100%) rename stable/mosdns/{5.0.7 => 5.0.8}/templates/common.yaml (100%) rename stable/mosdns/{5.0.7 => 5.0.8}/values.yaml (100%) diff --git a/stable/mosdns/5.0.7/app-changelog.md b/stable/mosdns/5.0.7/app-changelog.md deleted file mode 100644 index 81d3741eb26..00000000000 --- a/stable/mosdns/5.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mosdns-5.0.7](https://github.com/truecharts/charts/compare/mosdns-5.0.6...mosdns-5.0.7) (2023-04-25) - -### Chore - -- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153)) - - \ No newline at end of file diff --git a/stable/mosdns/5.0.7/CHANGELOG.md b/stable/mosdns/5.0.8/CHANGELOG.md similarity index 89% rename from stable/mosdns/5.0.7/CHANGELOG.md rename to stable/mosdns/5.0.8/CHANGELOG.md index bbe1e7841b0..7fbd81ecc37 100644 --- a/stable/mosdns/5.0.7/CHANGELOG.md +++ b/stable/mosdns/5.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mosdns-5.0.8](https://github.com/truecharts/charts/compare/mosdns-5.0.7...mosdns-5.0.8) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/mosdns to v5.1.3 ([#8490](https://github.com/truecharts/charts/issues/8490)) + + + + ## [mosdns-5.0.7](https://github.com/truecharts/charts/compare/mosdns-5.0.6...mosdns-5.0.7) (2023-04-25) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/mosdns to 5.1.0 - - -## [mosdns-4.0.13](https://github.com/truecharts/charts/compare/mosdns-4.0.12...mosdns-4.0.13) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - diff --git a/stable/mosdns/5.0.7/Chart.yaml b/stable/mosdns/5.0.8/Chart.yaml similarity index 95% rename from stable/mosdns/5.0.7/Chart.yaml rename to stable/mosdns/5.0.8/Chart.yaml index 8c6caa1e043..dcbf0927eaa 100644 --- a/stable/mosdns/5.0.7/Chart.yaml +++ b/stable/mosdns/5.0.8/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: mosdns -version: 5.0.7 -appVersion: "5.1.1" +version: 5.0.8 +appVersion: "5.1.3" description: A location-based pluggable DNS forwarder/splitter. type: application deprecated: false diff --git a/stable/mosdns/5.0.7/README.md b/stable/mosdns/5.0.8/README.md similarity index 100% rename from stable/mosdns/5.0.7/README.md rename to stable/mosdns/5.0.8/README.md diff --git a/stable/mosdns/5.0.8/app-changelog.md b/stable/mosdns/5.0.8/app-changelog.md new file mode 100644 index 00000000000..77d3fc728be --- /dev/null +++ b/stable/mosdns/5.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mosdns-5.0.8](https://github.com/truecharts/charts/compare/mosdns-5.0.7...mosdns-5.0.8) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/mosdns to v5.1.3 ([#8490](https://github.com/truecharts/charts/issues/8490)) + + \ No newline at end of file diff --git a/stable/mosdns/5.0.7/app-readme.md b/stable/mosdns/5.0.8/app-readme.md similarity index 100% rename from stable/mosdns/5.0.7/app-readme.md rename to stable/mosdns/5.0.8/app-readme.md diff --git a/stable/mosdns/5.0.7/charts/common-12.6.1.tgz b/stable/mosdns/5.0.8/charts/common-12.6.1.tgz similarity index 100% rename from stable/mosdns/5.0.7/charts/common-12.6.1.tgz rename to stable/mosdns/5.0.8/charts/common-12.6.1.tgz diff --git a/stable/mosdns/5.0.7/ix_values.yaml b/stable/mosdns/5.0.8/ix_values.yaml similarity index 89% rename from stable/mosdns/5.0.7/ix_values.yaml rename to stable/mosdns/5.0.8/ix_values.yaml index 84ca9bde49e..cb42937c259 100644 --- a/stable/mosdns/5.0.7/ix_values.yaml +++ b/stable/mosdns/5.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/mosdns pullPolicy: IfNotPresent - tag: 5.1.1@sha256:ef972ef1e903ad1356921af940b7d54ba820c1a99c1ead1daff443c806126b59 + tag: 5.1.3@sha256:0e524ab64b4e3d7f10a9c2c6907704c68a17467a38b0755a845c9786d73bdf1e service: main: ports: diff --git a/stable/mosdns/5.0.7/questions.yaml b/stable/mosdns/5.0.8/questions.yaml similarity index 99% rename from stable/mosdns/5.0.7/questions.yaml rename to stable/mosdns/5.0.8/questions.yaml index e3108f950ce..505c85c97b9 100644 --- a/stable/mosdns/5.0.7/questions.yaml +++ b/stable/mosdns/5.0.8/questions.yaml @@ -672,7 +672,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/mosdns/5.0.7/templates/NOTES.txt b/stable/mosdns/5.0.8/templates/NOTES.txt similarity index 100% rename from stable/mosdns/5.0.7/templates/NOTES.txt rename to stable/mosdns/5.0.8/templates/NOTES.txt diff --git a/stable/mosdns/5.0.7/templates/common.yaml b/stable/mosdns/5.0.8/templates/common.yaml similarity index 100% rename from stable/mosdns/5.0.7/templates/common.yaml rename to stable/mosdns/5.0.8/templates/common.yaml diff --git a/stable/mosdns/5.0.7/values.yaml b/stable/mosdns/5.0.8/values.yaml similarity index 100% rename from stable/mosdns/5.0.7/values.yaml rename to stable/mosdns/5.0.8/values.yaml