From e12db6c28537058ac5b9560395d3f63d08dae050 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 8 Jan 2024 18:29:39 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/romm/6.2.3/app-changelog.md | 9 --------- stable/romm/{6.2.3 => 6.3.0}/CHANGELOG.md | 18 +++++++++--------- stable/romm/{6.2.3 => 6.3.0}/Chart.yaml | 4 ++-- stable/romm/{6.2.3 => 6.3.0}/README.md | 0 stable/romm/6.3.0/app-changelog.md | 9 +++++++++ stable/romm/{6.2.3 => 6.3.0}/app-readme.md | 0 .../charts/common-17.2.21.tgz | Bin .../charts/mariadb-12.1.6.tgz | Bin .../{6.2.3 => 6.3.0}/charts/redis-11.1.6.tgz | Bin stable/romm/{6.2.3 => 6.3.0}/ix_values.yaml | 2 +- stable/romm/{6.2.3 => 6.3.0}/questions.yaml | 0 .../romm/{6.2.3 => 6.3.0}/templates/NOTES.txt | 0 .../{6.2.3 => 6.3.0}/templates/_secrets.tpl | 0 .../{6.2.3 => 6.3.0}/templates/common.yaml | 0 stable/romm/{6.2.3 => 6.3.0}/values.yaml | 0 15 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/romm/6.2.3/app-changelog.md rename stable/romm/{6.2.3 => 6.3.0}/CHANGELOG.md (82%) rename stable/romm/{6.2.3 => 6.3.0}/Chart.yaml (97%) rename stable/romm/{6.2.3 => 6.3.0}/README.md (100%) create mode 100644 stable/romm/6.3.0/app-changelog.md rename stable/romm/{6.2.3 => 6.3.0}/app-readme.md (100%) rename stable/romm/{6.2.3 => 6.3.0}/charts/common-17.2.21.tgz (100%) rename stable/romm/{6.2.3 => 6.3.0}/charts/mariadb-12.1.6.tgz (100%) rename stable/romm/{6.2.3 => 6.3.0}/charts/redis-11.1.6.tgz (100%) rename stable/romm/{6.2.3 => 6.3.0}/ix_values.yaml (96%) rename stable/romm/{6.2.3 => 6.3.0}/questions.yaml (100%) rename stable/romm/{6.2.3 => 6.3.0}/templates/NOTES.txt (100%) rename stable/romm/{6.2.3 => 6.3.0}/templates/_secrets.tpl (100%) rename stable/romm/{6.2.3 => 6.3.0}/templates/common.yaml (100%) rename stable/romm/{6.2.3 => 6.3.0}/values.yaml (100%) diff --git a/stable/romm/6.2.3/app-changelog.md b/stable/romm/6.2.3/app-changelog.md deleted file mode 100644 index 76c8179a2db..00000000000 --- a/stable/romm/6.2.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [romm-6.2.3](https://github.com/truecharts/charts/compare/romm-6.2.2...romm-6.2.3) (2024-01-02) - -### Chore - - - -- update helm general non-major by renovate ([#16820](https://github.com/truecharts/charts/issues/16820)) \ No newline at end of file diff --git a/stable/romm/6.2.3/CHANGELOG.md b/stable/romm/6.3.0/CHANGELOG.md similarity index 82% rename from stable/romm/6.2.3/CHANGELOG.md rename to stable/romm/6.3.0/CHANGELOG.md index 3e2154e3a22..ad53274d7bb 100644 --- a/stable/romm/6.2.3/CHANGELOG.md +++ b/stable/romm/6.3.0/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [romm-6.3.0](https://github.com/truecharts/charts/compare/romm-6.2.3...romm-6.3.0) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/zurdi15/romm to v2.3.0[@0c3dc6a](https://github.com/0c3dc6a) by renovate ([#17046](https://github.com/truecharts/charts/issues/17046)) + + ## [romm-6.2.3](https://github.com/truecharts/charts/compare/romm-6.2.2...romm-6.2.3) (2024-01-02) ### Chore @@ -88,12 +97,3 @@ title: Changelog -- bump all charts for OCI test push - -- move everything to consume OCI-hosted common-chart dependency - -- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732)) - -- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704)) - -- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589)) diff --git a/stable/romm/6.2.3/Chart.yaml b/stable/romm/6.3.0/Chart.yaml similarity index 97% rename from stable/romm/6.2.3/Chart.yaml rename to stable/romm/6.3.0/Chart.yaml index 590c339bec0..c1996fe73a6 100644 --- a/stable/romm/6.2.3/Chart.yaml +++ b/stable/romm/6.3.0/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: romm -version: 6.2.3 -appVersion: 2.2.1 +version: 6.3.0 +appVersion: 2.3.0 description: game library manager focused in retro gaming home: https://truecharts.org/charts/stable/romm icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png diff --git a/stable/romm/6.2.3/README.md b/stable/romm/6.3.0/README.md similarity index 100% rename from stable/romm/6.2.3/README.md rename to stable/romm/6.3.0/README.md diff --git a/stable/romm/6.3.0/app-changelog.md b/stable/romm/6.3.0/app-changelog.md new file mode 100644 index 00000000000..a289890056d --- /dev/null +++ b/stable/romm/6.3.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [romm-6.3.0](https://github.com/truecharts/charts/compare/romm-6.2.3...romm-6.3.0) (2024-01-08) + +### Chore + + + +- update container image ghcr.io/zurdi15/romm to v2.3.0[@0c3dc6a](https://github.com/0c3dc6a) by renovate ([#17046](https://github.com/truecharts/charts/issues/17046)) \ No newline at end of file diff --git a/stable/romm/6.2.3/app-readme.md b/stable/romm/6.3.0/app-readme.md similarity index 100% rename from stable/romm/6.2.3/app-readme.md rename to stable/romm/6.3.0/app-readme.md diff --git a/stable/romm/6.2.3/charts/common-17.2.21.tgz b/stable/romm/6.3.0/charts/common-17.2.21.tgz similarity index 100% rename from stable/romm/6.2.3/charts/common-17.2.21.tgz rename to stable/romm/6.3.0/charts/common-17.2.21.tgz diff --git a/stable/romm/6.2.3/charts/mariadb-12.1.6.tgz b/stable/romm/6.3.0/charts/mariadb-12.1.6.tgz similarity index 100% rename from stable/romm/6.2.3/charts/mariadb-12.1.6.tgz rename to stable/romm/6.3.0/charts/mariadb-12.1.6.tgz diff --git a/stable/romm/6.2.3/charts/redis-11.1.6.tgz b/stable/romm/6.3.0/charts/redis-11.1.6.tgz similarity index 100% rename from stable/romm/6.2.3/charts/redis-11.1.6.tgz rename to stable/romm/6.3.0/charts/redis-11.1.6.tgz diff --git a/stable/romm/6.2.3/ix_values.yaml b/stable/romm/6.3.0/ix_values.yaml similarity index 96% rename from stable/romm/6.2.3/ix_values.yaml rename to stable/romm/6.3.0/ix_values.yaml index 2a4347c76be..bd9d3bffe2d 100644 --- a/stable/romm/6.2.3/ix_values.yaml +++ b/stable/romm/6.3.0/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/zurdi15/romm pullPolicy: IfNotPresent - tag: 2.2.1@sha256:4068f58d2eb336c19914e183f6d98f0941e3629a4d002103202c840525420141 + tag: 2.3.0@sha256:0c3dc6afef0ea6767ac42bacffbf9fdf4481a53c93f0f4f8664a73c2730993bd securityContext: container: diff --git a/stable/romm/6.2.3/questions.yaml b/stable/romm/6.3.0/questions.yaml similarity index 100% rename from stable/romm/6.2.3/questions.yaml rename to stable/romm/6.3.0/questions.yaml diff --git a/stable/romm/6.2.3/templates/NOTES.txt b/stable/romm/6.3.0/templates/NOTES.txt similarity index 100% rename from stable/romm/6.2.3/templates/NOTES.txt rename to stable/romm/6.3.0/templates/NOTES.txt diff --git a/stable/romm/6.2.3/templates/_secrets.tpl b/stable/romm/6.3.0/templates/_secrets.tpl similarity index 100% rename from stable/romm/6.2.3/templates/_secrets.tpl rename to stable/romm/6.3.0/templates/_secrets.tpl diff --git a/stable/romm/6.2.3/templates/common.yaml b/stable/romm/6.3.0/templates/common.yaml similarity index 100% rename from stable/romm/6.2.3/templates/common.yaml rename to stable/romm/6.3.0/templates/common.yaml diff --git a/stable/romm/6.2.3/values.yaml b/stable/romm/6.3.0/values.yaml similarity index 100% rename from stable/romm/6.2.3/values.yaml rename to stable/romm/6.3.0/values.yaml