From 6a02e770f22793576af72c8a9b42088adf594419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Solarski?= Date: Wed, 11 Sep 2024 16:32:33 +0200 Subject: [PATCH] Bump nussknacker to 1.17.0 --- src/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Chart.yaml b/src/Chart.yaml index 776b4ab..8d015ea 100644 --- a/src/Chart.yaml +++ b/src/Chart.yaml @@ -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.17.0-SNAPSHOT +appVersion: 1.17.0-RC dependencies: - name: postgresql version: ~12.1.15