From 2bad606517d09b3ac8c8af8f803ef0953819581b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 21 Jul 2023 11:42:40 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/audiobookshelf/5.0.27/app-changelog.md | 9 --------- .../{5.0.27 => 5.0.28}/CHANGELOG.md | 18 +++++++++--------- .../{5.0.27 => 5.0.28}/Chart.yaml | 4 ++-- .../{5.0.27 => 5.0.28}/README.md | 0 stable/audiobookshelf/5.0.28/app-changelog.md | 9 +++++++++ .../{5.0.27 => 5.0.28}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{5.0.27 => 5.0.28}/ix_values.yaml | 2 +- .../{5.0.27 => 5.0.28}/questions.yaml | 0 .../{5.0.27 => 5.0.28}/templates/NOTES.txt | 0 .../{5.0.27 => 5.0.28}/templates/_secrets.tpl | 0 .../{5.0.27 => 5.0.28}/templates/common.yaml | 0 .../{5.0.27 => 5.0.28}/values.yaml | 0 13 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/audiobookshelf/5.0.27/app-changelog.md rename stable/audiobookshelf/{5.0.27 => 5.0.28}/CHANGELOG.md (93%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/Chart.yaml (95%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/README.md (100%) create mode 100644 stable/audiobookshelf/5.0.28/app-changelog.md rename stable/audiobookshelf/{5.0.27 => 5.0.28}/app-readme.md (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/charts/common-12.14.6.tgz (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/ix_values.yaml (92%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/questions.yaml (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/templates/NOTES.txt (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/templates/_secrets.tpl (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/templates/common.yaml (100%) rename stable/audiobookshelf/{5.0.27 => 5.0.28}/values.yaml (100%) diff --git a/stable/audiobookshelf/5.0.27/app-changelog.md b/stable/audiobookshelf/5.0.27/app-changelog.md deleted file mode 100644 index 7ed6b860985..00000000000 --- a/stable/audiobookshelf/5.0.27/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [audiobookshelf-5.0.27](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.26...audiobookshelf-5.0.27) (2023-07-19) - -### Chore - -- update container image tccr.io/truecharts/audiobookshelf to v2.3.2 ([#10600](https://github.com/truecharts/charts/issues/10600)) - - \ No newline at end of file diff --git a/stable/audiobookshelf/5.0.27/CHANGELOG.md b/stable/audiobookshelf/5.0.28/CHANGELOG.md similarity index 93% rename from stable/audiobookshelf/5.0.27/CHANGELOG.md rename to stable/audiobookshelf/5.0.28/CHANGELOG.md index d8953904484..4c96929872c 100644 --- a/stable/audiobookshelf/5.0.27/CHANGELOG.md +++ b/stable/audiobookshelf/5.0.28/CHANGELOG.md @@ -4,6 +4,15 @@ +## [audiobookshelf-5.0.28](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.27...audiobookshelf-5.0.28) (2023-07-21) + +### Chore + +- update container image tccr.io/truecharts/audiobookshelf to v2.3.3 ([#10697](https://github.com/truecharts/charts/issues/10697)) + + + + ## [audiobookshelf-5.0.27](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.26...audiobookshelf-5.0.27) (2023-07-19) ### Chore @@ -85,15 +94,6 @@ -## [audiobookshelf-5.0.25](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.24...audiobookshelf-5.0.25) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/audiobookshelf to v2.2.23 ([#9652](https://github.com/truecharts/charts/issues/9652)) - - - - ## [audiobookshelf-5.0.25](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.24...audiobookshelf-5.0.25) (2023-06-15) ### Chore diff --git a/stable/audiobookshelf/5.0.27/Chart.yaml b/stable/audiobookshelf/5.0.28/Chart.yaml similarity index 95% rename from stable/audiobookshelf/5.0.27/Chart.yaml rename to stable/audiobookshelf/5.0.28/Chart.yaml index 3be898315b4..bac073b1f88 100644 --- a/stable/audiobookshelf/5.0.27/Chart.yaml +++ b/stable/audiobookshelf/5.0.28/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.3.2" +appVersion: "2.3.3" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: audiobookshelf sources: - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - https://github.com/advplyr/audiobookshelf -version: 5.0.27 +version: 5.0.28 annotations: truecharts.org/catagories: | - media diff --git a/stable/audiobookshelf/5.0.27/README.md b/stable/audiobookshelf/5.0.28/README.md similarity index 100% rename from stable/audiobookshelf/5.0.27/README.md rename to stable/audiobookshelf/5.0.28/README.md diff --git a/stable/audiobookshelf/5.0.28/app-changelog.md b/stable/audiobookshelf/5.0.28/app-changelog.md new file mode 100644 index 00000000000..6d1db34f961 --- /dev/null +++ b/stable/audiobookshelf/5.0.28/app-changelog.md @@ -0,0 +1,9 @@ + + +## [audiobookshelf-5.0.28](https://github.com/truecharts/charts/compare/audiobookshelf-5.0.27...audiobookshelf-5.0.28) (2023-07-21) + +### Chore + +- update container image tccr.io/truecharts/audiobookshelf to v2.3.3 ([#10697](https://github.com/truecharts/charts/issues/10697)) + + \ No newline at end of file diff --git a/stable/audiobookshelf/5.0.27/app-readme.md b/stable/audiobookshelf/5.0.28/app-readme.md similarity index 100% rename from stable/audiobookshelf/5.0.27/app-readme.md rename to stable/audiobookshelf/5.0.28/app-readme.md diff --git a/stable/audiobookshelf/5.0.27/charts/common-12.14.6.tgz b/stable/audiobookshelf/5.0.28/charts/common-12.14.6.tgz similarity index 100% rename from stable/audiobookshelf/5.0.27/charts/common-12.14.6.tgz rename to stable/audiobookshelf/5.0.28/charts/common-12.14.6.tgz diff --git a/stable/audiobookshelf/5.0.27/ix_values.yaml b/stable/audiobookshelf/5.0.28/ix_values.yaml similarity index 92% rename from stable/audiobookshelf/5.0.27/ix_values.yaml rename to stable/audiobookshelf/5.0.28/ix_values.yaml index 2d1649eafb5..682c1ebf585 100644 --- a/stable/audiobookshelf/5.0.27/ix_values.yaml +++ b/stable/audiobookshelf/5.0.28/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/audiobookshelf - tag: v2.3.2@sha256:c4922354cbd2e277423999b2ad72071e8d6ae6a562418cb25a9bbb95456261af + tag: v2.3.3@sha256:9b0541caf0c1ef1290c30802c766f00793d066af2833d0c3c60ce6fc2d57179b pullPolicy: IfNotPresent securityContext: diff --git a/stable/audiobookshelf/5.0.27/questions.yaml b/stable/audiobookshelf/5.0.28/questions.yaml similarity index 100% rename from stable/audiobookshelf/5.0.27/questions.yaml rename to stable/audiobookshelf/5.0.28/questions.yaml diff --git a/stable/audiobookshelf/5.0.27/templates/NOTES.txt b/stable/audiobookshelf/5.0.28/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/5.0.27/templates/NOTES.txt rename to stable/audiobookshelf/5.0.28/templates/NOTES.txt diff --git a/stable/audiobookshelf/5.0.27/templates/_secrets.tpl b/stable/audiobookshelf/5.0.28/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/5.0.27/templates/_secrets.tpl rename to stable/audiobookshelf/5.0.28/templates/_secrets.tpl diff --git a/stable/audiobookshelf/5.0.27/templates/common.yaml b/stable/audiobookshelf/5.0.28/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/5.0.27/templates/common.yaml rename to stable/audiobookshelf/5.0.28/templates/common.yaml diff --git a/stable/audiobookshelf/5.0.27/values.yaml b/stable/audiobookshelf/5.0.28/values.yaml similarity index 100% rename from stable/audiobookshelf/5.0.27/values.yaml rename to stable/audiobookshelf/5.0.28/values.yaml