From aa6b39c195dc71b91656f2762797ac29c64587c2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 31 Aug 2023 07:45:15 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/8.0.6/app-changelog.md | 9 --------- stable/immich/{8.0.6 => 8.0.7}/CHANGELOG.md | 18 +++++++++--------- stable/immich/{8.0.6 => 8.0.7}/Chart.yaml | 2 +- stable/immich/{8.0.6 => 8.0.7}/LICENSE | 0 stable/immich/{8.0.6 => 8.0.7}/README.md | 0 stable/immich/8.0.7/app-changelog.md | 9 +++++++++ stable/immich/{8.0.6 => 8.0.7}/app-readme.md | 0 .../{8.0.6 => 8.0.7}/charts/common-14.0.2.tgz | Bin .../{8.0.6 => 8.0.7}/charts/redis-6.0.66.tgz | Bin stable/immich/{8.0.6 => 8.0.7}/ix_values.yaml | 2 +- stable/immich/{8.0.6 => 8.0.7}/questions.yaml | 0 .../{8.0.6 => 8.0.7}/templates/NOTES.txt | 0 .../{8.0.6 => 8.0.7}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{8.0.6 => 8.0.7}/templates/_proxy.tpl | 0 .../{8.0.6 => 8.0.7}/templates/_server.tpl | 0 .../{8.0.6 => 8.0.7}/templates/_typesense.tpl | 0 .../{8.0.6 => 8.0.7}/templates/_wait.tpl | 0 .../{8.0.6 => 8.0.7}/templates/_web.tpl | 0 .../{8.0.6 => 8.0.7}/templates/common.yaml | 0 stable/immich/{8.0.6 => 8.0.7}/values.yaml | 0 22 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/immich/8.0.6/app-changelog.md rename stable/immich/{8.0.6 => 8.0.7}/CHANGELOG.md (90%) rename stable/immich/{8.0.6 => 8.0.7}/Chart.yaml (98%) rename stable/immich/{8.0.6 => 8.0.7}/LICENSE (100%) rename stable/immich/{8.0.6 => 8.0.7}/README.md (100%) create mode 100644 stable/immich/8.0.7/app-changelog.md rename stable/immich/{8.0.6 => 8.0.7}/app-readme.md (100%) rename stable/immich/{8.0.6 => 8.0.7}/charts/common-14.0.2.tgz (100%) rename stable/immich/{8.0.6 => 8.0.7}/charts/redis-6.0.66.tgz (100%) rename stable/immich/{8.0.6 => 8.0.7}/ix_values.yaml (97%) rename stable/immich/{8.0.6 => 8.0.7}/questions.yaml (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/NOTES.txt (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_config.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_machinelearning.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_microservices.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_proxy.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_server.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_typesense.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_wait.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/_web.tpl (100%) rename stable/immich/{8.0.6 => 8.0.7}/templates/common.yaml (100%) rename stable/immich/{8.0.6 => 8.0.7}/values.yaml (100%) diff --git a/stable/immich/8.0.6/app-changelog.md b/stable/immich/8.0.6/app-changelog.md deleted file mode 100644 index e1379f7e906..00000000000 --- a/stable/immich/8.0.6/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [immich-8.0.6](https://github.com/truecharts/charts/compare/immich-8.0.5...immich-8.0.6) (2023-08-31) - -### Chore - -- update container image tccr.io/truecharts/immich-ml to v1.75.2 ([#12074](https://github.com/truecharts/charts/issues/12074)) - - \ No newline at end of file diff --git a/stable/immich/8.0.6/CHANGELOG.md b/stable/immich/8.0.7/CHANGELOG.md similarity index 90% rename from stable/immich/8.0.6/CHANGELOG.md rename to stable/immich/8.0.7/CHANGELOG.md index 32b5cb24f17..4a611ae6b3e 100644 --- a/stable/immich/8.0.6/CHANGELOG.md +++ b/stable/immich/8.0.7/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-8.0.7](https://github.com/truecharts/charts/compare/immich-8.0.6...immich-8.0.7) (2023-08-31) + +### Chore + +- update container image tccr.io/truecharts/immich-server to v1.75.2 ([#12076](https://github.com/truecharts/charts/issues/12076)) + + + + ## [immich-8.0.6](https://github.com/truecharts/charts/compare/immich-8.0.5...immich-8.0.6) (2023-08-31) ### Chore @@ -88,12 +97,3 @@ - update immich to v1.70.0 (minor) ([#10964](https://github.com/truecharts/charts/issues/10964)) - - - -## [immich-7.1.7](https://github.com/truecharts/charts/compare/immich-7.1.6...immich-7.1.7) (2023-07-21) - -### Chore - -- update immich to v1.68.0 (minor) ([#10711](https://github.com/truecharts/charts/issues/10711)) - diff --git a/stable/immich/8.0.6/Chart.yaml b/stable/immich/8.0.7/Chart.yaml similarity index 98% rename from stable/immich/8.0.6/Chart.yaml rename to stable/immich/8.0.7/Chart.yaml index 1dfeeb4aecf..1bad7576e8e 100644 --- a/stable/immich/8.0.6/Chart.yaml +++ b/stable/immich/8.0.7/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: 8.0.6 +version: 8.0.7 annotations: truecharts.org/catagories: | - media diff --git a/stable/immich/8.0.6/LICENSE b/stable/immich/8.0.7/LICENSE similarity index 100% rename from stable/immich/8.0.6/LICENSE rename to stable/immich/8.0.7/LICENSE diff --git a/stable/immich/8.0.6/README.md b/stable/immich/8.0.7/README.md similarity index 100% rename from stable/immich/8.0.6/README.md rename to stable/immich/8.0.7/README.md diff --git a/stable/immich/8.0.7/app-changelog.md b/stable/immich/8.0.7/app-changelog.md new file mode 100644 index 00000000000..4544509d081 --- /dev/null +++ b/stable/immich/8.0.7/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-8.0.7](https://github.com/truecharts/charts/compare/immich-8.0.6...immich-8.0.7) (2023-08-31) + +### Chore + +- update container image tccr.io/truecharts/immich-server to v1.75.2 ([#12076](https://github.com/truecharts/charts/issues/12076)) + + \ No newline at end of file diff --git a/stable/immich/8.0.6/app-readme.md b/stable/immich/8.0.7/app-readme.md similarity index 100% rename from stable/immich/8.0.6/app-readme.md rename to stable/immich/8.0.7/app-readme.md diff --git a/stable/immich/8.0.6/charts/common-14.0.2.tgz b/stable/immich/8.0.7/charts/common-14.0.2.tgz similarity index 100% rename from stable/immich/8.0.6/charts/common-14.0.2.tgz rename to stable/immich/8.0.7/charts/common-14.0.2.tgz diff --git a/stable/immich/8.0.6/charts/redis-6.0.66.tgz b/stable/immich/8.0.7/charts/redis-6.0.66.tgz similarity index 100% rename from stable/immich/8.0.6/charts/redis-6.0.66.tgz rename to stable/immich/8.0.7/charts/redis-6.0.66.tgz diff --git a/stable/immich/8.0.6/ix_values.yaml b/stable/immich/8.0.7/ix_values.yaml similarity index 97% rename from stable/immich/8.0.6/ix_values.yaml rename to stable/immich/8.0.7/ix_values.yaml index 1bbac3ff192..5ca070e786c 100644 --- a/stable/immich/8.0.6/ix_values.yaml +++ b/stable/immich/8.0.7/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.75.2@sha256:d71779893218665be8fe0215b76b8ecb3e35d4c8ba33be4cfd3412ced9714044 + tag: v1.75.2@sha256:2fc472a40b2ff0238ac27f686205204aa1c8401fdbc79075c865364a6b6c26d9 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml diff --git a/stable/immich/8.0.6/questions.yaml b/stable/immich/8.0.7/questions.yaml similarity index 100% rename from stable/immich/8.0.6/questions.yaml rename to stable/immich/8.0.7/questions.yaml diff --git a/stable/immich/8.0.6/templates/NOTES.txt b/stable/immich/8.0.7/templates/NOTES.txt similarity index 100% rename from stable/immich/8.0.6/templates/NOTES.txt rename to stable/immich/8.0.7/templates/NOTES.txt diff --git a/stable/immich/8.0.6/templates/_config.tpl b/stable/immich/8.0.7/templates/_config.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_config.tpl rename to stable/immich/8.0.7/templates/_config.tpl diff --git a/stable/immich/8.0.6/templates/_machinelearning.tpl b/stable/immich/8.0.7/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_machinelearning.tpl rename to stable/immich/8.0.7/templates/_machinelearning.tpl diff --git a/stable/immich/8.0.6/templates/_microservices.tpl b/stable/immich/8.0.7/templates/_microservices.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_microservices.tpl rename to stable/immich/8.0.7/templates/_microservices.tpl diff --git a/stable/immich/8.0.6/templates/_proxy.tpl b/stable/immich/8.0.7/templates/_proxy.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_proxy.tpl rename to stable/immich/8.0.7/templates/_proxy.tpl diff --git a/stable/immich/8.0.6/templates/_server.tpl b/stable/immich/8.0.7/templates/_server.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_server.tpl rename to stable/immich/8.0.7/templates/_server.tpl diff --git a/stable/immich/8.0.6/templates/_typesense.tpl b/stable/immich/8.0.7/templates/_typesense.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_typesense.tpl rename to stable/immich/8.0.7/templates/_typesense.tpl diff --git a/stable/immich/8.0.6/templates/_wait.tpl b/stable/immich/8.0.7/templates/_wait.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_wait.tpl rename to stable/immich/8.0.7/templates/_wait.tpl diff --git a/stable/immich/8.0.6/templates/_web.tpl b/stable/immich/8.0.7/templates/_web.tpl similarity index 100% rename from stable/immich/8.0.6/templates/_web.tpl rename to stable/immich/8.0.7/templates/_web.tpl diff --git a/stable/immich/8.0.6/templates/common.yaml b/stable/immich/8.0.7/templates/common.yaml similarity index 100% rename from stable/immich/8.0.6/templates/common.yaml rename to stable/immich/8.0.7/templates/common.yaml diff --git a/stable/immich/8.0.6/values.yaml b/stable/immich/8.0.7/values.yaml similarity index 100% rename from stable/immich/8.0.6/values.yaml rename to stable/immich/8.0.7/values.yaml