From ec0d6a593d6ea23016e768cef0e7d27cadf977eb Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 7 Jul 2023 09:09:48 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/immich/7.1.3/app-changelog.md | 9 - stable/immich/{7.1.3 => 7.1.4}/CHANGELOG.md | 18 +- stable/immich/{7.1.3 => 7.1.4}/Chart.yaml | 4 +- stable/immich/{7.1.3 => 7.1.4}/LICENSE | 0 stable/immich/{7.1.3 => 7.1.4}/README.md | 0 stable/immich/7.1.4/app-changelog.md | 9 + stable/immich/{7.1.3 => 7.1.4}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{7.1.3 => 7.1.4}/charts/redis-6.0.62.tgz | Bin stable/immich/{7.1.3 => 7.1.4}/ix_values.yaml | 6 +- stable/immich/{7.1.3 => 7.1.4}/questions.yaml | 308 ++++++++++-------- .../{7.1.3 => 7.1.4}/templates/NOTES.txt | 0 .../{7.1.3 => 7.1.4}/templates/_config.tpl | 0 .../templates/_machinelearning.tpl | 0 .../templates/_microservices.tpl | 0 .../{7.1.3 => 7.1.4}/templates/_proxy.tpl | 0 .../{7.1.3 => 7.1.4}/templates/_server.tpl | 0 .../{7.1.3 => 7.1.4}/templates/_typesense.tpl | 0 .../{7.1.3 => 7.1.4}/templates/_wait.tpl | 0 .../{7.1.3 => 7.1.4}/templates/_web.tpl | 0 .../{7.1.3 => 7.1.4}/templates/common.yaml | 0 stable/immich/{7.1.3 => 7.1.4}/values.yaml | 0 22 files changed, 195 insertions(+), 159 deletions(-) delete mode 100644 stable/immich/7.1.3/app-changelog.md rename stable/immich/{7.1.3 => 7.1.4}/CHANGELOG.md (91%) rename stable/immich/{7.1.3 => 7.1.4}/Chart.yaml (95%) rename stable/immich/{7.1.3 => 7.1.4}/LICENSE (100%) rename stable/immich/{7.1.3 => 7.1.4}/README.md (100%) create mode 100644 stable/immich/7.1.4/app-changelog.md rename stable/immich/{7.1.3 => 7.1.4}/app-readme.md (100%) rename stable/immich/{7.1.3 => 7.1.4}/charts/common-12.14.6.tgz (100%) rename stable/immich/{7.1.3 => 7.1.4}/charts/redis-6.0.62.tgz (100%) rename stable/immich/{7.1.3 => 7.1.4}/ix_values.yaml (93%) rename stable/immich/{7.1.3 => 7.1.4}/questions.yaml (92%) rename stable/immich/{7.1.3 => 7.1.4}/templates/NOTES.txt (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_config.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_machinelearning.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_microservices.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_proxy.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_server.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_typesense.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_wait.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/_web.tpl (100%) rename stable/immich/{7.1.3 => 7.1.4}/templates/common.yaml (100%) rename stable/immich/{7.1.3 => 7.1.4}/values.yaml (100%) diff --git a/stable/immich/7.1.3/app-changelog.md b/stable/immich/7.1.3/app-changelog.md deleted file mode 100644 index f1fc9a176e7..00000000000 --- a/stable/immich/7.1.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [immich-7.1.3](https://github.com/truecharts/charts/compare/immich-7.1.2...immich-7.1.3) (2023-07-04) - -### Chore - -- update immich to v1.65.0 (minor) ([#10160](https://github.com/truecharts/charts/issues/10160)) - - \ No newline at end of file diff --git a/stable/immich/7.1.3/CHANGELOG.md b/stable/immich/7.1.4/CHANGELOG.md similarity index 91% rename from stable/immich/7.1.3/CHANGELOG.md rename to stable/immich/7.1.4/CHANGELOG.md index 1dd90551879..8d944832d51 100644 --- a/stable/immich/7.1.3/CHANGELOG.md +++ b/stable/immich/7.1.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [immich-7.1.4](https://github.com/truecharts/charts/compare/immich-7.1.3...immich-7.1.4) (2023-07-07) + +### Chore + +- update immich to v1.66.1 (minor) ([#10239](https://github.com/truecharts/charts/issues/10239)) + + + + ## [immich-7.1.3](https://github.com/truecharts/charts/compare/immich-7.1.2...immich-7.1.3) (2023-07-04) ### Chore @@ -88,12 +97,3 @@ ## [immich-7.0.11](https://github.com/truecharts/charts/compare/immich-7.0.10...immich-7.0.11) (2023-06-07) ### Chore - -- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457)) - - - - -## [immich-7.0.10](https://github.com/truecharts/charts/compare/immich-7.0.9...immich-7.0.10) (2023-06-07) - -### Chore diff --git a/stable/immich/7.1.3/Chart.yaml b/stable/immich/7.1.4/Chart.yaml similarity index 95% rename from stable/immich/7.1.3/Chart.yaml rename to stable/immich/7.1.4/Chart.yaml index d5ca36cff94..544a13aa16e 100644 --- a/stable/immich/7.1.3/Chart.yaml +++ b/stable/immich/7.1.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.65.0" +appVersion: "1.66.1" 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.3 +version: 7.1.4 annotations: truecharts.org/catagories: | - media diff --git a/stable/immich/7.1.3/LICENSE b/stable/immich/7.1.4/LICENSE similarity index 100% rename from stable/immich/7.1.3/LICENSE rename to stable/immich/7.1.4/LICENSE diff --git a/stable/immich/7.1.3/README.md b/stable/immich/7.1.4/README.md similarity index 100% rename from stable/immich/7.1.3/README.md rename to stable/immich/7.1.4/README.md diff --git a/stable/immich/7.1.4/app-changelog.md b/stable/immich/7.1.4/app-changelog.md new file mode 100644 index 00000000000..a227fae5852 --- /dev/null +++ b/stable/immich/7.1.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [immich-7.1.4](https://github.com/truecharts/charts/compare/immich-7.1.3...immich-7.1.4) (2023-07-07) + +### Chore + +- update immich to v1.66.1 (minor) ([#10239](https://github.com/truecharts/charts/issues/10239)) + + \ No newline at end of file diff --git a/stable/immich/7.1.3/app-readme.md b/stable/immich/7.1.4/app-readme.md similarity index 100% rename from stable/immich/7.1.3/app-readme.md rename to stable/immich/7.1.4/app-readme.md diff --git a/stable/immich/7.1.3/charts/common-12.14.6.tgz b/stable/immich/7.1.4/charts/common-12.14.6.tgz similarity index 100% rename from stable/immich/7.1.3/charts/common-12.14.6.tgz rename to stable/immich/7.1.4/charts/common-12.14.6.tgz diff --git a/stable/immich/7.1.3/charts/redis-6.0.62.tgz b/stable/immich/7.1.4/charts/redis-6.0.62.tgz similarity index 100% rename from stable/immich/7.1.3/charts/redis-6.0.62.tgz rename to stable/immich/7.1.4/charts/redis-6.0.62.tgz diff --git a/stable/immich/7.1.3/ix_values.yaml b/stable/immich/7.1.4/ix_values.yaml similarity index 93% rename from stable/immich/7.1.3/ix_values.yaml rename to stable/immich/7.1.4/ix_values.yaml index 297e6c09ba8..f4b48921234 100644 --- a/stable/immich/7.1.3/ix_values.yaml +++ b/stable/immich/7.1.4/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.65.0@sha256:1d4456a339f8aac4442a70b571088d5bd7867996e0addae90d974eb03b1f883e + tag: v1.66.1@sha256:a529d2704fd206d75583cf19501786a2dcf24ad24debb200c88d7fa2c58bf490 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml @@ -8,11 +8,11 @@ mlImage: pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web - tag: v1.65.0@sha256:dbc4b08d8cb5c8cfa68360d74229bbaae246814c3539f00c5e5c195ed67de886 + tag: v1.66.1@sha256:62085f25f14af302b5f8c43c7e6fb23da0f42dd0f731d12725ebd3a72cdbf4a2 pullPolicy: IfNotPresent proxyImage: repository: tccr.io/truecharts/immich-proxy - tag: v1.65.0@sha256:efeb9309fe02f6f5aae83df66739eeaa739f28eaa3849f7027242f8678c82f50 + tag: v1.66.1@sha256:10ea182a164a3cc206b24179047f8e438eb9de755ca7cebde2aee9baf401c2d3 pullPolicy: IfNotPresent typesenseImage: repository: tccr.io/truecharts/immich-typesense diff --git a/stable/immich/7.1.3/questions.yaml b/stable/immich/7.1.4/questions.yaml similarity index 92% rename from stable/immich/7.1.3/questions.yaml rename to stable/immich/7.1.4/questions.yaml index f9a689ff2a1..ce94a2530ba 100644 --- a/stable/immich/7.1.3/questions.yaml +++ b/stable/immich/7.1.4/questions.yaml @@ -600,14 +600,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -616,27 +608,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -700,14 +701,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -716,27 +709,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -800,14 +802,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -816,27 +810,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -900,14 +903,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -916,27 +911,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -1000,14 +1004,6 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - hidden: true - type: boolean - default: false - variable: autoPermissions label: Automatic Permissions Configuration description: Automatically set permissions @@ -1016,27 +1012,36 @@ questions: type: dict additional_attrs: true attrs: - - variable: chown - label: Run CHOWN - description: | - It will run CHOWN on the path with the given fsGroup - schema: - type: boolean - default: false - - variable: chmod - label: Run CHMOD - description: | - It will run CHMOD on the path with the given value - schema: - type: string - default: "775" - - variable: recursive - label: Recursive - description: | - It will run CHOWN and CHMOD recursively + - variable: enabled + label: enabled schema: type: boolean default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: @@ -1112,13 +1117,44 @@ questions: show_if: [["type", "=", "nfs"]] type: string default: "" - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install + - variable: autoPermissions + label: Automatic Permissions Configuration + description: Automatically set permissions schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false + show_if: [["type", "!=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: chown + label: Run CHOWN + description: | + It will run CHOWN on the path with the given fsGroup + schema: + type: boolean + default: false + - variable: chmod + label: Run CHMOD + description: | + It will run CHMOD on the path with the given value
+ Format should be 3 digits, e.g. 770 + schema: + type: string + valid_chars: '[0-9]{3}' + default: "" + - variable: recursive + label: Recursive + description: | + It will run CHOWN and CHMOD recursively + schema: + type: boolean + default: false - variable: readOnly label: Read Only schema: diff --git a/stable/immich/7.1.3/templates/NOTES.txt b/stable/immich/7.1.4/templates/NOTES.txt similarity index 100% rename from stable/immich/7.1.3/templates/NOTES.txt rename to stable/immich/7.1.4/templates/NOTES.txt diff --git a/stable/immich/7.1.3/templates/_config.tpl b/stable/immich/7.1.4/templates/_config.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_config.tpl rename to stable/immich/7.1.4/templates/_config.tpl diff --git a/stable/immich/7.1.3/templates/_machinelearning.tpl b/stable/immich/7.1.4/templates/_machinelearning.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_machinelearning.tpl rename to stable/immich/7.1.4/templates/_machinelearning.tpl diff --git a/stable/immich/7.1.3/templates/_microservices.tpl b/stable/immich/7.1.4/templates/_microservices.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_microservices.tpl rename to stable/immich/7.1.4/templates/_microservices.tpl diff --git a/stable/immich/7.1.3/templates/_proxy.tpl b/stable/immich/7.1.4/templates/_proxy.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_proxy.tpl rename to stable/immich/7.1.4/templates/_proxy.tpl diff --git a/stable/immich/7.1.3/templates/_server.tpl b/stable/immich/7.1.4/templates/_server.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_server.tpl rename to stable/immich/7.1.4/templates/_server.tpl diff --git a/stable/immich/7.1.3/templates/_typesense.tpl b/stable/immich/7.1.4/templates/_typesense.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_typesense.tpl rename to stable/immich/7.1.4/templates/_typesense.tpl diff --git a/stable/immich/7.1.3/templates/_wait.tpl b/stable/immich/7.1.4/templates/_wait.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_wait.tpl rename to stable/immich/7.1.4/templates/_wait.tpl diff --git a/stable/immich/7.1.3/templates/_web.tpl b/stable/immich/7.1.4/templates/_web.tpl similarity index 100% rename from stable/immich/7.1.3/templates/_web.tpl rename to stable/immich/7.1.4/templates/_web.tpl diff --git a/stable/immich/7.1.3/templates/common.yaml b/stable/immich/7.1.4/templates/common.yaml similarity index 100% rename from stable/immich/7.1.3/templates/common.yaml rename to stable/immich/7.1.4/templates/common.yaml diff --git a/stable/immich/7.1.3/values.yaml b/stable/immich/7.1.4/values.yaml similarity index 100% rename from stable/immich/7.1.3/values.yaml rename to stable/immich/7.1.4/values.yaml