Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-07 17:25:13 +00:00
parent 11d3dbb459
commit e050079513
14 changed files with 55 additions and 47 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="recipes-3.0.10"></a>
### [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))
<a name="recipes-3.0.9"></a>
### [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))
<a name="recipes-3.0.0"></a>
### [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))

View File

@ -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"

View File

@ -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

View File

@ -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. |

View File

@ -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

View File

@ -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"