From 9b7ed4e46a76d6c05b037df387ddf3809041c232 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 13:49:55 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/7.1.4/app-changelog.md | 9 --------- stable/immich/{7.1.4 => 7.1.5}/CHANGELOG.md | 18 +++++++++--------- stable/immich/{7.1.4 => 7.1.5}/Chart.yaml | 2 +- stable/immich/{7.1.4 => 7.1.5}/LICENSE | 0 stable/immich/{7.1.4 => 7.1.5}/README.md | 0 stable/immich/7.1.5/app-changelog.md | 9 +++++++++ stable/immich/{7.1.4 => 7.1.5}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{7.1.4 => 7.1.5}/charts/redis-6.0.62.tgz | Bin stable/immich/{7.1.4 => 7.1.5}/ix_values.yaml | 2 +- stable/immich/{7.1.4 => 7.1.5}/questions.yaml | 0 .../{7.1.4 => 7.1.5}/templates/NOTES.txt | 0 .../{7.1.4 => 7.1.5}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{7.1.4 => 7.1.5}/templates/_proxy.tpl | 0 .../{7.1.4 => 7.1.5}/templates/_server.tpl | 0 .../{7.1.4 => 7.1.5}/templates/_typesense.tpl | 0 .../{7.1.4 => 7.1.5}/templates/_wait.tpl | 0 .../{7.1.4 => 7.1.5}/templates/_web.tpl | 0 .../{7.1.4 => 7.1.5}/templates/common.yaml | 0 stable/immich/{7.1.4 => 7.1.5}/values.yaml | 0 22 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/immich/7.1.4/app-changelog.md rename stable/immich/{7.1.4 => 7.1.5}/CHANGELOG.md (90%) rename stable/immich/{7.1.4 => 7.1.5}/Chart.yaml (98%) rename stable/immich/{7.1.4 => 7.1.5}/LICENSE (100%) rename stable/immich/{7.1.4 => 7.1.5}/README.md (100%) create mode 100644 stable/immich/7.1.5/app-changelog.md rename stable/immich/{7.1.4 => 7.1.5}/app-readme.md (100%) rename stable/immich/{7.1.4 => 7.1.5}/charts/common-12.14.6.tgz (100%) rename stable/immich/{7.1.4 => 7.1.5}/charts/redis-6.0.62.tgz (100%) rename stable/immich/{7.1.4 => 7.1.5}/ix_values.yaml (97%) rename stable/immich/{7.1.4 => 7.1.5}/questions.yaml (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/NOTES.txt (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_config.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_machinelearning.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_microservices.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_proxy.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_server.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_typesense.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_wait.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/_web.tpl (100%) rename stable/immich/{7.1.4 => 7.1.5}/templates/common.yaml (100%) rename stable/immich/{7.1.4 => 7.1.5}/values.yaml (100%) diff --git a/stable/immich/7.1.4/app-changelog.md b/stable/immich/7.1.4/app-changelog.md deleted file mode 100644 index a227fae585..0000000000 --- a/stable/immich/7.1.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [immich-7.1.4](https://github.com/truecharts/charts/compare/immich-7.1.3...immich-7.1.4) (2023-07-07) - -### Chore - -- update immich to v1.66.1 (minor) ([#10239](https://github.com/truecharts/charts/issues/10239)) - - \ No newline at end of file diff --git a/stable/immich/7.1.4/CHANGELOG.md b/stable/immich/7.1.5/CHANGELOG.md similarity index 90% rename from stable/immich/7.1.4/CHANGELOG.md rename to stable/immich/7.1.5/CHANGELOG.md index 8d944832d5..e791e12acc 100644 --- a/stable/immich/7.1.4/CHANGELOG.md +++ b/stable/immich/7.1.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-7.1.5](https://github.com/truecharts/charts/compare/immich-7.1.4...immich-7.1.5) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/immich-ml to v1.66.1 ([#10267](https://github.com/truecharts/charts/issues/10267)) + + + + ## [immich-7.1.4](https://github.com/truecharts/charts/compare/immich-7.1.3...immich-7.1.4) (2023-07-07) ### Chore @@ -88,12 +97,3 @@ ## [immich-7.0.12](https://github.com/truecharts/charts/compare/immich-7.0.11...immich-7.0.12) (2023-06-07) ### Chore - -- update helm general non-major ([#9459](https://github.com/truecharts/charts/issues/9459)) - - - - -## [immich-7.0.11](https://github.com/truecharts/charts/compare/immich-7.0.10...immich-7.0.11) (2023-06-07) - -### Chore diff --git a/stable/immich/7.1.4/Chart.yaml b/stable/immich/7.1.5/Chart.yaml similarity index 98% rename from stable/immich/7.1.4/Chart.yaml rename to stable/immich/7.1.5/Chart.yaml index 544a13aa16..35c267425f 100644 --- a/stable/immich/7.1.4/Chart.yaml +++ b/stable/immich/7.1.5/Chart.yaml @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 7.1.4 +version: 7.1.5 annotations: truecharts.org/catagories: | - media diff --git a/stable/immich/7.1.4/LICENSE b/stable/immich/7.1.5/LICENSE similarity index 100% rename from stable/immich/7.1.4/LICENSE rename to stable/immich/7.1.5/LICENSE diff --git a/stable/immich/7.1.4/README.md b/stable/immich/7.1.5/README.md similarity index 100% rename from stable/immich/7.1.4/README.md rename to stable/immich/7.1.5/README.md diff --git a/stable/immich/7.1.5/app-changelog.md b/stable/immich/7.1.5/app-changelog.md new file mode 100644 index 0000000000..e2fa86ed38 --- /dev/null +++ b/stable/immich/7.1.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-7.1.5](https://github.com/truecharts/charts/compare/immich-7.1.4...immich-7.1.5) (2023-07-07) + +### Chore + +- update container image tccr.io/truecharts/immich-ml to v1.66.1 ([#10267](https://github.com/truecharts/charts/issues/10267)) + + \ No newline at end of file diff --git a/stable/immich/7.1.4/app-readme.md b/stable/immich/7.1.5/app-readme.md similarity index 100% rename from stable/immich/7.1.4/app-readme.md rename to stable/immich/7.1.5/app-readme.md diff --git a/stable/immich/7.1.4/charts/common-12.14.6.tgz b/stable/immich/7.1.5/charts/common-12.14.6.tgz similarity index 100% rename from stable/immich/7.1.4/charts/common-12.14.6.tgz rename to stable/immich/7.1.5/charts/common-12.14.6.tgz diff --git a/stable/immich/7.1.4/charts/redis-6.0.62.tgz b/stable/immich/7.1.5/charts/redis-6.0.62.tgz similarity index 100% rename from stable/immich/7.1.4/charts/redis-6.0.62.tgz rename to stable/immich/7.1.5/charts/redis-6.0.62.tgz diff --git a/stable/immich/7.1.4/ix_values.yaml b/stable/immich/7.1.5/ix_values.yaml similarity index 97% rename from stable/immich/7.1.4/ix_values.yaml rename to stable/immich/7.1.5/ix_values.yaml index f4b4892123..db344c8110 100644 --- a/stable/immich/7.1.4/ix_values.yaml +++ b/stable/immich/7.1.5/ix_values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.65.0@sha256:5b2f8be75665f72bcc96775a83d2c867a6cfbb8c1b796345a843c3a167fea525 + tag: v1.66.1@sha256:42852c7d2b447ec744a000db48f9394d6add8eccfb4c01592e5ed3568a29a430 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web diff --git a/stable/immich/7.1.4/questions.yaml b/stable/immich/7.1.5/questions.yaml similarity index 100% rename from stable/immich/7.1.4/questions.yaml rename to stable/immich/7.1.5/questions.yaml diff --git a/stable/immich/7.1.4/templates/NOTES.txt b/stable/immich/7.1.5/templates/NOTES.txt similarity index 100% rename from stable/immich/7.1.4/templates/NOTES.txt rename to stable/immich/7.1.5/templates/NOTES.txt diff --git a/stable/immich/7.1.4/templates/_config.tpl b/stable/immich/7.1.5/templates/_config.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_config.tpl rename to stable/immich/7.1.5/templates/_config.tpl diff --git a/stable/immich/7.1.4/templates/_machinelearning.tpl b/stable/immich/7.1.5/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_machinelearning.tpl rename to stable/immich/7.1.5/templates/_machinelearning.tpl diff --git a/stable/immich/7.1.4/templates/_microservices.tpl b/stable/immich/7.1.5/templates/_microservices.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_microservices.tpl rename to stable/immich/7.1.5/templates/_microservices.tpl diff --git a/stable/immich/7.1.4/templates/_proxy.tpl b/stable/immich/7.1.5/templates/_proxy.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_proxy.tpl rename to stable/immich/7.1.5/templates/_proxy.tpl diff --git a/stable/immich/7.1.4/templates/_server.tpl b/stable/immich/7.1.5/templates/_server.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_server.tpl rename to stable/immich/7.1.5/templates/_server.tpl diff --git a/stable/immich/7.1.4/templates/_typesense.tpl b/stable/immich/7.1.5/templates/_typesense.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_typesense.tpl rename to stable/immich/7.1.5/templates/_typesense.tpl diff --git a/stable/immich/7.1.4/templates/_wait.tpl b/stable/immich/7.1.5/templates/_wait.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_wait.tpl rename to stable/immich/7.1.5/templates/_wait.tpl diff --git a/stable/immich/7.1.4/templates/_web.tpl b/stable/immich/7.1.5/templates/_web.tpl similarity index 100% rename from stable/immich/7.1.4/templates/_web.tpl rename to stable/immich/7.1.5/templates/_web.tpl diff --git a/stable/immich/7.1.4/templates/common.yaml b/stable/immich/7.1.5/templates/common.yaml similarity index 100% rename from stable/immich/7.1.4/templates/common.yaml rename to stable/immich/7.1.5/templates/common.yaml diff --git a/stable/immich/7.1.4/values.yaml b/stable/immich/7.1.5/values.yaml similarity index 100% rename from stable/immich/7.1.4/values.yaml rename to stable/immich/7.1.5/values.yaml