From 35f4a0a3a15000734d369f1e823cba4b32f5b248 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 5 Oct 2023 05:48:31 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/8.1.22/app-changelog.md | 9 --------- stable/immich/{8.1.22 => 8.1.23}/CHANGELOG.md | 18 +++++++++--------- stable/immich/{8.1.22 => 8.1.23}/Chart.yaml | 2 +- stable/immich/{8.1.22 => 8.1.23}/LICENSE | 0 stable/immich/{8.1.22 => 8.1.23}/README.md | 0 stable/immich/8.1.23/app-changelog.md | 9 +++++++++ .../immich/{8.1.22 => 8.1.23}/app-readme.md | 0 .../charts/common-14.0.2.tgz | Bin .../charts/redis-6.0.66.tgz | Bin .../immich/{8.1.22 => 8.1.23}/ix_values.yaml | 2 +- .../immich/{8.1.22 => 8.1.23}/questions.yaml | 0 .../{8.1.22 => 8.1.23}/templates/NOTES.txt | 0 .../{8.1.22 => 8.1.23}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{8.1.22 => 8.1.23}/templates/_proxy.tpl | 0 .../{8.1.22 => 8.1.23}/templates/_server.tpl | 0 .../templates/_typesense.tpl | 0 .../{8.1.22 => 8.1.23}/templates/_wait.tpl | 0 .../{8.1.22 => 8.1.23}/templates/_web.tpl | 0 .../{8.1.22 => 8.1.23}/templates/common.yaml | 0 stable/immich/{8.1.22 => 8.1.23}/values.yaml | 0 22 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/immich/8.1.22/app-changelog.md rename stable/immich/{8.1.22 => 8.1.23}/CHANGELOG.md (90%) rename stable/immich/{8.1.22 => 8.1.23}/Chart.yaml (98%) rename stable/immich/{8.1.22 => 8.1.23}/LICENSE (100%) rename stable/immich/{8.1.22 => 8.1.23}/README.md (100%) create mode 100644 stable/immich/8.1.23/app-changelog.md rename stable/immich/{8.1.22 => 8.1.23}/app-readme.md (100%) rename stable/immich/{8.1.22 => 8.1.23}/charts/common-14.0.2.tgz (100%) rename stable/immich/{8.1.22 => 8.1.23}/charts/redis-6.0.66.tgz (100%) rename stable/immich/{8.1.22 => 8.1.23}/ix_values.yaml (97%) rename stable/immich/{8.1.22 => 8.1.23}/questions.yaml (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/NOTES.txt (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_config.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_machinelearning.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_microservices.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_proxy.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_server.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_typesense.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_wait.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/_web.tpl (100%) rename stable/immich/{8.1.22 => 8.1.23}/templates/common.yaml (100%) rename stable/immich/{8.1.22 => 8.1.23}/values.yaml (100%) diff --git a/stable/immich/8.1.22/app-changelog.md b/stable/immich/8.1.22/app-changelog.md deleted file mode 100644 index 3577efc8518..00000000000 --- a/stable/immich/8.1.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [immich-8.1.22](https://github.com/truecharts/charts/compare/immich-8.1.21...immich-8.1.22) (2023-10-05) - -### Chore - -- update container image tccr.io/truecharts/immich-ml to v1.81.1 ([#13259](https://github.com/truecharts/charts/issues/13259)) - - \ No newline at end of file diff --git a/stable/immich/8.1.22/CHANGELOG.md b/stable/immich/8.1.23/CHANGELOG.md similarity index 90% rename from stable/immich/8.1.22/CHANGELOG.md rename to stable/immich/8.1.23/CHANGELOG.md index 0df864a6694..2ecb9917735 100644 --- a/stable/immich/8.1.22/CHANGELOG.md +++ b/stable/immich/8.1.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-8.1.23](https://github.com/truecharts/charts/compare/immich-8.1.22...immich-8.1.23) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/immich-proxy to v1.81.1 ([#13264](https://github.com/truecharts/charts/issues/13264)) + + + + ## [immich-8.1.22](https://github.com/truecharts/charts/compare/immich-8.1.21...immich-8.1.22) (2023-10-05) ### Chore @@ -88,12 +97,3 @@ ## [immich-8.0.13](https://github.com/truecharts/charts/compare/immich-8.0.12...immich-8.0.13) (2023-09-14) -### Chore - -- update immich to v1.78.0 (minor) ([#12582](https://github.com/truecharts/charts/issues/12582)) - - - - -## [immich-8.0.12](https://github.com/truecharts/charts/compare/immich-8.0.11...immich-8.0.12) (2023-09-13) - diff --git a/stable/immich/8.1.22/Chart.yaml b/stable/immich/8.1.23/Chart.yaml similarity index 98% rename from stable/immich/8.1.22/Chart.yaml rename to stable/immich/8.1.23/Chart.yaml index 25cf7d3f7d1..ed52d547ced 100644 --- a/stable/immich/8.1.22/Chart.yaml +++ b/stable/immich/8.1.23/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.1.22 +version: 8.1.23 annotations: truecharts.org/catagories: | - media diff --git a/stable/immich/8.1.22/LICENSE b/stable/immich/8.1.23/LICENSE similarity index 100% rename from stable/immich/8.1.22/LICENSE rename to stable/immich/8.1.23/LICENSE diff --git a/stable/immich/8.1.22/README.md b/stable/immich/8.1.23/README.md similarity index 100% rename from stable/immich/8.1.22/README.md rename to stable/immich/8.1.23/README.md diff --git a/stable/immich/8.1.23/app-changelog.md b/stable/immich/8.1.23/app-changelog.md new file mode 100644 index 00000000000..1c269d5f9e1 --- /dev/null +++ b/stable/immich/8.1.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-8.1.23](https://github.com/truecharts/charts/compare/immich-8.1.22...immich-8.1.23) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/immich-proxy to v1.81.1 ([#13264](https://github.com/truecharts/charts/issues/13264)) + + \ No newline at end of file diff --git a/stable/immich/8.1.22/app-readme.md b/stable/immich/8.1.23/app-readme.md similarity index 100% rename from stable/immich/8.1.22/app-readme.md rename to stable/immich/8.1.23/app-readme.md diff --git a/stable/immich/8.1.22/charts/common-14.0.2.tgz b/stable/immich/8.1.23/charts/common-14.0.2.tgz similarity index 100% rename from stable/immich/8.1.22/charts/common-14.0.2.tgz rename to stable/immich/8.1.23/charts/common-14.0.2.tgz diff --git a/stable/immich/8.1.22/charts/redis-6.0.66.tgz b/stable/immich/8.1.23/charts/redis-6.0.66.tgz similarity index 100% rename from stable/immich/8.1.22/charts/redis-6.0.66.tgz rename to stable/immich/8.1.23/charts/redis-6.0.66.tgz diff --git a/stable/immich/8.1.22/ix_values.yaml b/stable/immich/8.1.23/ix_values.yaml similarity index 97% rename from stable/immich/8.1.22/ix_values.yaml rename to stable/immich/8.1.23/ix_values.yaml index 696410d790a..f6e10b2781b 100644 --- a/stable/immich/8.1.22/ix_values.yaml +++ b/stable/immich/8.1.23/ix_values.yaml @@ -12,7 +12,7 @@ webImage: pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.81.0@sha256:2af2b3eac347a149894c11eac5d69c107b6138ad7fe75430131c8debfecb4146 + tag: v1.81.1@sha256:feb275bd3559407535833e86a3fb510603021af473bd04b6ccb14bac35a87422 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense diff --git a/stable/immich/8.1.22/questions.yaml b/stable/immich/8.1.23/questions.yaml similarity index 100% rename from stable/immich/8.1.22/questions.yaml rename to stable/immich/8.1.23/questions.yaml diff --git a/stable/immich/8.1.22/templates/NOTES.txt b/stable/immich/8.1.23/templates/NOTES.txt similarity index 100% rename from stable/immich/8.1.22/templates/NOTES.txt rename to stable/immich/8.1.23/templates/NOTES.txt diff --git a/stable/immich/8.1.22/templates/_config.tpl b/stable/immich/8.1.23/templates/_config.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_config.tpl rename to stable/immich/8.1.23/templates/_config.tpl diff --git a/stable/immich/8.1.22/templates/_machinelearning.tpl b/stable/immich/8.1.23/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_machinelearning.tpl rename to stable/immich/8.1.23/templates/_machinelearning.tpl diff --git a/stable/immich/8.1.22/templates/_microservices.tpl b/stable/immich/8.1.23/templates/_microservices.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_microservices.tpl rename to stable/immich/8.1.23/templates/_microservices.tpl diff --git a/stable/immich/8.1.22/templates/_proxy.tpl b/stable/immich/8.1.23/templates/_proxy.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_proxy.tpl rename to stable/immich/8.1.23/templates/_proxy.tpl diff --git a/stable/immich/8.1.22/templates/_server.tpl b/stable/immich/8.1.23/templates/_server.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_server.tpl rename to stable/immich/8.1.23/templates/_server.tpl diff --git a/stable/immich/8.1.22/templates/_typesense.tpl b/stable/immich/8.1.23/templates/_typesense.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_typesense.tpl rename to stable/immich/8.1.23/templates/_typesense.tpl diff --git a/stable/immich/8.1.22/templates/_wait.tpl b/stable/immich/8.1.23/templates/_wait.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_wait.tpl rename to stable/immich/8.1.23/templates/_wait.tpl diff --git a/stable/immich/8.1.22/templates/_web.tpl b/stable/immich/8.1.23/templates/_web.tpl similarity index 100% rename from stable/immich/8.1.22/templates/_web.tpl rename to stable/immich/8.1.23/templates/_web.tpl diff --git a/stable/immich/8.1.22/templates/common.yaml b/stable/immich/8.1.23/templates/common.yaml similarity index 100% rename from stable/immich/8.1.22/templates/common.yaml rename to stable/immich/8.1.23/templates/common.yaml diff --git a/stable/immich/8.1.22/values.yaml b/stable/immich/8.1.23/values.yaml similarity index 100% rename from stable/immich/8.1.22/values.yaml rename to stable/immich/8.1.23/values.yaml