From 2273edd3a4f99c37900349565353fdbf36232fac Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 5 Sep 2023 03:39:35 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/homarr/6.0.2/app-changelog.md | 9 --------- stable/homarr/{6.0.2 => 6.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/homarr/{6.0.2 => 6.0.3}/Chart.yaml | 4 ++-- stable/homarr/{6.0.2 => 6.0.3}/README.md | 0 stable/homarr/6.0.3/app-changelog.md | 9 +++++++++ stable/homarr/{6.0.2 => 6.0.3}/app-readme.md | 0 .../{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz | Bin stable/homarr/{6.0.2 => 6.0.3}/ix_values.yaml | 2 +- stable/homarr/{6.0.2 => 6.0.3}/questions.yaml | 0 .../{6.0.2 => 6.0.3}/templates/NOTES.txt | 0 .../{6.0.2 => 6.0.3}/templates/common.yaml | 0 stable/homarr/{6.0.2 => 6.0.3}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/homarr/6.0.2/app-changelog.md rename stable/homarr/{6.0.2 => 6.0.3}/CHANGELOG.md (91%) rename stable/homarr/{6.0.2 => 6.0.3}/Chart.yaml (95%) rename stable/homarr/{6.0.2 => 6.0.3}/README.md (100%) create mode 100644 stable/homarr/6.0.3/app-changelog.md rename stable/homarr/{6.0.2 => 6.0.3}/app-readme.md (100%) rename stable/homarr/{6.0.2 => 6.0.3}/charts/common-14.0.1.tgz (100%) rename stable/homarr/{6.0.2 => 6.0.3}/ix_values.yaml (79%) rename stable/homarr/{6.0.2 => 6.0.3}/questions.yaml (100%) rename stable/homarr/{6.0.2 => 6.0.3}/templates/NOTES.txt (100%) rename stable/homarr/{6.0.2 => 6.0.3}/templates/common.yaml (100%) rename stable/homarr/{6.0.2 => 6.0.3}/values.yaml (100%) diff --git a/stable/homarr/6.0.2/app-changelog.md b/stable/homarr/6.0.2/app-changelog.md deleted file mode 100644 index 59691fd56d..0000000000 --- a/stable/homarr/6.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [homarr-6.0.2](https://github.com/truecharts/charts/compare/homarr-6.0.1...homarr-6.0.2) (2023-08-16) - -### Chore - -- update container image tccr.io/truecharts/homarr to v0.13.2 ([#11614](https://github.com/truecharts/charts/issues/11614)) - - \ No newline at end of file diff --git a/stable/homarr/6.0.2/CHANGELOG.md b/stable/homarr/6.0.3/CHANGELOG.md similarity index 91% rename from stable/homarr/6.0.2/CHANGELOG.md rename to stable/homarr/6.0.3/CHANGELOG.md index 33d5d13b49..2307e7f89e 100644 --- a/stable/homarr/6.0.2/CHANGELOG.md +++ b/stable/homarr/6.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [homarr-6.0.3](https://github.com/truecharts/charts/compare/homarr-6.0.2...homarr-6.0.3) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.13.3 ([#12239](https://github.com/truecharts/charts/issues/12239)) + + + + ## [homarr-6.0.2](https://github.com/truecharts/charts/compare/homarr-6.0.1...homarr-6.0.2) (2023-08-16) ### Chore @@ -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.2/Chart.yaml b/stable/homarr/6.0.3/Chart.yaml similarity index 95% rename from stable/homarr/6.0.2/Chart.yaml rename to stable/homarr/6.0.3/Chart.yaml index f5f93a910b..5e21556bf9 100644 --- a/stable/homarr/6.0.2/Chart.yaml +++ b/stable/homarr/6.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.13.2" +appVersion: "0.13.3" 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.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - media diff --git a/stable/homarr/6.0.2/README.md b/stable/homarr/6.0.3/README.md similarity index 100% rename from stable/homarr/6.0.2/README.md rename to stable/homarr/6.0.3/README.md diff --git a/stable/homarr/6.0.3/app-changelog.md b/stable/homarr/6.0.3/app-changelog.md new file mode 100644 index 0000000000..6769b807aa --- /dev/null +++ b/stable/homarr/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [homarr-6.0.3](https://github.com/truecharts/charts/compare/homarr-6.0.2...homarr-6.0.3) (2023-09-05) + +### Chore + +- update container image tccr.io/truecharts/homarr to v0.13.3 ([#12239](https://github.com/truecharts/charts/issues/12239)) + + \ No newline at end of file diff --git a/stable/homarr/6.0.2/app-readme.md b/stable/homarr/6.0.3/app-readme.md similarity index 100% rename from stable/homarr/6.0.2/app-readme.md rename to stable/homarr/6.0.3/app-readme.md diff --git a/stable/homarr/6.0.2/charts/common-14.0.1.tgz b/stable/homarr/6.0.3/charts/common-14.0.1.tgz similarity index 100% rename from stable/homarr/6.0.2/charts/common-14.0.1.tgz rename to stable/homarr/6.0.3/charts/common-14.0.1.tgz diff --git a/stable/homarr/6.0.2/ix_values.yaml b/stable/homarr/6.0.3/ix_values.yaml similarity index 79% rename from stable/homarr/6.0.2/ix_values.yaml rename to stable/homarr/6.0.3/ix_values.yaml index b0188c3dba..9514ea226e 100644 --- a/stable/homarr/6.0.2/ix_values.yaml +++ b/stable/homarr/6.0.3/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/homarr - tag: v0.13.2@sha256:108a19fd0f4b1362108a12139e43c4efce49420f7190b8de0459ac7df5b331b7 + tag: v0.13.3@sha256:7f36d17967cf28b3f4518b00f562a3419fa3878abbd5bc1eae3fc2071a513ad1 pullPolicy: IfNotPresent service: main: diff --git a/stable/homarr/6.0.2/questions.yaml b/stable/homarr/6.0.3/questions.yaml similarity index 100% rename from stable/homarr/6.0.2/questions.yaml rename to stable/homarr/6.0.3/questions.yaml diff --git a/stable/homarr/6.0.2/templates/NOTES.txt b/stable/homarr/6.0.3/templates/NOTES.txt similarity index 100% rename from stable/homarr/6.0.2/templates/NOTES.txt rename to stable/homarr/6.0.3/templates/NOTES.txt diff --git a/stable/homarr/6.0.2/templates/common.yaml b/stable/homarr/6.0.3/templates/common.yaml similarity index 100% rename from stable/homarr/6.0.2/templates/common.yaml rename to stable/homarr/6.0.3/templates/common.yaml diff --git a/stable/homarr/6.0.2/values.yaml b/stable/homarr/6.0.3/values.yaml similarity index 100% rename from stable/homarr/6.0.2/values.yaml rename to stable/homarr/6.0.3/values.yaml