From ca505b4890452aafc752d29f3f18f23da7963b19 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 12 Aug 2023 07:35:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/homarr/6.0.0/app-changelog.md | 0 stable/homarr/{6.0.0 => 6.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/homarr/{6.0.0 => 6.0.1}/Chart.yaml | 4 ++-- stable/homarr/{6.0.0 => 6.0.1}/README.md | 0 stable/homarr/6.0.1/app-changelog.md | 9 +++++++++ stable/homarr/{6.0.0 => 6.0.1}/app-readme.md | 0 .../{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz | Bin stable/homarr/{6.0.0 => 6.0.1}/ix_values.yaml | 2 +- stable/homarr/{6.0.0 => 6.0.1}/questions.yaml | 0 .../{6.0.0 => 6.0.1}/templates/NOTES.txt | 0 .../{6.0.0 => 6.0.1}/templates/common.yaml | 0 stable/homarr/{6.0.0 => 6.0.1}/values.yaml | 0 12 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/homarr/6.0.0/app-changelog.md rename stable/homarr/{6.0.0 => 6.0.1}/CHANGELOG.md (91%) rename stable/homarr/{6.0.0 => 6.0.1}/Chart.yaml (95%) rename stable/homarr/{6.0.0 => 6.0.1}/README.md (100%) create mode 100644 stable/homarr/6.0.1/app-changelog.md rename stable/homarr/{6.0.0 => 6.0.1}/app-readme.md (100%) rename stable/homarr/{6.0.0 => 6.0.1}/charts/common-14.0.1.tgz (100%) rename stable/homarr/{6.0.0 => 6.0.1}/ix_values.yaml (79%) rename stable/homarr/{6.0.0 => 6.0.1}/questions.yaml (100%) rename stable/homarr/{6.0.0 => 6.0.1}/templates/NOTES.txt (100%) rename stable/homarr/{6.0.0 => 6.0.1}/templates/common.yaml (100%) rename stable/homarr/{6.0.0 => 6.0.1}/values.yaml (100%) diff --git a/stable/homarr/6.0.0/app-changelog.md b/stable/homarr/6.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/stable/homarr/6.0.0/CHANGELOG.md b/stable/homarr/6.0.1/CHANGELOG.md similarity index 91% rename from stable/homarr/6.0.0/CHANGELOG.md rename to stable/homarr/6.0.1/CHANGELOG.md index 394eb8cdd4..e9ec01a3f3 100644 --- a/stable/homarr/6.0.0/CHANGELOG.md +++ b/stable/homarr/6.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homarr-6.0.1](https://github.com/truecharts/charts/compare/homarr-6.0.0...homarr-6.0.1) (2023-08-12) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.13.1 ([#11455](https://github.com/truecharts/charts/issues/11455)) + + + + ## [homarr-6.0.0](https://github.com/truecharts/charts/compare/homarr-5.0.28...homarr-6.0.0) (2023-07-31) @@ -82,15 +91,6 @@ -## [homarr-5.0.25](https://github.com/truecharts/charts/compare/homarr-5.0.24...homarr-5.0.25) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/homarr to v0.12.3 ([#9655](https://github.com/truecharts/charts/issues/9655)) - - - - ## [homarr-5.0.25](https://github.com/truecharts/charts/compare/homarr-5.0.24...homarr-5.0.25) (2023-06-15) ### Chore diff --git a/stable/homarr/6.0.0/Chart.yaml b/stable/homarr/6.0.1/Chart.yaml similarity index 95% rename from stable/homarr/6.0.0/Chart.yaml rename to stable/homarr/6.0.1/Chart.yaml index ebad3fdee7..7e125397c0 100644 --- a/stable/homarr/6.0.0/Chart.yaml +++ b/stable/homarr/6.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.13.0" +appVersion: "0.13.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: homarr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - https://github.com/ajnart/homarr -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - media diff --git a/stable/homarr/6.0.0/README.md b/stable/homarr/6.0.1/README.md similarity index 100% rename from stable/homarr/6.0.0/README.md rename to stable/homarr/6.0.1/README.md diff --git a/stable/homarr/6.0.1/app-changelog.md b/stable/homarr/6.0.1/app-changelog.md new file mode 100644 index 0000000000..08be981a33 --- /dev/null +++ b/stable/homarr/6.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homarr-6.0.1](https://github.com/truecharts/charts/compare/homarr-6.0.0...homarr-6.0.1) (2023-08-12) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.13.1 ([#11455](https://github.com/truecharts/charts/issues/11455)) + + \ No newline at end of file diff --git a/stable/homarr/6.0.0/app-readme.md b/stable/homarr/6.0.1/app-readme.md similarity index 100% rename from stable/homarr/6.0.0/app-readme.md rename to stable/homarr/6.0.1/app-readme.md diff --git a/stable/homarr/6.0.0/charts/common-14.0.1.tgz b/stable/homarr/6.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/homarr/6.0.0/charts/common-14.0.1.tgz rename to stable/homarr/6.0.1/charts/common-14.0.1.tgz diff --git a/stable/homarr/6.0.0/ix_values.yaml b/stable/homarr/6.0.1/ix_values.yaml similarity index 79% rename from stable/homarr/6.0.0/ix_values.yaml rename to stable/homarr/6.0.1/ix_values.yaml index 3da7ddd1fd..0f237233bd 100644 --- a/stable/homarr/6.0.0/ix_values.yaml +++ b/stable/homarr/6.0.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/homarr - tag: v0.13.0@sha256:8196ffe3799185cb3a31057b2b2ef5979d5cd5e5cbcb438134298f833079ff3a + tag: v0.13.1@sha256:9186e694bf4b296162d78523247dae25e667e60510a50f2fadc89ba6c235924e pullPolicy: IfNotPresent service: main: diff --git a/stable/homarr/6.0.0/questions.yaml b/stable/homarr/6.0.1/questions.yaml similarity index 100% rename from stable/homarr/6.0.0/questions.yaml rename to stable/homarr/6.0.1/questions.yaml diff --git a/stable/homarr/6.0.0/templates/NOTES.txt b/stable/homarr/6.0.1/templates/NOTES.txt similarity index 100% rename from stable/homarr/6.0.0/templates/NOTES.txt rename to stable/homarr/6.0.1/templates/NOTES.txt diff --git a/stable/homarr/6.0.0/templates/common.yaml b/stable/homarr/6.0.1/templates/common.yaml similarity index 100% rename from stable/homarr/6.0.0/templates/common.yaml rename to stable/homarr/6.0.1/templates/common.yaml diff --git a/stable/homarr/6.0.0/values.yaml b/stable/homarr/6.0.1/values.yaml similarity index 100% rename from stable/homarr/6.0.0/values.yaml rename to stable/homarr/6.0.1/values.yaml