From 5bb8eadea3cfc088a0555778cc8ec49bac62b1c4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Apr 2023 20:54:18 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mylar/9.0.10/app-changelog.md | 9 --------- stable/mylar/{9.0.10 => 9.0.11}/CHANGELOG.md | 18 +++++++++--------- stable/mylar/{9.0.10 => 9.0.11}/Chart.yaml | 4 ++-- stable/mylar/{9.0.10 => 9.0.11}/README.md | 0 stable/mylar/9.0.11/app-changelog.md | 9 +++++++++ stable/mylar/{9.0.10 => 9.0.11}/app-readme.md | 0 .../charts/common-12.6.1.tgz | Bin .../mylar/{9.0.10 => 9.0.11}/ix_values.yaml | 2 +- .../mylar/{9.0.10 => 9.0.11}/questions.yaml | 2 +- .../{9.0.10 => 9.0.11}/templates/NOTES.txt | 0 .../{9.0.10 => 9.0.11}/templates/common.yaml | 0 stable/mylar/{9.0.10 => 9.0.11}/values.yaml | 0 12 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/mylar/9.0.10/app-changelog.md rename stable/mylar/{9.0.10 => 9.0.11}/CHANGELOG.md (90%) rename stable/mylar/{9.0.10 => 9.0.11}/Chart.yaml (95%) rename stable/mylar/{9.0.10 => 9.0.11}/README.md (100%) create mode 100644 stable/mylar/9.0.11/app-changelog.md rename stable/mylar/{9.0.10 => 9.0.11}/app-readme.md (100%) rename stable/mylar/{9.0.10 => 9.0.11}/charts/common-12.6.1.tgz (100%) rename stable/mylar/{9.0.10 => 9.0.11}/ix_values.yaml (82%) rename stable/mylar/{9.0.10 => 9.0.11}/questions.yaml (99%) rename stable/mylar/{9.0.10 => 9.0.11}/templates/NOTES.txt (100%) rename stable/mylar/{9.0.10 => 9.0.11}/templates/common.yaml (100%) rename stable/mylar/{9.0.10 => 9.0.11}/values.yaml (100%) diff --git a/stable/mylar/9.0.10/app-changelog.md b/stable/mylar/9.0.10/app-changelog.md deleted file mode 100644 index 9d9aec41247..00000000000 --- a/stable/mylar/9.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mylar-9.0.10](https://github.com/truecharts/charts/compare/mylar-9.0.9...mylar-9.0.10) (2023-04-27) - -### Chore - -- update container image tccr.io/truecharts/mylar3 to v ([#8322](https://github.com/truecharts/charts/issues/8322)) - - \ No newline at end of file diff --git a/stable/mylar/9.0.10/CHANGELOG.md b/stable/mylar/9.0.11/CHANGELOG.md similarity index 90% rename from stable/mylar/9.0.10/CHANGELOG.md rename to stable/mylar/9.0.11/CHANGELOG.md index 974c6eea78f..abd82783d10 100644 --- a/stable/mylar/9.0.10/CHANGELOG.md +++ b/stable/mylar/9.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mylar-9.0.11](https://github.com/truecharts/charts/compare/mylar-9.0.10...mylar-9.0.11) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/mylar3 to v0.7.1 ([#8496](https://github.com/truecharts/charts/issues/8496)) + + + + ## [mylar-9.0.10](https://github.com/truecharts/charts/compare/mylar-9.0.9...mylar-9.0.10) (2023-04-27) ### Chore @@ -88,12 +97,3 @@ - bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) - - -## [mylar-9.0.0](https://github.com/truecharts/charts/compare/mylar-8.0.16...mylar-9.0.0) (2023-04-11) - -### Feat - -- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - diff --git a/stable/mylar/9.0.10/Chart.yaml b/stable/mylar/9.0.11/Chart.yaml similarity index 95% rename from stable/mylar/9.0.10/Chart.yaml rename to stable/mylar/9.0.11/Chart.yaml index 65313e87154..76062601375 100644 --- a/stable/mylar/9.0.10/Chart.yaml +++ b/stable/mylar/9.0.11/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.7.0" +appVersion: "0.7.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 -version: 9.0.10 +version: 9.0.11 annotations: truecharts.org/catagories: | - media diff --git a/stable/mylar/9.0.10/README.md b/stable/mylar/9.0.11/README.md similarity index 100% rename from stable/mylar/9.0.10/README.md rename to stable/mylar/9.0.11/README.md diff --git a/stable/mylar/9.0.11/app-changelog.md b/stable/mylar/9.0.11/app-changelog.md new file mode 100644 index 00000000000..c32b807658b --- /dev/null +++ b/stable/mylar/9.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mylar-9.0.11](https://github.com/truecharts/charts/compare/mylar-9.0.10...mylar-9.0.11) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/mylar3 to v0.7.1 ([#8496](https://github.com/truecharts/charts/issues/8496)) + + \ No newline at end of file diff --git a/stable/mylar/9.0.10/app-readme.md b/stable/mylar/9.0.11/app-readme.md similarity index 100% rename from stable/mylar/9.0.10/app-readme.md rename to stable/mylar/9.0.11/app-readme.md diff --git a/stable/mylar/9.0.10/charts/common-12.6.1.tgz b/stable/mylar/9.0.11/charts/common-12.6.1.tgz similarity index 100% rename from stable/mylar/9.0.10/charts/common-12.6.1.tgz rename to stable/mylar/9.0.11/charts/common-12.6.1.tgz diff --git a/stable/mylar/9.0.10/ix_values.yaml b/stable/mylar/9.0.11/ix_values.yaml similarity index 82% rename from stable/mylar/9.0.10/ix_values.yaml rename to stable/mylar/9.0.11/ix_values.yaml index 8a5f43fdcff..47d3c74a395 100644 --- a/stable/mylar/9.0.10/ix_values.yaml +++ b/stable/mylar/9.0.11/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mylar3 - tag: 0.7.0@sha256:2cbbf76fb0eb4a166c9489a9aaf3fe87be76f75e7d775c640aa7d333269528f2 + tag: 0.7.1@sha256:e39cca30962ebeef8ee6a99a6ff467bf1fdf7e66b16621271c4105dde9763d88 pullPolicy: IfNotPresent service: main: diff --git a/stable/mylar/9.0.10/questions.yaml b/stable/mylar/9.0.11/questions.yaml similarity index 99% rename from stable/mylar/9.0.10/questions.yaml rename to stable/mylar/9.0.11/questions.yaml index 7e00e6e32db..1ceb4578020 100644 --- a/stable/mylar/9.0.10/questions.yaml +++ b/stable/mylar/9.0.11/questions.yaml @@ -924,7 +924,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/mylar/9.0.10/templates/NOTES.txt b/stable/mylar/9.0.11/templates/NOTES.txt similarity index 100% rename from stable/mylar/9.0.10/templates/NOTES.txt rename to stable/mylar/9.0.11/templates/NOTES.txt diff --git a/stable/mylar/9.0.10/templates/common.yaml b/stable/mylar/9.0.11/templates/common.yaml similarity index 100% rename from stable/mylar/9.0.10/templates/common.yaml rename to stable/mylar/9.0.11/templates/common.yaml diff --git a/stable/mylar/9.0.10/values.yaml b/stable/mylar/9.0.11/values.yaml similarity index 100% rename from stable/mylar/9.0.10/values.yaml rename to stable/mylar/9.0.11/values.yaml