From 9e42f4b76e4e095e1c14b6dd97b7d53f96c556cf Mon Sep 17 00:00:00 2001 From: ForrestFairy Date: Fri, 7 Jun 2024 14:58:53 +0200 Subject: [PATCH] Change NU version to 1.15.2 (#148) Co-authored-by: Szymon Bogusz --- src/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Chart.yaml b/src/Chart.yaml index 1ecbbbd..b0b305a 100644 --- a/src/Chart.yaml +++ b/src/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: nussknacker # In the main branch it should be always the -SNAPSHOT version. Release versions should be on the tags only -version: 1.16.0-SNAPSHOT +version: 1.15.2 description: Nussknacker - a design, development, and deployment tool for stream processing home: https://nussknacker.io/ icon: https://nussknacker.io/wp-content/uploads/2021/10/Nussknacker-short-black.svg @@ -15,7 +15,7 @@ type: application # latest-staging version is used when someone run the snapshot build of this chart manually. scala_2.12 is because it can be used with Flink # During release it is replaced by the released image version. In the main we should always keep this version # TODO The best would be to publish X.Y.Z-latest docker image version in core and use it here to make it more explicit -appVersion: 1.16.0-SNAPSHOT +appVersion: 1.15.2 dependencies: - name: postgresql version: ~12.1.15