From 3635b7f5f6b69bb9bcea2df9eb406bb2b49b4e3d Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Jul 2023 21:37:22 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/filebrowser/5.0.24/app-changelog.md | 9 --------- .../{5.0.24 => 5.0.25}/CHANGELOG.md | 18 +++++++++--------- .../filebrowser/{5.0.24 => 5.0.25}/Chart.yaml | 4 ++-- .../filebrowser/{5.0.24 => 5.0.25}/README.md | 0 stable/filebrowser/5.0.25/app-changelog.md | 9 +++++++++ .../{5.0.24 => 5.0.25}/app-readme.md | 0 .../charts/common-12.15.0.tgz | Bin .../{5.0.24 => 5.0.25}/ix_values.yaml | 2 +- .../{5.0.24 => 5.0.25}/questions.yaml | 0 .../{5.0.24 => 5.0.25}/templates/NOTES.txt | 0 .../{5.0.24 => 5.0.25}/templates/common.yaml | 0 .../{5.0.24 => 5.0.25}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/filebrowser/5.0.24/app-changelog.md rename stable/filebrowser/{5.0.24 => 5.0.25}/CHANGELOG.md (90%) rename stable/filebrowser/{5.0.24 => 5.0.25}/Chart.yaml (95%) rename stable/filebrowser/{5.0.24 => 5.0.25}/README.md (100%) create mode 100644 stable/filebrowser/5.0.25/app-changelog.md rename stable/filebrowser/{5.0.24 => 5.0.25}/app-readme.md (100%) rename stable/filebrowser/{5.0.24 => 5.0.25}/charts/common-12.15.0.tgz (100%) rename stable/filebrowser/{5.0.24 => 5.0.25}/ix_values.yaml (91%) rename stable/filebrowser/{5.0.24 => 5.0.25}/questions.yaml (100%) rename stable/filebrowser/{5.0.24 => 5.0.25}/templates/NOTES.txt (100%) rename stable/filebrowser/{5.0.24 => 5.0.25}/templates/common.yaml (100%) rename stable/filebrowser/{5.0.24 => 5.0.25}/values.yaml (100%) diff --git a/stable/filebrowser/5.0.24/app-changelog.md b/stable/filebrowser/5.0.24/app-changelog.md deleted file mode 100644 index 2aabac74f1d..00000000000 --- a/stable/filebrowser/5.0.24/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [filebrowser-5.0.24](https://github.com/truecharts/charts/compare/filebrowser-5.0.23...filebrowser-5.0.24) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - \ No newline at end of file diff --git a/stable/filebrowser/5.0.24/CHANGELOG.md b/stable/filebrowser/5.0.25/CHANGELOG.md similarity index 90% rename from stable/filebrowser/5.0.24/CHANGELOG.md rename to stable/filebrowser/5.0.25/CHANGELOG.md index 66a52cd28c5..127e0dfbbb1 100644 --- a/stable/filebrowser/5.0.24/CHANGELOG.md +++ b/stable/filebrowser/5.0.25/CHANGELOG.md @@ -4,6 +4,15 @@ +## [filebrowser-5.0.25](https://github.com/truecharts/charts/compare/filebrowser-5.0.24...filebrowser-5.0.25) (2023-07-29) + +### Chore + +- update container image tccr.io/truecharts/filebrowser to v2.24.0 ([#11015](https://github.com/truecharts/charts/issues/11015)) + + + + ## [filebrowser-5.0.24](https://github.com/truecharts/charts/compare/filebrowser-5.0.23...filebrowser-5.0.24) (2023-07-29) ### Chore @@ -88,12 +97,3 @@ - -## [filebrowser-5.0.15](https://github.com/truecharts/charts/compare/filebrowser-5.0.14...filebrowser-5.0.15) (2023-05-24) - -### Chore - -- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125)) - - - diff --git a/stable/filebrowser/5.0.24/Chart.yaml b/stable/filebrowser/5.0.25/Chart.yaml similarity index 95% rename from stable/filebrowser/5.0.24/Chart.yaml rename to stable/filebrowser/5.0.25/Chart.yaml index 70d0bcf88f2..a3d70da4b9e 100644 --- a/stable/filebrowser/5.0.24/Chart.yaml +++ b/stable/filebrowser/5.0.25/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.23.0" +appVersion: "2.24.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/filebrowser/filebrowser - https://filebrowser.org/cli/filebrowser type: application -version: 5.0.24 +version: 5.0.25 annotations: truecharts.org/catagories: | - media diff --git a/stable/filebrowser/5.0.24/README.md b/stable/filebrowser/5.0.25/README.md similarity index 100% rename from stable/filebrowser/5.0.24/README.md rename to stable/filebrowser/5.0.25/README.md diff --git a/stable/filebrowser/5.0.25/app-changelog.md b/stable/filebrowser/5.0.25/app-changelog.md new file mode 100644 index 00000000000..d41123abc96 --- /dev/null +++ b/stable/filebrowser/5.0.25/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filebrowser-5.0.25](https://github.com/truecharts/charts/compare/filebrowser-5.0.24...filebrowser-5.0.25) (2023-07-29) + +### Chore + +- update container image tccr.io/truecharts/filebrowser to v2.24.0 ([#11015](https://github.com/truecharts/charts/issues/11015)) + + \ No newline at end of file diff --git a/stable/filebrowser/5.0.24/app-readme.md b/stable/filebrowser/5.0.25/app-readme.md similarity index 100% rename from stable/filebrowser/5.0.24/app-readme.md rename to stable/filebrowser/5.0.25/app-readme.md diff --git a/stable/filebrowser/5.0.24/charts/common-12.15.0.tgz b/stable/filebrowser/5.0.25/charts/common-12.15.0.tgz similarity index 100% rename from stable/filebrowser/5.0.24/charts/common-12.15.0.tgz rename to stable/filebrowser/5.0.25/charts/common-12.15.0.tgz diff --git a/stable/filebrowser/5.0.24/ix_values.yaml b/stable/filebrowser/5.0.25/ix_values.yaml similarity index 91% rename from stable/filebrowser/5.0.24/ix_values.yaml rename to stable/filebrowser/5.0.25/ix_values.yaml index 41744195797..80e6ff0a6be 100644 --- a/stable/filebrowser/5.0.24/ix_values.yaml +++ b/stable/filebrowser/5.0.25/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/filebrowser pullPolicy: IfNotPresent - tag: 2.23.0@sha256:9056708e06dfa8b668f4bf8aa2eaa6e587dbd20a218c1109126dfe38d4b77f5a + tag: v2.24.0@sha256:1a887dc9b99ac1bbf2daf685e1cf8cb73d61110a13d97d03f3c6dc408b1b1b66 workload: main: diff --git a/stable/filebrowser/5.0.24/questions.yaml b/stable/filebrowser/5.0.25/questions.yaml similarity index 100% rename from stable/filebrowser/5.0.24/questions.yaml rename to stable/filebrowser/5.0.25/questions.yaml diff --git a/stable/filebrowser/5.0.24/templates/NOTES.txt b/stable/filebrowser/5.0.25/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/5.0.24/templates/NOTES.txt rename to stable/filebrowser/5.0.25/templates/NOTES.txt diff --git a/stable/filebrowser/5.0.24/templates/common.yaml b/stable/filebrowser/5.0.25/templates/common.yaml similarity index 100% rename from stable/filebrowser/5.0.24/templates/common.yaml rename to stable/filebrowser/5.0.25/templates/common.yaml diff --git a/stable/filebrowser/5.0.24/values.yaml b/stable/filebrowser/5.0.25/values.yaml similarity index 100% rename from stable/filebrowser/5.0.24/values.yaml rename to stable/filebrowser/5.0.25/values.yaml