From 1b965d28dae4bbf6939c5552252c219aa40a6a26 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Sat, 15 Jul 2023 09:54:02 +0000 Subject: [PATCH] Publish new changes in catalog --- community/immich/{1.0.3 => 1.0.4}/Chart.lock | 0 community/immich/{1.0.3 => 1.0.4}/Chart.yaml | 4 ++-- community/immich/{1.0.3 => 1.0.4}/README.md | 0 community/immich/{1.0.3 => 1.0.4}/app-readme.md | 0 .../{1.0.3 => 1.0.4}/charts/common-1.0.11.tgz | Bin .../immich/{1.0.3 => 1.0.4}/ci/basic-values.yaml | 0 .../immich/{1.0.3 => 1.0.4}/ci/extra-values.yaml | 0 .../immich/{1.0.3 => 1.0.4}/ci/no-extra-values.yaml | 0 .../immich/{1.0.3 => 1.0.4}/ci/no-ml-values.yaml | 0 .../{1.0.3 => 1.0.4}/ci/no-typesenes-values.yaml | 0 community/immich/{1.0.3 => 1.0.4}/ix_values.yaml | 8 ++++---- community/immich/{1.0.3 => 1.0.4}/metadata.yaml | 0 community/immich/{1.0.3 => 1.0.4}/questions.yaml | 0 .../immich/{1.0.3 => 1.0.4}/templates/NOTES.txt | 0 .../{1.0.3 => 1.0.4}/templates/_configuration.tpl | 0 .../templates/_immich-machinelearning.tpl | 0 .../templates/_immich-microservices.tpl | 0 .../{1.0.3 => 1.0.4}/templates/_immich-proxy.tpl | 0 .../{1.0.3 => 1.0.4}/templates/_immich-server.tpl | 0 .../templates/_immich-typesense.tpl | 0 .../{1.0.3 => 1.0.4}/templates/_immich-web.tpl | 0 .../{1.0.3 => 1.0.4}/templates/_persistence.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/_portal.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/_postgres.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/_redis.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/_service.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/_waitURL.tpl | 0 .../immich/{1.0.3 => 1.0.4}/templates/common.yaml | 0 28 files changed, 6 insertions(+), 6 deletions(-) rename community/immich/{1.0.3 => 1.0.4}/Chart.lock (100%) rename community/immich/{1.0.3 => 1.0.4}/Chart.yaml (94%) rename community/immich/{1.0.3 => 1.0.4}/README.md (100%) rename community/immich/{1.0.3 => 1.0.4}/app-readme.md (100%) rename community/immich/{1.0.3 => 1.0.4}/charts/common-1.0.11.tgz (100%) rename community/immich/{1.0.3 => 1.0.4}/ci/basic-values.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/ci/extra-values.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/ci/no-extra-values.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/ci/no-ml-values.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/ci/no-typesenes-values.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/ix_values.yaml (95%) rename community/immich/{1.0.3 => 1.0.4}/metadata.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/questions.yaml (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/NOTES.txt (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_configuration.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-machinelearning.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-microservices.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-proxy.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-server.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-typesense.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_immich-web.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_persistence.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_portal.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_postgres.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_redis.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_service.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/_waitURL.tpl (100%) rename community/immich/{1.0.3 => 1.0.4}/templates/common.yaml (100%) diff --git a/community/immich/1.0.3/Chart.lock b/community/immich/1.0.4/Chart.lock similarity index 100% rename from community/immich/1.0.3/Chart.lock rename to community/immich/1.0.4/Chart.lock diff --git a/community/immich/1.0.3/Chart.yaml b/community/immich/1.0.4/Chart.yaml similarity index 94% rename from community/immich/1.0.3/Chart.yaml rename to community/immich/1.0.4/Chart.yaml index cc36de1a74..8579b9e4a0 100644 --- a/community/immich/1.0.3/Chart.yaml +++ b/community/immich/1.0.4/Chart.yaml @@ -3,9 +3,9 @@ description: Immich annotations: title: Immich type: application -version: 1.0.3 +version: 1.0.4 apiVersion: v2 -appVersion: '1.66.1' +appVersion: 1.67.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/immich/1.0.3/README.md b/community/immich/1.0.4/README.md similarity index 100% rename from community/immich/1.0.3/README.md rename to community/immich/1.0.4/README.md diff --git a/community/immich/1.0.3/app-readme.md b/community/immich/1.0.4/app-readme.md similarity index 100% rename from community/immich/1.0.3/app-readme.md rename to community/immich/1.0.4/app-readme.md diff --git a/community/immich/1.0.3/charts/common-1.0.11.tgz b/community/immich/1.0.4/charts/common-1.0.11.tgz similarity index 100% rename from community/immich/1.0.3/charts/common-1.0.11.tgz rename to community/immich/1.0.4/charts/common-1.0.11.tgz diff --git a/community/immich/1.0.3/ci/basic-values.yaml b/community/immich/1.0.4/ci/basic-values.yaml similarity index 100% rename from community/immich/1.0.3/ci/basic-values.yaml rename to community/immich/1.0.4/ci/basic-values.yaml diff --git a/community/immich/1.0.3/ci/extra-values.yaml b/community/immich/1.0.4/ci/extra-values.yaml similarity index 100% rename from community/immich/1.0.3/ci/extra-values.yaml rename to community/immich/1.0.4/ci/extra-values.yaml diff --git a/community/immich/1.0.3/ci/no-extra-values.yaml b/community/immich/1.0.4/ci/no-extra-values.yaml similarity index 100% rename from community/immich/1.0.3/ci/no-extra-values.yaml rename to community/immich/1.0.4/ci/no-extra-values.yaml diff --git a/community/immich/1.0.3/ci/no-ml-values.yaml b/community/immich/1.0.4/ci/no-ml-values.yaml similarity index 100% rename from community/immich/1.0.3/ci/no-ml-values.yaml rename to community/immich/1.0.4/ci/no-ml-values.yaml diff --git a/community/immich/1.0.3/ci/no-typesenes-values.yaml b/community/immich/1.0.4/ci/no-typesenes-values.yaml similarity index 100% rename from community/immich/1.0.3/ci/no-typesenes-values.yaml rename to community/immich/1.0.4/ci/no-typesenes-values.yaml diff --git a/community/immich/1.0.3/ix_values.yaml b/community/immich/1.0.4/ix_values.yaml similarity index 95% rename from community/immich/1.0.3/ix_values.yaml rename to community/immich/1.0.4/ix_values.yaml index b7f3bfadef..9a37f96872 100644 --- a/community/immich/1.0.3/ix_values.yaml +++ b/community/immich/1.0.4/ix_values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 webImage: repository: altran1502/immich-web pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 proxyImage: repository: altran1502/immich-proxy pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.66.1 + tag: v1.67.2 typesenseImage: repository: typesense/typesense diff --git a/community/immich/1.0.3/metadata.yaml b/community/immich/1.0.4/metadata.yaml similarity index 100% rename from community/immich/1.0.3/metadata.yaml rename to community/immich/1.0.4/metadata.yaml diff --git a/community/immich/1.0.3/questions.yaml b/community/immich/1.0.4/questions.yaml similarity index 100% rename from community/immich/1.0.3/questions.yaml rename to community/immich/1.0.4/questions.yaml diff --git a/community/immich/1.0.3/templates/NOTES.txt b/community/immich/1.0.4/templates/NOTES.txt similarity index 100% rename from community/immich/1.0.3/templates/NOTES.txt rename to community/immich/1.0.4/templates/NOTES.txt diff --git a/community/immich/1.0.3/templates/_configuration.tpl b/community/immich/1.0.4/templates/_configuration.tpl similarity index 100% rename from community/immich/1.0.3/templates/_configuration.tpl rename to community/immich/1.0.4/templates/_configuration.tpl diff --git a/community/immich/1.0.3/templates/_immich-machinelearning.tpl b/community/immich/1.0.4/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-machinelearning.tpl rename to community/immich/1.0.4/templates/_immich-machinelearning.tpl diff --git a/community/immich/1.0.3/templates/_immich-microservices.tpl b/community/immich/1.0.4/templates/_immich-microservices.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-microservices.tpl rename to community/immich/1.0.4/templates/_immich-microservices.tpl diff --git a/community/immich/1.0.3/templates/_immich-proxy.tpl b/community/immich/1.0.4/templates/_immich-proxy.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-proxy.tpl rename to community/immich/1.0.4/templates/_immich-proxy.tpl diff --git a/community/immich/1.0.3/templates/_immich-server.tpl b/community/immich/1.0.4/templates/_immich-server.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-server.tpl rename to community/immich/1.0.4/templates/_immich-server.tpl diff --git a/community/immich/1.0.3/templates/_immich-typesense.tpl b/community/immich/1.0.4/templates/_immich-typesense.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-typesense.tpl rename to community/immich/1.0.4/templates/_immich-typesense.tpl diff --git a/community/immich/1.0.3/templates/_immich-web.tpl b/community/immich/1.0.4/templates/_immich-web.tpl similarity index 100% rename from community/immich/1.0.3/templates/_immich-web.tpl rename to community/immich/1.0.4/templates/_immich-web.tpl diff --git a/community/immich/1.0.3/templates/_persistence.tpl b/community/immich/1.0.4/templates/_persistence.tpl similarity index 100% rename from community/immich/1.0.3/templates/_persistence.tpl rename to community/immich/1.0.4/templates/_persistence.tpl diff --git a/community/immich/1.0.3/templates/_portal.tpl b/community/immich/1.0.4/templates/_portal.tpl similarity index 100% rename from community/immich/1.0.3/templates/_portal.tpl rename to community/immich/1.0.4/templates/_portal.tpl diff --git a/community/immich/1.0.3/templates/_postgres.tpl b/community/immich/1.0.4/templates/_postgres.tpl similarity index 100% rename from community/immich/1.0.3/templates/_postgres.tpl rename to community/immich/1.0.4/templates/_postgres.tpl diff --git a/community/immich/1.0.3/templates/_redis.tpl b/community/immich/1.0.4/templates/_redis.tpl similarity index 100% rename from community/immich/1.0.3/templates/_redis.tpl rename to community/immich/1.0.4/templates/_redis.tpl diff --git a/community/immich/1.0.3/templates/_service.tpl b/community/immich/1.0.4/templates/_service.tpl similarity index 100% rename from community/immich/1.0.3/templates/_service.tpl rename to community/immich/1.0.4/templates/_service.tpl diff --git a/community/immich/1.0.3/templates/_waitURL.tpl b/community/immich/1.0.4/templates/_waitURL.tpl similarity index 100% rename from community/immich/1.0.3/templates/_waitURL.tpl rename to community/immich/1.0.4/templates/_waitURL.tpl diff --git a/community/immich/1.0.3/templates/common.yaml b/community/immich/1.0.4/templates/common.yaml similarity index 100% rename from community/immich/1.0.3/templates/common.yaml rename to community/immich/1.0.4/templates/common.yaml