diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 4c0ade0985a..4dc5e2a2b15 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.17.2" 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.1 +version: 3.0.2 kubeVersion: ">=1.16.0-0" keywords: - recipes diff --git a/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index 8b779813d36..c077f0b451f 100644 --- a/charts/stable/recipes/values.yaml +++ b/charts/stable/recipes/values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: vabene1111/recipes # -- image tag - tag: 0.17.2@sha256:9eba376b008e94ce4273e61c11cefcc029c7dc617fba9202bee8486fe85f4538 + tag: 0.17.3@sha256:12978e6746806f341f6709e66f13480da5d4a51eac5c61e06b07fbc1187b5c32 # -- image pull policy pullPolicy: IfNotPresent