From a63883cf723f995e82ff625f0f482271bca23c65 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Mon, 10 Jul 2023 10:18:26 +0000 Subject: [PATCH] Publish new changes in catalog --- community/immich/{1.0.0 => 1.0.1}/Chart.lock | 0 community/immich/{1.0.0 => 1.0.1}/Chart.yaml | 4 ++-- community/immich/{1.0.0 => 1.0.1}/README.md | 0 community/immich/{1.0.0 => 1.0.1}/app-readme.md | 0 .../{1.0.0 => 1.0.1}/charts/common-1.0.10.tgz | Bin .../immich/{1.0.0 => 1.0.1}/ci/basic-values.yaml | 0 .../immich/{1.0.0 => 1.0.1}/ci/no-extra-values.yaml | 0 .../immich/{1.0.0 => 1.0.1}/ci/no-ml-values.yaml | 0 .../{1.0.0 => 1.0.1}/ci/no-typesenes-values.yaml | 0 community/immich/{1.0.0 => 1.0.1}/ix_values.yaml | 0 community/immich/{1.0.0 => 1.0.1}/metadata.yaml | 0 community/immich/{1.0.0 => 1.0.1}/questions.yaml | 0 .../immich/{1.0.0 => 1.0.1}/templates/NOTES.txt | 0 .../{1.0.0 => 1.0.1}/templates/_configuration.tpl | 0 .../templates/_immich-machinelearning.tpl | 0 .../templates/_immich-microservices.tpl | 0 .../{1.0.0 => 1.0.1}/templates/_immich-proxy.tpl | 0 .../{1.0.0 => 1.0.1}/templates/_immich-server.tpl | 0 .../templates/_immich-typesense.tpl | 0 .../{1.0.0 => 1.0.1}/templates/_immich-web.tpl | 0 .../{1.0.0 => 1.0.1}/templates/_persistence.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/_portal.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/_postgres.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/_redis.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/_service.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/_waitURL.tpl | 0 .../immich/{1.0.0 => 1.0.1}/templates/common.yaml | 0 27 files changed, 2 insertions(+), 2 deletions(-) rename community/immich/{1.0.0 => 1.0.1}/Chart.lock (100%) rename community/immich/{1.0.0 => 1.0.1}/Chart.yaml (94%) rename community/immich/{1.0.0 => 1.0.1}/README.md (100%) rename community/immich/{1.0.0 => 1.0.1}/app-readme.md (100%) rename community/immich/{1.0.0 => 1.0.1}/charts/common-1.0.10.tgz (100%) rename community/immich/{1.0.0 => 1.0.1}/ci/basic-values.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/ci/no-extra-values.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/ci/no-ml-values.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/ci/no-typesenes-values.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/ix_values.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/metadata.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/questions.yaml (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/NOTES.txt (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_configuration.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-machinelearning.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-microservices.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-proxy.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-server.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-typesense.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_immich-web.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_persistence.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_portal.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_postgres.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_redis.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_service.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/_waitURL.tpl (100%) rename community/immich/{1.0.0 => 1.0.1}/templates/common.yaml (100%) diff --git a/community/immich/1.0.0/Chart.lock b/community/immich/1.0.1/Chart.lock similarity index 100% rename from community/immich/1.0.0/Chart.lock rename to community/immich/1.0.1/Chart.lock diff --git a/community/immich/1.0.0/Chart.yaml b/community/immich/1.0.1/Chart.yaml similarity index 94% rename from community/immich/1.0.0/Chart.yaml rename to community/immich/1.0.1/Chart.yaml index 41cc814cd9..5f9c1b5788 100644 --- a/community/immich/1.0.0/Chart.yaml +++ b/community/immich/1.0.1/Chart.yaml @@ -3,9 +3,9 @@ description: Immich annotations: title: Immich type: application -version: 1.0.0 +version: 1.0.1 apiVersion: v2 -appVersion: '1.61.1' +appVersion: '1.66.1' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/immich/1.0.0/README.md b/community/immich/1.0.1/README.md similarity index 100% rename from community/immich/1.0.0/README.md rename to community/immich/1.0.1/README.md diff --git a/community/immich/1.0.0/app-readme.md b/community/immich/1.0.1/app-readme.md similarity index 100% rename from community/immich/1.0.0/app-readme.md rename to community/immich/1.0.1/app-readme.md diff --git a/community/immich/1.0.0/charts/common-1.0.10.tgz b/community/immich/1.0.1/charts/common-1.0.10.tgz similarity index 100% rename from community/immich/1.0.0/charts/common-1.0.10.tgz rename to community/immich/1.0.1/charts/common-1.0.10.tgz diff --git a/community/immich/1.0.0/ci/basic-values.yaml b/community/immich/1.0.1/ci/basic-values.yaml similarity index 100% rename from community/immich/1.0.0/ci/basic-values.yaml rename to community/immich/1.0.1/ci/basic-values.yaml diff --git a/community/immich/1.0.0/ci/no-extra-values.yaml b/community/immich/1.0.1/ci/no-extra-values.yaml similarity index 100% rename from community/immich/1.0.0/ci/no-extra-values.yaml rename to community/immich/1.0.1/ci/no-extra-values.yaml diff --git a/community/immich/1.0.0/ci/no-ml-values.yaml b/community/immich/1.0.1/ci/no-ml-values.yaml similarity index 100% rename from community/immich/1.0.0/ci/no-ml-values.yaml rename to community/immich/1.0.1/ci/no-ml-values.yaml diff --git a/community/immich/1.0.0/ci/no-typesenes-values.yaml b/community/immich/1.0.1/ci/no-typesenes-values.yaml similarity index 100% rename from community/immich/1.0.0/ci/no-typesenes-values.yaml rename to community/immich/1.0.1/ci/no-typesenes-values.yaml diff --git a/community/immich/1.0.0/ix_values.yaml b/community/immich/1.0.1/ix_values.yaml similarity index 100% rename from community/immich/1.0.0/ix_values.yaml rename to community/immich/1.0.1/ix_values.yaml diff --git a/community/immich/1.0.0/metadata.yaml b/community/immich/1.0.1/metadata.yaml similarity index 100% rename from community/immich/1.0.0/metadata.yaml rename to community/immich/1.0.1/metadata.yaml diff --git a/community/immich/1.0.0/questions.yaml b/community/immich/1.0.1/questions.yaml similarity index 100% rename from community/immich/1.0.0/questions.yaml rename to community/immich/1.0.1/questions.yaml diff --git a/community/immich/1.0.0/templates/NOTES.txt b/community/immich/1.0.1/templates/NOTES.txt similarity index 100% rename from community/immich/1.0.0/templates/NOTES.txt rename to community/immich/1.0.1/templates/NOTES.txt diff --git a/community/immich/1.0.0/templates/_configuration.tpl b/community/immich/1.0.1/templates/_configuration.tpl similarity index 100% rename from community/immich/1.0.0/templates/_configuration.tpl rename to community/immich/1.0.1/templates/_configuration.tpl diff --git a/community/immich/1.0.0/templates/_immich-machinelearning.tpl b/community/immich/1.0.1/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-machinelearning.tpl rename to community/immich/1.0.1/templates/_immich-machinelearning.tpl diff --git a/community/immich/1.0.0/templates/_immich-microservices.tpl b/community/immich/1.0.1/templates/_immich-microservices.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-microservices.tpl rename to community/immich/1.0.1/templates/_immich-microservices.tpl diff --git a/community/immich/1.0.0/templates/_immich-proxy.tpl b/community/immich/1.0.1/templates/_immich-proxy.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-proxy.tpl rename to community/immich/1.0.1/templates/_immich-proxy.tpl diff --git a/community/immich/1.0.0/templates/_immich-server.tpl b/community/immich/1.0.1/templates/_immich-server.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-server.tpl rename to community/immich/1.0.1/templates/_immich-server.tpl diff --git a/community/immich/1.0.0/templates/_immich-typesense.tpl b/community/immich/1.0.1/templates/_immich-typesense.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-typesense.tpl rename to community/immich/1.0.1/templates/_immich-typesense.tpl diff --git a/community/immich/1.0.0/templates/_immich-web.tpl b/community/immich/1.0.1/templates/_immich-web.tpl similarity index 100% rename from community/immich/1.0.0/templates/_immich-web.tpl rename to community/immich/1.0.1/templates/_immich-web.tpl diff --git a/community/immich/1.0.0/templates/_persistence.tpl b/community/immich/1.0.1/templates/_persistence.tpl similarity index 100% rename from community/immich/1.0.0/templates/_persistence.tpl rename to community/immich/1.0.1/templates/_persistence.tpl diff --git a/community/immich/1.0.0/templates/_portal.tpl b/community/immich/1.0.1/templates/_portal.tpl similarity index 100% rename from community/immich/1.0.0/templates/_portal.tpl rename to community/immich/1.0.1/templates/_portal.tpl diff --git a/community/immich/1.0.0/templates/_postgres.tpl b/community/immich/1.0.1/templates/_postgres.tpl similarity index 100% rename from community/immich/1.0.0/templates/_postgres.tpl rename to community/immich/1.0.1/templates/_postgres.tpl diff --git a/community/immich/1.0.0/templates/_redis.tpl b/community/immich/1.0.1/templates/_redis.tpl similarity index 100% rename from community/immich/1.0.0/templates/_redis.tpl rename to community/immich/1.0.1/templates/_redis.tpl diff --git a/community/immich/1.0.0/templates/_service.tpl b/community/immich/1.0.1/templates/_service.tpl similarity index 100% rename from community/immich/1.0.0/templates/_service.tpl rename to community/immich/1.0.1/templates/_service.tpl diff --git a/community/immich/1.0.0/templates/_waitURL.tpl b/community/immich/1.0.1/templates/_waitURL.tpl similarity index 100% rename from community/immich/1.0.0/templates/_waitURL.tpl rename to community/immich/1.0.1/templates/_waitURL.tpl diff --git a/community/immich/1.0.0/templates/common.yaml b/community/immich/1.0.1/templates/common.yaml similarity index 100% rename from community/immich/1.0.0/templates/common.yaml rename to community/immich/1.0.1/templates/common.yaml