diff --git a/charts/mealie/Chart.yaml b/charts/mealie/Chart.yaml index ee8d6c3..a7bb8cf 100644 --- a/charts/mealie/Chart.yaml +++ b/charts/mealie/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mealie description: Mealie helm chart for Kubernetes - Recipe management and meal planning type: application -version: 0.0.1 -appVersion: "v3.1.1" +version: 0.0.2 +appVersion: "v3.2.1" maintainers: - name: Richard Tomik email: no@m.com diff --git a/charts/mealie/values.yaml b/charts/mealie/values.yaml index fd27247..baff4c0 100644 --- a/charts/mealie/values.yaml +++ b/charts/mealie/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: "" ## Image settings image: repository: ghcr.io/mealie-recipes/mealie - tag: "v3.1.1" + tag: "v3.2.1" pullPolicy: IfNotPresent ## Deployment settings