From 255c1d865d824f4cda70a6729af059d907de663b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Appr=C3=A9derisse=20Benjamin?= Date: Thu, 8 Apr 2021 11:44:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20promote=20issue=20(#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/kinto/.gitignore | 3 ++- charts/kinto/Chart.yaml | 2 +- charts/kinto/values.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/kinto/.gitignore b/charts/kinto/.gitignore index 80bf7fc..3337a72 100644 --- a/charts/kinto/.gitignore +++ b/charts/kinto/.gitignore @@ -1 +1,2 @@ -charts \ No newline at end of file +charts +values-kinto.yaml \ No newline at end of file diff --git a/charts/kinto/Chart.yaml b/charts/kinto/Chart.yaml index 5aa3993..1eb830b 100644 --- a/charts/kinto/Chart.yaml +++ b/charts/kinto/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: kinto home: https://www.kintohub.com/ -version: 0.5.3 +version: 0.5.4 description: All-in-one deployment platform designed for fullstack developers dependencies: - name: nginx-ingress-controller diff --git a/charts/kinto/values.yaml b/charts/kinto/values.yaml index c0253a9..e34f21e 100644 --- a/charts/kinto/values.yaml +++ b/charts/kinto/values.yaml @@ -35,7 +35,7 @@ common: core: replicas: 1 - image: kinto-core:v0.2.0 + image: kinto-core:v0.2.1 imagePullPolicy: IfNotPresent # existingSecret: kinto-core