From ed8fc88536f756e3519190156ecde399208b947c Mon Sep 17 00:00:00 2001 From: Thomah <5090230+Thomah@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:45:55 +0200 Subject: [PATCH] fix: bump versions --- charts/les-projets-cagnottes/Chart.yaml | 4 ++-- charts/les-projets-cagnottes/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/les-projets-cagnottes/Chart.yaml b/charts/les-projets-cagnottes/Chart.yaml index 2710f3f..5a57169 100644 --- a/charts/les-projets-cagnottes/Chart.yaml +++ b/charts/les-projets-cagnottes/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: les-projets-cagnottes description: Helm chart to deploy Les Projets Cagnottes in a Kubernetes cluster type: application -version: 0.13.0 -appVersion: "0.17.0" +version: 0.13.1 +appVersion: "0.17.1" dependencies: - name: postgresql version: "13.1.5" diff --git a/charts/les-projets-cagnottes/values.yaml b/charts/les-projets-cagnottes/values.yaml index c2f3344..490dec9 100644 --- a/charts/les-projets-cagnottes/values.yaml +++ b/charts/les-projets-cagnottes/values.yaml @@ -9,7 +9,7 @@ api: image: repository: lesprojetscagnottes/api pullPolicy: IfNotPresent - tag: "0.17.0" + tag: "0.17.1" containerPort: 8080 @@ -68,7 +68,7 @@ web: image: repository: lesprojetscagnottes/web pullPolicy: IfNotPresent - tag: "0.16.0" + tag: "0.16.1" containerPort: 80