Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
63d83e81c4
commit
049cb9cef0
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="recipes-4.0.3"></a>
|
||||
### [recipes-4.0.3](https://github.com/truecharts/apps/compare/recipes-4.0.2...recipes-4.0.3) (2021-11-17)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update nginx:1.21.4 docker digest to 168a6a2 ([#1346](https://github.com/truecharts/apps/issues/1346))
|
||||
|
||||
|
||||
|
||||
<a name="recipes-4.0.2"></a>
|
||||
### [recipes-4.0.2](https://github.com/truecharts/apps/compare/recipes-4.0.1...recipes-4.0.2) (2021-11-16)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.0.3
|
||||
digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948
|
||||
generated: "2021-11-16T22:43:18.318958408Z"
|
||||
generated: "2021-11-17T08:40:41.047394673Z"
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "1.0.1"
|
||||
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: 4.0.2
|
||||
version: 4.0.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- recipes
|
|
@ -36,7 +36,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| image.repository | string | `"vabene1111/recipes"` | image repository |
|
||||
| image.tag | string | `"1.0.1@sha256:0039fb1d3a48eb8d12425d7e60fd86a8cff1e314f82c95c94b1e4982e2fd3791"` | image tag |
|
||||
| nginxImage.repository | string | `"nginx"` | nginx sidecar image repository |
|
||||
| nginxImage.tag | string | `"1.21.4@sha256:b6f20606bb7b5b83c558f0b2b6022218a07d1607cd755136da0b5981de2b1eb9"` | nginx sidecar image tag |
|
||||
| nginxImage.tag | string | `"1.21.4@sha256:168a6a2be5c65d4aafa7a78ca98ff8b110fe44c6ca41e7ccb4314ed481e32288"` | nginx sidecar image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
|
@ -10,7 +10,7 @@ nginxImage:
|
|||
# -- nginx sidecar image repository
|
||||
repository: nginx
|
||||
# -- nginx sidecar image tag
|
||||
tag: 1.21.4@sha256:b6f20606bb7b5b83c558f0b2b6022218a07d1607cd755136da0b5981de2b1eb9
|
||||
tag: 1.21.4@sha256:168a6a2be5c65d4aafa7a78ca98ff8b110fe44c6ca41e7ccb4314ed481e32288
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue