From 93486a925e153916beea9844cf5e481e47781ccd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 15 Jul 2023 12:44:58 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/7.1.5/app-changelog.md | 9 --------- stable/immich/{7.1.5 => 7.1.6}/CHANGELOG.md | 18 +++++++++--------- stable/immich/{7.1.5 => 7.1.6}/Chart.yaml | 4 ++-- stable/immich/{7.1.5 => 7.1.6}/LICENSE | 0 stable/immich/{7.1.5 => 7.1.6}/README.md | 0 stable/immich/7.1.6/app-changelog.md | 9 +++++++++ stable/immich/{7.1.5 => 7.1.6}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{7.1.5 => 7.1.6}/charts/redis-6.0.62.tgz | Bin stable/immich/{7.1.5 => 7.1.6}/ix_values.yaml | 8 ++++---- stable/immich/{7.1.5 => 7.1.6}/questions.yaml | 0 .../{7.1.5 => 7.1.6}/templates/NOTES.txt | 0 .../{7.1.5 => 7.1.6}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{7.1.5 => 7.1.6}/templates/_proxy.tpl | 0 .../{7.1.5 => 7.1.6}/templates/_server.tpl | 0 .../{7.1.5 => 7.1.6}/templates/_typesense.tpl | 0 .../{7.1.5 => 7.1.6}/templates/_wait.tpl | 0 .../{7.1.5 => 7.1.6}/templates/_web.tpl | 0 .../{7.1.5 => 7.1.6}/templates/common.yaml | 0 stable/immich/{7.1.5 => 7.1.6}/values.yaml | 0 22 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 stable/immich/7.1.5/app-changelog.md rename stable/immich/{7.1.5 => 7.1.6}/CHANGELOG.md (91%) rename stable/immich/{7.1.5 => 7.1.6}/Chart.yaml (95%) rename stable/immich/{7.1.5 => 7.1.6}/LICENSE (100%) rename stable/immich/{7.1.5 => 7.1.6}/README.md (100%) create mode 100644 stable/immich/7.1.6/app-changelog.md rename stable/immich/{7.1.5 => 7.1.6}/app-readme.md (100%) rename stable/immich/{7.1.5 => 7.1.6}/charts/common-12.14.6.tgz (100%) rename stable/immich/{7.1.5 => 7.1.6}/charts/redis-6.0.62.tgz (100%) rename stable/immich/{7.1.5 => 7.1.6}/ix_values.yaml (91%) rename stable/immich/{7.1.5 => 7.1.6}/questions.yaml (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/NOTES.txt (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_config.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_machinelearning.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_microservices.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_proxy.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_server.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_typesense.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_wait.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/_web.tpl (100%) rename stable/immich/{7.1.5 => 7.1.6}/templates/common.yaml (100%) rename stable/immich/{7.1.5 => 7.1.6}/values.yaml (100%) diff --git a/stable/immich/7.1.5/app-changelog.md b/stable/immich/7.1.5/app-changelog.md deleted file mode 100644 index e2fa86ed38..0000000000 --- a/stable/immich/7.1.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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.5/CHANGELOG.md b/stable/immich/7.1.6/CHANGELOG.md similarity index 91% rename from stable/immich/7.1.5/CHANGELOG.md rename to stable/immich/7.1.6/CHANGELOG.md index e791e12acc..5a09eacc0c 100644 --- a/stable/immich/7.1.5/CHANGELOG.md +++ b/stable/immich/7.1.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-7.1.6](https://github.com/truecharts/charts/compare/immich-7.1.5...immich-7.1.6) (2023-07-15) + +### Chore + +- update immich to v1.67.2 (minor) ([#10493](https://github.com/truecharts/charts/issues/10493)) + + + + ## [immich-7.1.5](https://github.com/truecharts/charts/compare/immich-7.1.4...immich-7.1.5) (2023-07-07) ### Chore @@ -88,12 +97,3 @@ ## [immich-7.0.13](https://github.com/truecharts/charts/compare/immich-7.0.12...immich-7.0.13) (2023-06-10) ### Chore - -- update immich to v1.60.0 (minor) ([#9548](https://github.com/truecharts/charts/issues/9548)) - - - - -## [immich-7.0.12](https://github.com/truecharts/charts/compare/immich-7.0.11...immich-7.0.12) (2023-06-07) - -### Chore diff --git a/stable/immich/7.1.5/Chart.yaml b/stable/immich/7.1.6/Chart.yaml similarity index 95% rename from stable/immich/7.1.5/Chart.yaml rename to stable/immich/7.1.6/Chart.yaml index 35c267425f..9b0a5af343 100644 --- a/stable/immich/7.1.5/Chart.yaml +++ b/stable/immich/7.1.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.66.1" +appVersion: "1.67.2" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -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.5 +version: 7.1.6 annotations: truecharts.org/catagories: | - media diff --git a/stable/immich/7.1.5/LICENSE b/stable/immich/7.1.6/LICENSE similarity index 100% rename from stable/immich/7.1.5/LICENSE rename to stable/immich/7.1.6/LICENSE diff --git a/stable/immich/7.1.5/README.md b/stable/immich/7.1.6/README.md similarity index 100% rename from stable/immich/7.1.5/README.md rename to stable/immich/7.1.6/README.md diff --git a/stable/immich/7.1.6/app-changelog.md b/stable/immich/7.1.6/app-changelog.md new file mode 100644 index 0000000000..827d164c14 --- /dev/null +++ b/stable/immich/7.1.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-7.1.6](https://github.com/truecharts/charts/compare/immich-7.1.5...immich-7.1.6) (2023-07-15) + +### Chore + +- update immich to v1.67.2 (minor) ([#10493](https://github.com/truecharts/charts/issues/10493)) + + \ No newline at end of file diff --git a/stable/immich/7.1.5/app-readme.md b/stable/immich/7.1.6/app-readme.md similarity index 100% rename from stable/immich/7.1.5/app-readme.md rename to stable/immich/7.1.6/app-readme.md diff --git a/stable/immich/7.1.5/charts/common-12.14.6.tgz b/stable/immich/7.1.6/charts/common-12.14.6.tgz similarity index 100% rename from stable/immich/7.1.5/charts/common-12.14.6.tgz rename to stable/immich/7.1.6/charts/common-12.14.6.tgz diff --git a/stable/immich/7.1.5/charts/redis-6.0.62.tgz b/stable/immich/7.1.6/charts/redis-6.0.62.tgz similarity index 100% rename from stable/immich/7.1.5/charts/redis-6.0.62.tgz rename to stable/immich/7.1.6/charts/redis-6.0.62.tgz diff --git a/stable/immich/7.1.5/ix_values.yaml b/stable/immich/7.1.6/ix_values.yaml similarity index 91% rename from stable/immich/7.1.5/ix_values.yaml rename to stable/immich/7.1.6/ix_values.yaml index db344c8110..6b72b9cfac 100644 --- a/stable/immich/7.1.5/ix_values.yaml +++ b/stable/immich/7.1.6/ix_values.yaml @@ -1,18 +1,18 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.66.1@sha256:a529d2704fd206d75583cf19501786a2dcf24ad24debb200c88d7fa2c58bf490 + tag: v1.67.2@sha256:ff29438affc14971c66fccab133bdc9669b8a4ecd3374ed13269964ca9333f01 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.66.1@sha256:42852c7d2b447ec744a000db48f9394d6add8eccfb4c01592e5ed3568a29a430 + tag: v1.67.2@sha256:62fd18ea28d1f0c469ca1fa2e31e6dc2d6082cdf97af0322deb2a404eca7fa69 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web - tag: v1.66.1@sha256:62085f25f14af302b5f8c43c7e6fb23da0f42dd0f731d12725ebd3a72cdbf4a2 + tag: v1.67.2@sha256:b22817b58629e5b14cae40b1bf861980b65cee8387defbf0610be40d1aad2604 pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.66.1@sha256:10ea182a164a3cc206b24179047f8e438eb9de755ca7cebde2aee9baf401c2d3 + tag: v1.67.2@sha256:275c7b2009fa2f5d1dda9287882f86ce729414d46ab157fbaf16a40c60f9f1e4 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense diff --git a/stable/immich/7.1.5/questions.yaml b/stable/immich/7.1.6/questions.yaml similarity index 100% rename from stable/immich/7.1.5/questions.yaml rename to stable/immich/7.1.6/questions.yaml diff --git a/stable/immich/7.1.5/templates/NOTES.txt b/stable/immich/7.1.6/templates/NOTES.txt similarity index 100% rename from stable/immich/7.1.5/templates/NOTES.txt rename to stable/immich/7.1.6/templates/NOTES.txt diff --git a/stable/immich/7.1.5/templates/_config.tpl b/stable/immich/7.1.6/templates/_config.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_config.tpl rename to stable/immich/7.1.6/templates/_config.tpl diff --git a/stable/immich/7.1.5/templates/_machinelearning.tpl b/stable/immich/7.1.6/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_machinelearning.tpl rename to stable/immich/7.1.6/templates/_machinelearning.tpl diff --git a/stable/immich/7.1.5/templates/_microservices.tpl b/stable/immich/7.1.6/templates/_microservices.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_microservices.tpl rename to stable/immich/7.1.6/templates/_microservices.tpl diff --git a/stable/immich/7.1.5/templates/_proxy.tpl b/stable/immich/7.1.6/templates/_proxy.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_proxy.tpl rename to stable/immich/7.1.6/templates/_proxy.tpl diff --git a/stable/immich/7.1.5/templates/_server.tpl b/stable/immich/7.1.6/templates/_server.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_server.tpl rename to stable/immich/7.1.6/templates/_server.tpl diff --git a/stable/immich/7.1.5/templates/_typesense.tpl b/stable/immich/7.1.6/templates/_typesense.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_typesense.tpl rename to stable/immich/7.1.6/templates/_typesense.tpl diff --git a/stable/immich/7.1.5/templates/_wait.tpl b/stable/immich/7.1.6/templates/_wait.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_wait.tpl rename to stable/immich/7.1.6/templates/_wait.tpl diff --git a/stable/immich/7.1.5/templates/_web.tpl b/stable/immich/7.1.6/templates/_web.tpl similarity index 100% rename from stable/immich/7.1.5/templates/_web.tpl rename to stable/immich/7.1.6/templates/_web.tpl diff --git a/stable/immich/7.1.5/templates/common.yaml b/stable/immich/7.1.6/templates/common.yaml similarity index 100% rename from stable/immich/7.1.5/templates/common.yaml rename to stable/immich/7.1.6/templates/common.yaml diff --git a/stable/immich/7.1.5/values.yaml b/stable/immich/7.1.6/values.yaml similarity index 100% rename from stable/immich/7.1.5/values.yaml rename to stable/immich/7.1.6/values.yaml