From 75e51453a93c56a1a271f790d417d63775383471 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 10 Jun 2023 04:47:35 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/sickchill/6.0.22/app-changelog.md | 9 --------- .../sickchill/{6.0.22 => 6.0.23}/CHANGELOG.md | 18 +++++++++--------- .../sickchill/{6.0.22 => 6.0.23}/Chart.yaml | 4 ++-- stable/sickchill/{6.0.22 => 6.0.23}/README.md | 0 stable/sickchill/6.0.23/app-changelog.md | 9 +++++++++ .../{6.0.22 => 6.0.23}/app-readme.md | 0 .../charts/common-12.13.0.tgz | Bin .../{6.0.22 => 6.0.23}/ix_values.yaml | 2 +- .../{6.0.22 => 6.0.23}/questions.yaml | 0 .../{6.0.22 => 6.0.23}/templates/NOTES.txt | 0 .../{6.0.22 => 6.0.23}/templates/common.yaml | 0 .../sickchill/{6.0.22 => 6.0.23}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/sickchill/6.0.22/app-changelog.md rename stable/sickchill/{6.0.22 => 6.0.23}/CHANGELOG.md (90%) rename stable/sickchill/{6.0.22 => 6.0.23}/Chart.yaml (95%) rename stable/sickchill/{6.0.22 => 6.0.23}/README.md (100%) create mode 100644 stable/sickchill/6.0.23/app-changelog.md rename stable/sickchill/{6.0.22 => 6.0.23}/app-readme.md (100%) rename stable/sickchill/{6.0.22 => 6.0.23}/charts/common-12.13.0.tgz (100%) rename stable/sickchill/{6.0.22 => 6.0.23}/ix_values.yaml (82%) rename stable/sickchill/{6.0.22 => 6.0.23}/questions.yaml (100%) rename stable/sickchill/{6.0.22 => 6.0.23}/templates/NOTES.txt (100%) rename stable/sickchill/{6.0.22 => 6.0.23}/templates/common.yaml (100%) rename stable/sickchill/{6.0.22 => 6.0.23}/values.yaml (100%) diff --git a/stable/sickchill/6.0.22/app-changelog.md b/stable/sickchill/6.0.22/app-changelog.md deleted file mode 100644 index 9b6ea029568..00000000000 --- a/stable/sickchill/6.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sickchill-6.0.22](https://github.com/truecharts/charts/compare/sickchill-6.0.21...sickchill-6.0.22) (2023-06-07) - -### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - \ No newline at end of file diff --git a/stable/sickchill/6.0.22/CHANGELOG.md b/stable/sickchill/6.0.23/CHANGELOG.md similarity index 90% rename from stable/sickchill/6.0.22/CHANGELOG.md rename to stable/sickchill/6.0.23/CHANGELOG.md index 557c8ec0bcc..74b79043254 100644 --- a/stable/sickchill/6.0.22/CHANGELOG.md +++ b/stable/sickchill/6.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sickchill-6.0.23](https://github.com/truecharts/charts/compare/sickchill-6.0.22...sickchill-6.0.23) (2023-06-10) + +### Chore + +- update container image tccr.io/truecharts/sickchill to v2023.5.30 ([#9553](https://github.com/truecharts/charts/issues/9553)) + + + + ## [sickchill-6.0.22](https://github.com/truecharts/charts/compare/sickchill-6.0.21...sickchill-6.0.22) (2023-06-07) ### Chore @@ -88,12 +97,3 @@ - -## [sickchill-6.0.13](https://github.com/truecharts/charts/compare/sickchill-6.0.12...sickchill-6.0.13) (2023-05-05) - -### Chore - -- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782)) - - - diff --git a/stable/sickchill/6.0.22/Chart.yaml b/stable/sickchill/6.0.23/Chart.yaml similarity index 95% rename from stable/sickchill/6.0.22/Chart.yaml rename to stable/sickchill/6.0.23/Chart.yaml index 76da0302cb5..18814fb3f70 100644 --- a/stable/sickchill/6.0.22/Chart.yaml +++ b/stable/sickchill/6.0.23/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2023.1.2" +appVersion: "2023.5.30" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -23,7 +23,7 @@ sources: - https://github.com/linuxserver/docker-sickchill - https://github.com/SickChill/SickChill type: application -version: 6.0.22 +version: 6.0.23 annotations: truecharts.org/catagories: | - media diff --git a/stable/sickchill/6.0.22/README.md b/stable/sickchill/6.0.23/README.md similarity index 100% rename from stable/sickchill/6.0.22/README.md rename to stable/sickchill/6.0.23/README.md diff --git a/stable/sickchill/6.0.23/app-changelog.md b/stable/sickchill/6.0.23/app-changelog.md new file mode 100644 index 00000000000..fc4022905e3 --- /dev/null +++ b/stable/sickchill/6.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sickchill-6.0.23](https://github.com/truecharts/charts/compare/sickchill-6.0.22...sickchill-6.0.23) (2023-06-10) + +### Chore + +- update container image tccr.io/truecharts/sickchill to v2023.5.30 ([#9553](https://github.com/truecharts/charts/issues/9553)) + + \ No newline at end of file diff --git a/stable/sickchill/6.0.22/app-readme.md b/stable/sickchill/6.0.23/app-readme.md similarity index 100% rename from stable/sickchill/6.0.22/app-readme.md rename to stable/sickchill/6.0.23/app-readme.md diff --git a/stable/sickchill/6.0.22/charts/common-12.13.0.tgz b/stable/sickchill/6.0.23/charts/common-12.13.0.tgz similarity index 100% rename from stable/sickchill/6.0.22/charts/common-12.13.0.tgz rename to stable/sickchill/6.0.23/charts/common-12.13.0.tgz diff --git a/stable/sickchill/6.0.22/ix_values.yaml b/stable/sickchill/6.0.23/ix_values.yaml similarity index 82% rename from stable/sickchill/6.0.22/ix_values.yaml rename to stable/sickchill/6.0.23/ix_values.yaml index 4b92a03647b..4fb217557d8 100644 --- a/stable/sickchill/6.0.22/ix_values.yaml +++ b/stable/sickchill/6.0.23/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/sickchill pullPolicy: IfNotPresent - tag: 2023.1.2@sha256:0a3b0829024fe6e5d2d5d736c8139dac88f5ce064878bf68a06eb89f15f648de + tag: v2023.5.30@sha256:444a8f7241eef263cfdd32ba439a3c98a854cf4528838d75cac4fa1bec0ed144 service: main: ports: diff --git a/stable/sickchill/6.0.22/questions.yaml b/stable/sickchill/6.0.23/questions.yaml similarity index 100% rename from stable/sickchill/6.0.22/questions.yaml rename to stable/sickchill/6.0.23/questions.yaml diff --git a/stable/sickchill/6.0.22/templates/NOTES.txt b/stable/sickchill/6.0.23/templates/NOTES.txt similarity index 100% rename from stable/sickchill/6.0.22/templates/NOTES.txt rename to stable/sickchill/6.0.23/templates/NOTES.txt diff --git a/stable/sickchill/6.0.22/templates/common.yaml b/stable/sickchill/6.0.23/templates/common.yaml similarity index 100% rename from stable/sickchill/6.0.22/templates/common.yaml rename to stable/sickchill/6.0.23/templates/common.yaml diff --git a/stable/sickchill/6.0.22/values.yaml b/stable/sickchill/6.0.23/values.yaml similarity index 100% rename from stable/sickchill/6.0.22/values.yaml rename to stable/sickchill/6.0.23/values.yaml