diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 692e0d20cb6..b246f822e0a 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -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 diff --git a/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index 9ac30daf7b6..d2aaa2e246a 100644 --- a/charts/stable/recipes/values.yaml +++ b/charts/stable/recipes/values.yaml @@ -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