From e050079513fef2857a95b0ac56c43ae4980173dc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 7 Nov 2021 17:25:13 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/recipes/{3.0.9 => 3.0.10}/CHANGELOG.md | 18 ++--- stable/recipes/{3.0.9 => 3.0.10}/CONFIG.md | 0 stable/recipes/{3.0.9 => 3.0.10}/Chart.lock | 2 +- stable/recipes/{3.0.9 => 3.0.10}/Chart.yaml | 4 +- stable/recipes/{3.0.9 => 3.0.10}/README.md | 0 .../recipes/{3.0.9 => 3.0.10}/app-readme.md | 0 .../{3.0.9 => 3.0.10}/charts/common-8.5.2.tgz | Bin .../charts/postgresql-5.1.8.tgz | Bin .../recipes/{3.0.9 => 3.0.10}/helm-values.md | 2 +- .../recipes/{3.0.9 => 3.0.10}/ix_values.yaml | 2 +- .../recipes/{3.0.9 => 3.0.10}/questions.yaml | 74 ++++++++++-------- .../{3.0.9 => 3.0.10}/templates/common.yaml | 0 .../templates/configmap.yaml | 0 stable/recipes/{3.0.9 => 3.0.10}/values.yaml | 0 14 files changed, 55 insertions(+), 47 deletions(-) rename stable/recipes/{3.0.9 => 3.0.10}/CHANGELOG.md (88%) rename stable/recipes/{3.0.9 => 3.0.10}/CONFIG.md (100%) rename stable/recipes/{3.0.9 => 3.0.10}/Chart.lock (84%) rename stable/recipes/{3.0.9 => 3.0.10}/Chart.yaml (96%) rename stable/recipes/{3.0.9 => 3.0.10}/README.md (100%) rename stable/recipes/{3.0.9 => 3.0.10}/app-readme.md (100%) rename stable/recipes/{3.0.9 => 3.0.10}/charts/common-8.5.2.tgz (100%) rename stable/recipes/{3.0.9 => 3.0.10}/charts/postgresql-5.1.8.tgz (100%) rename stable/recipes/{3.0.9 => 3.0.10}/helm-values.md (96%) rename stable/recipes/{3.0.9 => 3.0.10}/ix_values.yaml (96%) rename stable/recipes/{3.0.9 => 3.0.10}/questions.yaml (97%) rename stable/recipes/{3.0.9 => 3.0.10}/templates/common.yaml (100%) rename stable/recipes/{3.0.9 => 3.0.10}/templates/configmap.yaml (100%) rename stable/recipes/{3.0.9 => 3.0.10}/values.yaml (100%) diff --git a/stable/recipes/3.0.9/CHANGELOG.md b/stable/recipes/3.0.10/CHANGELOG.md similarity index 88% rename from stable/recipes/3.0.9/CHANGELOG.md rename to stable/recipes/3.0.10/CHANGELOG.md index c1da2cd4a95..3c0340c2ae9 100644 --- a/stable/recipes/3.0.9/CHANGELOG.md +++ b/stable/recipes/3.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [recipes-3.0.10](https://github.com/truecharts/apps/compare/recipes-3.0.9...recipes-3.0.10) (2021-11-07) + +#### Chore + +* update container image vabene1111/recipes to v1.0.0 ([#1293](https://github.com/truecharts/apps/issues/1293)) + + + ### [recipes-3.0.9](https://github.com/truecharts/apps/compare/recipes-3.0.8...recipes-3.0.9) (2021-11-07) @@ -88,12 +97,3 @@ * update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240)) - - - -### [recipes-3.0.0](https://github.com/truecharts/apps/compare/recipes-2.0.0...recipes-3.0.0) (2021-10-26) - -#### Chore - -* update helm chart postgresql to v5 ([#1234](https://github.com/truecharts/apps/issues/1234)) -* update helm chart postgresql to v4.1.0 ([#1237](https://github.com/truecharts/apps/issues/1237)) diff --git a/stable/recipes/3.0.9/CONFIG.md b/stable/recipes/3.0.10/CONFIG.md similarity index 100% rename from stable/recipes/3.0.9/CONFIG.md rename to stable/recipes/3.0.10/CONFIG.md diff --git a/stable/recipes/3.0.9/Chart.lock b/stable/recipes/3.0.10/Chart.lock similarity index 84% rename from stable/recipes/3.0.9/Chart.lock rename to stable/recipes/3.0.10/Chart.lock index f0941280e3f..b1500813c59 100644 --- a/stable/recipes/3.0.9/Chart.lock +++ b/stable/recipes/3.0.10/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://truecharts.org/ version: 5.1.8 digest: sha256:4374b8c60200db88c3284511cdb7c13bf7be7f0f3d1dfe19f68bfdb2e54d3cb3 -generated: "2021-11-07T15:56:51.356921002Z" +generated: "2021-11-07T17:21:04.728349769Z" diff --git a/stable/recipes/3.0.9/Chart.yaml b/stable/recipes/3.0.10/Chart.yaml similarity index 96% rename from stable/recipes/3.0.9/Chart.yaml rename to stable/recipes/3.0.10/Chart.yaml index 238d54b35e2..46b347952a7 100644 --- a/stable/recipes/3.0.9/Chart.yaml +++ b/stable/recipes/3.0.10/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "0.18.0" +appVersion: "1.0.0" description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. name: recipes -version: 3.0.9 +version: 3.0.10 kubeVersion: ">=1.16.0-0" keywords: - recipes diff --git a/stable/recipes/3.0.9/README.md b/stable/recipes/3.0.10/README.md similarity index 100% rename from stable/recipes/3.0.9/README.md rename to stable/recipes/3.0.10/README.md diff --git a/stable/recipes/3.0.9/app-readme.md b/stable/recipes/3.0.10/app-readme.md similarity index 100% rename from stable/recipes/3.0.9/app-readme.md rename to stable/recipes/3.0.10/app-readme.md diff --git a/stable/recipes/3.0.9/charts/common-8.5.2.tgz b/stable/recipes/3.0.10/charts/common-8.5.2.tgz similarity index 100% rename from stable/recipes/3.0.9/charts/common-8.5.2.tgz rename to stable/recipes/3.0.10/charts/common-8.5.2.tgz diff --git a/stable/recipes/3.0.9/charts/postgresql-5.1.8.tgz b/stable/recipes/3.0.10/charts/postgresql-5.1.8.tgz similarity index 100% rename from stable/recipes/3.0.9/charts/postgresql-5.1.8.tgz rename to stable/recipes/3.0.10/charts/postgresql-5.1.8.tgz diff --git a/stable/recipes/3.0.9/helm-values.md b/stable/recipes/3.0.10/helm-values.md similarity index 96% rename from stable/recipes/3.0.9/helm-values.md rename to stable/recipes/3.0.10/helm-values.md index f24ba9c10af..bf29bce594e 100644 --- a/stable/recipes/3.0.9/helm-values.md +++ b/stable/recipes/3.0.10/helm-values.md @@ -34,7 +34,7 @@ You will, however, be able to use all values referenced in the common chart here | envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"vabene1111/recipes"` | image repository | -| image.tag | string | `"0.18.0@sha256:9d01d30f3e15a2f014242538a2d1e362ff4d0ab469e1baefcc609d22ec6fec79"` | image tag | +| image.tag | string | `"1.0.0@sha256:46053687b2a980472525cd7f62fca9a29055ec4c5f588c7fefc94eea108c26a5"` | image tag | | nginxImage.repository | string | `"nginx"` | nginx sidecar image repository | | nginxImage.tag | string | `"1.21.3@sha256:644a70516a26004c97d0d85c7fe1d0c3a67ea8ab7ddf4aff193d9f301670cf36"` | nginx sidecar image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | diff --git a/stable/recipes/3.0.9/ix_values.yaml b/stable/recipes/3.0.10/ix_values.yaml similarity index 96% rename from stable/recipes/3.0.9/ix_values.yaml rename to stable/recipes/3.0.10/ix_values.yaml index 89ab742d463..5d079699c50 100644 --- a/stable/recipes/3.0.9/ix_values.yaml +++ b/stable/recipes/3.0.10/ix_values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: vabene1111/recipes # -- image tag - tag: 0.18.0@sha256:9d01d30f3e15a2f014242538a2d1e362ff4d0ab469e1baefcc609d22ec6fec79 + tag: 1.0.0@sha256:46053687b2a980472525cd7f62fca9a29055ec4c5f588c7fefc94eea108c26a5 # -- image pull policy pullPolicy: IfNotPresent diff --git a/stable/recipes/3.0.9/questions.yaml b/stable/recipes/3.0.10/questions.yaml similarity index 97% rename from stable/recipes/3.0.9/questions.yaml rename to stable/recipes/3.0.10/questions.yaml index 310ac3079b2..bb6eb7c82bf 100644 --- a/stable/recipes/3.0.9/questions.yaml +++ b/stable/recipes/3.0.10/questions.yaml @@ -1568,46 +1568,54 @@ questions: - "definitions/gpuConfiguration" attrs: [] - - variable: resources + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" group: "Resources and Devices" - label: "" schema: - type: dict - attrs: - - variable: limits - label: "Advanced Limit Resource Consumption" + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" schema: type: dict attrs: - - variable: cpu - label: "CPU" + - variable: limits + label: "Advanced Limit Resource Consumption" schema: - type: string - default: "4000m" - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "Memory RAM" + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" schema: - type: string - default: "8Gi" - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: requests - label: "Advanced Request minimum resources required" - schema: - type: dict - attrs: - - variable: cpu - label: "CPU" - schema: - type: string - default: "10m" - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "Memory RAM" - schema: - type: string - default: "50Mi" - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - variable: deviceList label: "Mount USB devices" diff --git a/stable/recipes/3.0.9/templates/common.yaml b/stable/recipes/3.0.10/templates/common.yaml similarity index 100% rename from stable/recipes/3.0.9/templates/common.yaml rename to stable/recipes/3.0.10/templates/common.yaml diff --git a/stable/recipes/3.0.9/templates/configmap.yaml b/stable/recipes/3.0.10/templates/configmap.yaml similarity index 100% rename from stable/recipes/3.0.9/templates/configmap.yaml rename to stable/recipes/3.0.10/templates/configmap.yaml diff --git a/stable/recipes/3.0.9/values.yaml b/stable/recipes/3.0.10/values.yaml similarity index 100% rename from stable/recipes/3.0.9/values.yaml rename to stable/recipes/3.0.10/values.yaml