From fa8630723dd63fcf44ee052b126670dbfd51ccdf Mon Sep 17 00:00:00 2001 From: sonicaj Date: Tue, 8 Aug 2023 07:05:02 +0000 Subject: [PATCH] Publish new changes in catalog --- community/immich/{1.0.11 => 1.0.12}/Chart.lock | 0 community/immich/{1.0.11 => 1.0.12}/Chart.yaml | 4 ++-- community/immich/{1.0.11 => 1.0.12}/README.md | 0 community/immich/{1.0.11 => 1.0.12}/app-readme.md | 0 .../{1.0.11 => 1.0.12}/charts/common-1.0.12.tgz | Bin .../immich/{1.0.11 => 1.0.12}/ci/basic-values.yaml | 0 .../immich/{1.0.11 => 1.0.12}/ci/extra-values.yaml | 0 .../{1.0.11 => 1.0.12}/ci/no-extra-values.yaml | 0 .../immich/{1.0.11 => 1.0.12}/ci/no-ml-values.yaml | 0 .../{1.0.11 => 1.0.12}/ci/no-typesenes-values.yaml | 0 community/immich/{1.0.11 => 1.0.12}/ix_values.yaml | 8 ++++---- community/immich/{1.0.11 => 1.0.12}/metadata.yaml | 0 community/immich/{1.0.11 => 1.0.12}/questions.yaml | 0 .../immich/{1.0.11 => 1.0.12}/templates/NOTES.txt | 0 .../{1.0.11 => 1.0.12}/templates/_configuration.tpl | 0 .../templates/_immich-machinelearning.tpl | 0 .../templates/_immich-microservices.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_immich-proxy.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_immich-server.tpl | 0 .../templates/_immich-typesense.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_immich-web.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_persistence.tpl | 0 .../immich/{1.0.11 => 1.0.12}/templates/_portal.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_postgres.tpl | 0 .../immich/{1.0.11 => 1.0.12}/templates/_redis.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_service.tpl | 0 .../{1.0.11 => 1.0.12}/templates/_waitURL.tpl | 0 .../immich/{1.0.11 => 1.0.12}/templates/common.yaml | 0 28 files changed, 6 insertions(+), 6 deletions(-) rename community/immich/{1.0.11 => 1.0.12}/Chart.lock (100%) rename community/immich/{1.0.11 => 1.0.12}/Chart.yaml (94%) rename community/immich/{1.0.11 => 1.0.12}/README.md (100%) rename community/immich/{1.0.11 => 1.0.12}/app-readme.md (100%) rename community/immich/{1.0.11 => 1.0.12}/charts/common-1.0.12.tgz (100%) rename community/immich/{1.0.11 => 1.0.12}/ci/basic-values.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/ci/extra-values.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/ci/no-extra-values.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/ci/no-ml-values.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/ci/no-typesenes-values.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/ix_values.yaml (96%) rename community/immich/{1.0.11 => 1.0.12}/metadata.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/questions.yaml (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/NOTES.txt (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_configuration.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-machinelearning.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-microservices.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-proxy.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-server.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-typesense.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_immich-web.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_persistence.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_portal.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_postgres.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_redis.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_service.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/_waitURL.tpl (100%) rename community/immich/{1.0.11 => 1.0.12}/templates/common.yaml (100%) diff --git a/community/immich/1.0.11/Chart.lock b/community/immich/1.0.12/Chart.lock similarity index 100% rename from community/immich/1.0.11/Chart.lock rename to community/immich/1.0.12/Chart.lock diff --git a/community/immich/1.0.11/Chart.yaml b/community/immich/1.0.12/Chart.yaml similarity index 94% rename from community/immich/1.0.11/Chart.yaml rename to community/immich/1.0.12/Chart.yaml index 53198efd3d..f304dbef3c 100644 --- a/community/immich/1.0.11/Chart.yaml +++ b/community/immich/1.0.12/Chart.yaml @@ -3,9 +3,9 @@ description: Immich annotations: title: Immich type: application -version: 1.0.11 +version: 1.0.12 apiVersion: v2 -appVersion: 1.72.1 +appVersion: 1.72.2 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/immich/1.0.11/README.md b/community/immich/1.0.12/README.md similarity index 100% rename from community/immich/1.0.11/README.md rename to community/immich/1.0.12/README.md diff --git a/community/immich/1.0.11/app-readme.md b/community/immich/1.0.12/app-readme.md similarity index 100% rename from community/immich/1.0.11/app-readme.md rename to community/immich/1.0.12/app-readme.md diff --git a/community/immich/1.0.11/charts/common-1.0.12.tgz b/community/immich/1.0.12/charts/common-1.0.12.tgz similarity index 100% rename from community/immich/1.0.11/charts/common-1.0.12.tgz rename to community/immich/1.0.12/charts/common-1.0.12.tgz diff --git a/community/immich/1.0.11/ci/basic-values.yaml b/community/immich/1.0.12/ci/basic-values.yaml similarity index 100% rename from community/immich/1.0.11/ci/basic-values.yaml rename to community/immich/1.0.12/ci/basic-values.yaml diff --git a/community/immich/1.0.11/ci/extra-values.yaml b/community/immich/1.0.12/ci/extra-values.yaml similarity index 100% rename from community/immich/1.0.11/ci/extra-values.yaml rename to community/immich/1.0.12/ci/extra-values.yaml diff --git a/community/immich/1.0.11/ci/no-extra-values.yaml b/community/immich/1.0.12/ci/no-extra-values.yaml similarity index 100% rename from community/immich/1.0.11/ci/no-extra-values.yaml rename to community/immich/1.0.12/ci/no-extra-values.yaml diff --git a/community/immich/1.0.11/ci/no-ml-values.yaml b/community/immich/1.0.12/ci/no-ml-values.yaml similarity index 100% rename from community/immich/1.0.11/ci/no-ml-values.yaml rename to community/immich/1.0.12/ci/no-ml-values.yaml diff --git a/community/immich/1.0.11/ci/no-typesenes-values.yaml b/community/immich/1.0.12/ci/no-typesenes-values.yaml similarity index 100% rename from community/immich/1.0.11/ci/no-typesenes-values.yaml rename to community/immich/1.0.12/ci/no-typesenes-values.yaml diff --git a/community/immich/1.0.11/ix_values.yaml b/community/immich/1.0.12/ix_values.yaml similarity index 96% rename from community/immich/1.0.11/ix_values.yaml rename to community/immich/1.0.12/ix_values.yaml index cdd6679fa4..d0930523c1 100644 --- a/community/immich/1.0.11/ix_values.yaml +++ b/community/immich/1.0.12/ix_values.yaml @@ -1,22 +1,22 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.72.1 + tag: v1.72.2 webImage: repository: altran1502/immich-web pullPolicy: IfNotPresent - tag: v1.72.1 + tag: v1.72.2 proxyImage: repository: altran1502/immich-proxy pullPolicy: IfNotPresent - tag: v1.72.1 + tag: v1.72.2 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.72.1 + tag: v1.72.2 typesenseImage: repository: typesense/typesense diff --git a/community/immich/1.0.11/metadata.yaml b/community/immich/1.0.12/metadata.yaml similarity index 100% rename from community/immich/1.0.11/metadata.yaml rename to community/immich/1.0.12/metadata.yaml diff --git a/community/immich/1.0.11/questions.yaml b/community/immich/1.0.12/questions.yaml similarity index 100% rename from community/immich/1.0.11/questions.yaml rename to community/immich/1.0.12/questions.yaml diff --git a/community/immich/1.0.11/templates/NOTES.txt b/community/immich/1.0.12/templates/NOTES.txt similarity index 100% rename from community/immich/1.0.11/templates/NOTES.txt rename to community/immich/1.0.12/templates/NOTES.txt diff --git a/community/immich/1.0.11/templates/_configuration.tpl b/community/immich/1.0.12/templates/_configuration.tpl similarity index 100% rename from community/immich/1.0.11/templates/_configuration.tpl rename to community/immich/1.0.12/templates/_configuration.tpl diff --git a/community/immich/1.0.11/templates/_immich-machinelearning.tpl b/community/immich/1.0.12/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-machinelearning.tpl rename to community/immich/1.0.12/templates/_immich-machinelearning.tpl diff --git a/community/immich/1.0.11/templates/_immich-microservices.tpl b/community/immich/1.0.12/templates/_immich-microservices.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-microservices.tpl rename to community/immich/1.0.12/templates/_immich-microservices.tpl diff --git a/community/immich/1.0.11/templates/_immich-proxy.tpl b/community/immich/1.0.12/templates/_immich-proxy.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-proxy.tpl rename to community/immich/1.0.12/templates/_immich-proxy.tpl diff --git a/community/immich/1.0.11/templates/_immich-server.tpl b/community/immich/1.0.12/templates/_immich-server.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-server.tpl rename to community/immich/1.0.12/templates/_immich-server.tpl diff --git a/community/immich/1.0.11/templates/_immich-typesense.tpl b/community/immich/1.0.12/templates/_immich-typesense.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-typesense.tpl rename to community/immich/1.0.12/templates/_immich-typesense.tpl diff --git a/community/immich/1.0.11/templates/_immich-web.tpl b/community/immich/1.0.12/templates/_immich-web.tpl similarity index 100% rename from community/immich/1.0.11/templates/_immich-web.tpl rename to community/immich/1.0.12/templates/_immich-web.tpl diff --git a/community/immich/1.0.11/templates/_persistence.tpl b/community/immich/1.0.12/templates/_persistence.tpl similarity index 100% rename from community/immich/1.0.11/templates/_persistence.tpl rename to community/immich/1.0.12/templates/_persistence.tpl diff --git a/community/immich/1.0.11/templates/_portal.tpl b/community/immich/1.0.12/templates/_portal.tpl similarity index 100% rename from community/immich/1.0.11/templates/_portal.tpl rename to community/immich/1.0.12/templates/_portal.tpl diff --git a/community/immich/1.0.11/templates/_postgres.tpl b/community/immich/1.0.12/templates/_postgres.tpl similarity index 100% rename from community/immich/1.0.11/templates/_postgres.tpl rename to community/immich/1.0.12/templates/_postgres.tpl diff --git a/community/immich/1.0.11/templates/_redis.tpl b/community/immich/1.0.12/templates/_redis.tpl similarity index 100% rename from community/immich/1.0.11/templates/_redis.tpl rename to community/immich/1.0.12/templates/_redis.tpl diff --git a/community/immich/1.0.11/templates/_service.tpl b/community/immich/1.0.12/templates/_service.tpl similarity index 100% rename from community/immich/1.0.11/templates/_service.tpl rename to community/immich/1.0.12/templates/_service.tpl diff --git a/community/immich/1.0.11/templates/_waitURL.tpl b/community/immich/1.0.12/templates/_waitURL.tpl similarity index 100% rename from community/immich/1.0.11/templates/_waitURL.tpl rename to community/immich/1.0.12/templates/_waitURL.tpl diff --git a/community/immich/1.0.11/templates/common.yaml b/community/immich/1.0.12/templates/common.yaml similarity index 100% rename from community/immich/1.0.11/templates/common.yaml rename to community/immich/1.0.12/templates/common.yaml