From ce9082e569b1336783412dd7ece4a80ef9172c01 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Apr 2023 14:37:36 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ubooquity/6.0.0/app-changelog.md | 9 --------- .../ubooquity/{6.0.0 => 6.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/ubooquity/{6.0.0 => 6.0.1}/Chart.yaml | 2 +- stable/ubooquity/{6.0.0 => 6.0.1}/README.md | 0 stable/ubooquity/6.0.1/app-changelog.md | 9 +++++++++ .../ubooquity/{6.0.0 => 6.0.1}/app-readme.md | 0 .../{6.0.0 => 6.0.1}/charts/common-12.6.1.tgz | Bin .../ubooquity/{6.0.0 => 6.0.1}/ix_values.yaml | 2 +- .../ubooquity/{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/ubooquity/{6.0.0 => 6.0.1}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/ubooquity/6.0.0/app-changelog.md rename stable/ubooquity/{6.0.0 => 6.0.1}/CHANGELOG.md (89%) rename stable/ubooquity/{6.0.0 => 6.0.1}/Chart.yaml (98%) rename stable/ubooquity/{6.0.0 => 6.0.1}/README.md (100%) create mode 100644 stable/ubooquity/6.0.1/app-changelog.md rename stable/ubooquity/{6.0.0 => 6.0.1}/app-readme.md (100%) rename stable/ubooquity/{6.0.0 => 6.0.1}/charts/common-12.6.1.tgz (100%) rename stable/ubooquity/{6.0.0 => 6.0.1}/ix_values.yaml (91%) rename stable/ubooquity/{6.0.0 => 6.0.1}/questions.yaml (100%) rename stable/ubooquity/{6.0.0 => 6.0.1}/templates/NOTES.txt (100%) rename stable/ubooquity/{6.0.0 => 6.0.1}/templates/common.yaml (100%) rename stable/ubooquity/{6.0.0 => 6.0.1}/values.yaml (100%) diff --git a/stable/ubooquity/6.0.0/app-changelog.md b/stable/ubooquity/6.0.0/app-changelog.md deleted file mode 100644 index 043636c3b47..00000000000 --- a/stable/ubooquity/6.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ubooquity-6.0.0](https://github.com/truecharts/charts/compare/ubooquity-5.0.12...ubooquity-6.0.0) (2023-04-29) - -### Feat - -- BREAKING CHANGE migrate to new common part 3 ([#8151](https://github.com/truecharts/charts/issues/8151)) - - \ No newline at end of file diff --git a/stable/ubooquity/6.0.0/CHANGELOG.md b/stable/ubooquity/6.0.1/CHANGELOG.md similarity index 89% rename from stable/ubooquity/6.0.0/CHANGELOG.md rename to stable/ubooquity/6.0.1/CHANGELOG.md index e85089e8bfe..d3f2d38845a 100644 --- a/stable/ubooquity/6.0.0/CHANGELOG.md +++ b/stable/ubooquity/6.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ubooquity-6.0.1](https://github.com/truecharts/charts/compare/ubooquity-6.0.0...ubooquity-6.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/ubooquity to v2.1.2 ([#8406](https://github.com/truecharts/charts/issues/8406)) + + + + ## [ubooquity-6.0.0](https://github.com/truecharts/charts/compare/ubooquity-5.0.12...ubooquity-6.0.0) (2023-04-29) ### Feat @@ -88,12 +97,3 @@ ## [ubooquity-5.0.4](https://github.com/truecharts/charts/compare/ubooquity-5.0.3...ubooquity-5.0.4) (2022-12-19) ### Chore - -- update helm general non-major - - - - -## [ubooquity-5.0.3](https://github.com/truecharts/charts/compare/ubooquity-5.0.2...ubooquity-5.0.3) (2022-12-13) - -### Chore diff --git a/stable/ubooquity/6.0.0/Chart.yaml b/stable/ubooquity/6.0.1/Chart.yaml similarity index 98% rename from stable/ubooquity/6.0.0/Chart.yaml rename to stable/ubooquity/6.0.1/Chart.yaml index b96b0fa3c87..ac3d71d30fc 100644 --- a/stable/ubooquity/6.0.0/Chart.yaml +++ b/stable/ubooquity/6.0.1/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ubooquity -version: 6.0.0 +version: 6.0.1 appVersion: "2.1.2" description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. type: application diff --git a/stable/ubooquity/6.0.0/README.md b/stable/ubooquity/6.0.1/README.md similarity index 100% rename from stable/ubooquity/6.0.0/README.md rename to stable/ubooquity/6.0.1/README.md diff --git a/stable/ubooquity/6.0.1/app-changelog.md b/stable/ubooquity/6.0.1/app-changelog.md new file mode 100644 index 00000000000..3f79ec53ac9 --- /dev/null +++ b/stable/ubooquity/6.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ubooquity-6.0.1](https://github.com/truecharts/charts/compare/ubooquity-6.0.0...ubooquity-6.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/ubooquity to v2.1.2 ([#8406](https://github.com/truecharts/charts/issues/8406)) + + \ No newline at end of file diff --git a/stable/ubooquity/6.0.0/app-readme.md b/stable/ubooquity/6.0.1/app-readme.md similarity index 100% rename from stable/ubooquity/6.0.0/app-readme.md rename to stable/ubooquity/6.0.1/app-readme.md diff --git a/stable/ubooquity/6.0.0/charts/common-12.6.1.tgz b/stable/ubooquity/6.0.1/charts/common-12.6.1.tgz similarity index 100% rename from stable/ubooquity/6.0.0/charts/common-12.6.1.tgz rename to stable/ubooquity/6.0.1/charts/common-12.6.1.tgz diff --git a/stable/ubooquity/6.0.0/ix_values.yaml b/stable/ubooquity/6.0.1/ix_values.yaml similarity index 91% rename from stable/ubooquity/6.0.0/ix_values.yaml rename to stable/ubooquity/6.0.1/ix_values.yaml index aad654e9266..e7d20701de0 100644 --- a/stable/ubooquity/6.0.0/ix_values.yaml +++ b/stable/ubooquity/6.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ubooquity pullPolicy: IfNotPresent - tag: v2.1.2@sha256:5a3f28e4cae38688be6db3aed6ba49301a21cccdb06cfeeb2c041e93f84da2ba + tag: v2.1.2@sha256:1f2370ed2b602886db35881d3f10b5fefc59854b2552d14d3a6fdb9b6e7609f4 service: main: ports: diff --git a/stable/ubooquity/6.0.0/questions.yaml b/stable/ubooquity/6.0.1/questions.yaml similarity index 100% rename from stable/ubooquity/6.0.0/questions.yaml rename to stable/ubooquity/6.0.1/questions.yaml diff --git a/stable/ubooquity/6.0.0/templates/NOTES.txt b/stable/ubooquity/6.0.1/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/6.0.0/templates/NOTES.txt rename to stable/ubooquity/6.0.1/templates/NOTES.txt diff --git a/stable/ubooquity/6.0.0/templates/common.yaml b/stable/ubooquity/6.0.1/templates/common.yaml similarity index 100% rename from stable/ubooquity/6.0.0/templates/common.yaml rename to stable/ubooquity/6.0.1/templates/common.yaml diff --git a/stable/ubooquity/6.0.0/values.yaml b/stable/ubooquity/6.0.1/values.yaml similarity index 100% rename from stable/ubooquity/6.0.0/values.yaml rename to stable/ubooquity/6.0.1/values.yaml