diff --git a/community/immich/4.0.6/Chart.lock b/community/immich/4.0.7/Chart.lock similarity index 100% rename from community/immich/4.0.6/Chart.lock rename to community/immich/4.0.7/Chart.lock diff --git a/community/immich/4.0.6/Chart.yaml b/community/immich/4.0.7/Chart.yaml similarity index 97% rename from community/immich/4.0.6/Chart.yaml rename to community/immich/4.0.7/Chart.yaml index 3758eb5b6c..7e95a2e789 100644 --- a/community/immich/4.0.6/Chart.yaml +++ b/community/immich/4.0.7/Chart.yaml @@ -4,7 +4,7 @@ description: Immich is a self-hosted photo and video backup solution directly fr annotations: title: Immich type: application -version: 4.0.6 +version: 4.0.7 apiVersion: v2 appVersion: 1.108.0 kubeVersion: '>=1.16.0-0' diff --git a/community/immich/4.0.6/README.md b/community/immich/4.0.7/README.md similarity index 100% rename from community/immich/4.0.6/README.md rename to community/immich/4.0.7/README.md diff --git a/community/immich/4.0.6/app-readme.md b/community/immich/4.0.7/app-readme.md similarity index 100% rename from community/immich/4.0.6/app-readme.md rename to community/immich/4.0.7/app-readme.md diff --git a/community/immich/4.0.6/charts/common-1.2.9.tgz b/community/immich/4.0.7/charts/common-1.2.9.tgz similarity index 100% rename from community/immich/4.0.6/charts/common-1.2.9.tgz rename to community/immich/4.0.7/charts/common-1.2.9.tgz diff --git a/community/immich/4.0.6/ci/basic-values.yaml b/community/immich/4.0.7/ci/basic-values.yaml similarity index 100% rename from community/immich/4.0.6/ci/basic-values.yaml rename to community/immich/4.0.7/ci/basic-values.yaml diff --git a/community/immich/4.0.6/ci/extra-values.yaml b/community/immich/4.0.7/ci/extra-values.yaml similarity index 100% rename from community/immich/4.0.6/ci/extra-values.yaml rename to community/immich/4.0.7/ci/extra-values.yaml diff --git a/community/immich/4.0.6/ci/no-extra-values.yaml b/community/immich/4.0.7/ci/no-extra-values.yaml similarity index 100% rename from community/immich/4.0.6/ci/no-extra-values.yaml rename to community/immich/4.0.7/ci/no-extra-values.yaml diff --git a/community/immich/4.0.6/ci/no-ml-values.yaml b/community/immich/4.0.7/ci/no-ml-values.yaml similarity index 100% rename from community/immich/4.0.6/ci/no-ml-values.yaml rename to community/immich/4.0.7/ci/no-ml-values.yaml diff --git a/community/immich/4.0.6/ix_values.yaml b/community/immich/4.0.7/ix_values.yaml similarity index 100% rename from community/immich/4.0.6/ix_values.yaml rename to community/immich/4.0.7/ix_values.yaml diff --git a/community/immich/4.0.6/metadata.yaml b/community/immich/4.0.7/metadata.yaml similarity index 100% rename from community/immich/4.0.6/metadata.yaml rename to community/immich/4.0.7/metadata.yaml diff --git a/community/immich/4.0.6/migrations/migrate b/community/immich/4.0.7/migrations/migrate similarity index 100% rename from community/immich/4.0.6/migrations/migrate rename to community/immich/4.0.7/migrations/migrate diff --git a/community/immich/4.0.6/questions.yaml b/community/immich/4.0.7/questions.yaml similarity index 97% rename from community/immich/4.0.6/questions.yaml rename to community/immich/4.0.7/questions.yaml index b94ba56be3..517c9a5df7 100644 --- a/community/immich/4.0.6/questions.yaml +++ b/community/immich/4.0.7/questions.yaml @@ -843,7 +843,7 @@ questions: schema: type: string max_length: 12 - valid_chars: '^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$' + valid_chars: "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$" valid_chars_error: | Valid Memory limit formats are
- Suffixed with E/P/T/G/M/K - eg. 1G
@@ -861,3 +861,23 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] + - variable: immichGPUContainers + group: Resources Configuration + label: GPU Containers + description: Select which containers should use GPU. + schema: + type: dict + # This will only hide it if there are no GPUs available + # but will still show if there are 0 GPUs selected. + show_if: [["immichGPU", "!=", {}]] + attrs: + - variable: server + label: Enable GPU for Server + schema: + type: boolean + default: true + - variable: machinelearning + label: Enable GPU for Machine Learning + schema: + type: boolean + default: true diff --git a/community/immich/4.0.6/templates/NOTES.txt b/community/immich/4.0.7/templates/NOTES.txt similarity index 100% rename from community/immich/4.0.6/templates/NOTES.txt rename to community/immich/4.0.7/templates/NOTES.txt diff --git a/community/immich/4.0.6/templates/_configuration.tpl b/community/immich/4.0.7/templates/_configuration.tpl similarity index 94% rename from community/immich/4.0.6/templates/_configuration.tpl rename to community/immich/4.0.7/templates/_configuration.tpl index ce46d0692d..067a9b8636 100644 --- a/community/immich/4.0.6/templates/_configuration.tpl +++ b/community/immich/4.0.7/templates/_configuration.tpl @@ -88,8 +88,14 @@ scaleGPU: - gpu: {{ $key }}: {{ $value }} targetSelector: + {{- if $.Values.immichGPUContainers.server }} + server: + - server + {{- end }} + {{- if $.Values.immichGPUContainers.machinelearning }} machinelearning: - machinelearning + {{- end }} {{- end -}} {{- end -}} {{- end -}} diff --git a/community/immich/4.0.6/templates/_immich-machinelearning.tpl b/community/immich/4.0.7/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/4.0.6/templates/_immich-machinelearning.tpl rename to community/immich/4.0.7/templates/_immich-machinelearning.tpl diff --git a/community/immich/4.0.6/templates/_immich-server.tpl b/community/immich/4.0.7/templates/_immich-server.tpl similarity index 100% rename from community/immich/4.0.6/templates/_immich-server.tpl rename to community/immich/4.0.7/templates/_immich-server.tpl diff --git a/community/immich/4.0.6/templates/_persistence.tpl b/community/immich/4.0.7/templates/_persistence.tpl similarity index 100% rename from community/immich/4.0.6/templates/_persistence.tpl rename to community/immich/4.0.7/templates/_persistence.tpl diff --git a/community/immich/4.0.6/templates/_portal.tpl b/community/immich/4.0.7/templates/_portal.tpl similarity index 100% rename from community/immich/4.0.6/templates/_portal.tpl rename to community/immich/4.0.7/templates/_portal.tpl diff --git a/community/immich/4.0.6/templates/_postgres.tpl b/community/immich/4.0.7/templates/_postgres.tpl similarity index 100% rename from community/immich/4.0.6/templates/_postgres.tpl rename to community/immich/4.0.7/templates/_postgres.tpl diff --git a/community/immich/4.0.6/templates/_redis.tpl b/community/immich/4.0.7/templates/_redis.tpl similarity index 100% rename from community/immich/4.0.6/templates/_redis.tpl rename to community/immich/4.0.7/templates/_redis.tpl diff --git a/community/immich/4.0.6/templates/_service.tpl b/community/immich/4.0.7/templates/_service.tpl similarity index 100% rename from community/immich/4.0.6/templates/_service.tpl rename to community/immich/4.0.7/templates/_service.tpl diff --git a/community/immich/4.0.6/templates/_waitURL.tpl b/community/immich/4.0.7/templates/_waitURL.tpl similarity index 100% rename from community/immich/4.0.6/templates/_waitURL.tpl rename to community/immich/4.0.7/templates/_waitURL.tpl diff --git a/community/immich/4.0.6/templates/common.yaml b/community/immich/4.0.7/templates/common.yaml similarity index 100% rename from community/immich/4.0.6/templates/common.yaml rename to community/immich/4.0.7/templates/common.yaml