From acd5f6283091d6096aa2b456f3593eee455684d8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 2 Dec 2022 13:51:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/audiobookshelf/4.0.6/app-changelog.md | 9 --------- .../{4.0.6 => 4.0.7}/CHANGELOG.md | 18 +++++++++--------- .../{4.0.6 => 4.0.7}/Chart.yaml | 4 ++-- .../audiobookshelf/{4.0.6 => 4.0.7}/README.md | 0 stable/audiobookshelf/4.0.7/app-changelog.md | 9 +++++++++ .../{4.0.6 => 4.0.7}/app-readme.md | 0 .../{4.0.6 => 4.0.7}/charts/common-11.0.4.tgz | Bin .../{4.0.6 => 4.0.7}/ix_values.yaml | 2 +- .../{4.0.6 => 4.0.7}/questions.yaml | 0 .../{4.0.6 => 4.0.7}/templates/_secrets.tpl | 0 .../{4.0.6 => 4.0.7}/templates/common.yaml | 0 .../{4.0.6 => 4.0.7}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/audiobookshelf/4.0.6/app-changelog.md rename stable/audiobookshelf/{4.0.6 => 4.0.7}/CHANGELOG.md (94%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/Chart.yaml (96%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/README.md (100%) create mode 100644 stable/audiobookshelf/4.0.7/app-changelog.md rename stable/audiobookshelf/{4.0.6 => 4.0.7}/app-readme.md (100%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/charts/common-11.0.4.tgz (100%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/ix_values.yaml (90%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/questions.yaml (100%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/templates/_secrets.tpl (100%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/templates/common.yaml (100%) rename stable/audiobookshelf/{4.0.6 => 4.0.7}/values.yaml (100%) diff --git a/stable/audiobookshelf/4.0.6/app-changelog.md b/stable/audiobookshelf/4.0.6/app-changelog.md deleted file mode 100644 index 5cfd4cfaae..0000000000 --- a/stable/audiobookshelf/4.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [audiobookshelf-4.0.6](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.5...audiobookshelf-4.0.6) (2022-12-01) - -### Chore - -- update container image tccr.io/truecharts/audiobookshelf to v2.2.7 - - \ No newline at end of file diff --git a/stable/audiobookshelf/4.0.6/CHANGELOG.md b/stable/audiobookshelf/4.0.7/CHANGELOG.md similarity index 94% rename from stable/audiobookshelf/4.0.6/CHANGELOG.md rename to stable/audiobookshelf/4.0.7/CHANGELOG.md index c2bb7cdf0b..c7610ec094 100644 --- a/stable/audiobookshelf/4.0.6/CHANGELOG.md +++ b/stable/audiobookshelf/4.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [audiobookshelf-4.0.7](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.6...audiobookshelf-4.0.7) (2022-12-02) + +### Chore + +- update container image tccr.io/truecharts/audiobookshelf to v2.2.8 + + + + ## [audiobookshelf-4.0.6](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.5...audiobookshelf-4.0.6) (2022-12-01) ### Chore @@ -85,15 +94,6 @@ -## [audiobookshelf-4.0.5](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.3...audiobookshelf-4.0.5) (2022-11-30) - -### Chore - -- update container image tccr.io/truecharts/audiobookshelf to v2.2.6 - - - - ## [audiobookshelf-4.0.5](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.3...audiobookshelf-4.0.5) (2022-11-30) ### Chore diff --git a/stable/audiobookshelf/4.0.6/Chart.yaml b/stable/audiobookshelf/4.0.7/Chart.yaml similarity index 96% rename from stable/audiobookshelf/4.0.6/Chart.yaml rename to stable/audiobookshelf/4.0.7/Chart.yaml index c2bbd2a568..33bd5a8ab6 100644 --- a/stable/audiobookshelf/4.0.6/Chart.yaml +++ b/stable/audiobookshelf/4.0.7/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.2.7" +appVersion: "2.2.8" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://hub.docker.com/r/advplyr/audiobookshelf - https://github.com/advplyr/audiobookshelf -version: 4.0.6 +version: 4.0.7 annotations: truecharts.org/catagories: | - media diff --git a/stable/audiobookshelf/4.0.6/README.md b/stable/audiobookshelf/4.0.7/README.md similarity index 100% rename from stable/audiobookshelf/4.0.6/README.md rename to stable/audiobookshelf/4.0.7/README.md diff --git a/stable/audiobookshelf/4.0.7/app-changelog.md b/stable/audiobookshelf/4.0.7/app-changelog.md new file mode 100644 index 0000000000..979fc80d1e --- /dev/null +++ b/stable/audiobookshelf/4.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [audiobookshelf-4.0.7](https://github.com/truecharts/charts/compare/audiobookshelf-4.0.6...audiobookshelf-4.0.7) (2022-12-02) + +### Chore + +- update container image tccr.io/truecharts/audiobookshelf to v2.2.8 + + \ No newline at end of file diff --git a/stable/audiobookshelf/4.0.6/app-readme.md b/stable/audiobookshelf/4.0.7/app-readme.md similarity index 100% rename from stable/audiobookshelf/4.0.6/app-readme.md rename to stable/audiobookshelf/4.0.7/app-readme.md diff --git a/stable/audiobookshelf/4.0.6/charts/common-11.0.4.tgz b/stable/audiobookshelf/4.0.7/charts/common-11.0.4.tgz similarity index 100% rename from stable/audiobookshelf/4.0.6/charts/common-11.0.4.tgz rename to stable/audiobookshelf/4.0.7/charts/common-11.0.4.tgz diff --git a/stable/audiobookshelf/4.0.6/ix_values.yaml b/stable/audiobookshelf/4.0.7/ix_values.yaml similarity index 90% rename from stable/audiobookshelf/4.0.6/ix_values.yaml rename to stable/audiobookshelf/4.0.7/ix_values.yaml index 5a22f86cd3..74f82d2dc2 100644 --- a/stable/audiobookshelf/4.0.6/ix_values.yaml +++ b/stable/audiobookshelf/4.0.7/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/audiobookshelf - tag: 2.2.7@sha256:7163ff306c98e8c5e076609750eca0124bb975ee341411a4fa941e10b951e350 + tag: 2.2.8@sha256:4ab377e9a58c70af5a48391148bb89dde57d36367dfdeb495e4d09f91bc51fb8 pullPolicy: IfNotPresent env: diff --git a/stable/audiobookshelf/4.0.6/questions.yaml b/stable/audiobookshelf/4.0.7/questions.yaml similarity index 100% rename from stable/audiobookshelf/4.0.6/questions.yaml rename to stable/audiobookshelf/4.0.7/questions.yaml diff --git a/stable/audiobookshelf/4.0.6/templates/_secrets.tpl b/stable/audiobookshelf/4.0.7/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/4.0.6/templates/_secrets.tpl rename to stable/audiobookshelf/4.0.7/templates/_secrets.tpl diff --git a/stable/audiobookshelf/4.0.6/templates/common.yaml b/stable/audiobookshelf/4.0.7/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/4.0.6/templates/common.yaml rename to stable/audiobookshelf/4.0.7/templates/common.yaml diff --git a/stable/audiobookshelf/4.0.6/values.yaml b/stable/audiobookshelf/4.0.7/values.yaml similarity index 100% rename from stable/audiobookshelf/4.0.6/values.yaml rename to stable/audiobookshelf/4.0.7/values.yaml