From 7baa2b768f96d6701fd98369291767eb9e8b6347 Mon Sep 17 00:00:00 2001 From: Georgi Michev <georgi.michev@vereign.com> Date: Wed, 29 Nov 2023 13:26:20 +0200 Subject: [PATCH] Update the chart version After including the environment variables for NATS, the version was not updated. Signed-off-by: Georgi Michev <georgi.michev@vereign.com> --- Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 57814cc..152ddda 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: v1.2.0 +appVersion: v1.2.1 description: task deployment name: task -version: 1.2.0 +version: 1.2.1 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg" -- GitLab