From 5becdda5d8bd0fdd4068e89200abfc4187c378ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:19:36 +0100 Subject: [PATCH] chore(deps): update container image vabene1111/recipes to v1.0.0 (#1293) * chore(deps): update container image vabene1111/recipes to v1.0.0 * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: Renovate Bot Co-authored-by: TrueCharts-Bot --- charts/stable/recipes/Chart.yaml | 2 +- charts/stable/recipes/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/recipes/Chart.yaml b/charts/stable/recipes/Chart.yaml index 238d54b35e2..c88d423deb9 100644 --- a/charts/stable/recipes/Chart.yaml +++ b/charts/stable/recipes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.18.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/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index 89ab742d463..5d079699c50 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.18.0@sha256:9d01d30f3e15a2f014242538a2d1e362ff4d0ab469e1baefcc609d22ec6fec79 + tag: 1.0.0@sha256:46053687b2a980472525cd7f62fca9a29055ec4c5f588c7fefc94eea108c26a5 # -- image pull policy pullPolicy: IfNotPresent