Skip to content

Commit

Permalink
Nu bump to 1.19.0-SNAPSHOT, flink bump to 1.19.1 (#167)
Browse files Browse the repository at this point in the history
* Nu bump to 1.18.0-RC, flink bump to 1.19.1

* bump to 1.19-SNAPSHOT
  • Loading branch information
arkadius authored Oct 31, 2024
1 parent 75e7473 commit b7d2e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.17.1
version: 1.19.0-SNAPSHOT
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
Expand All @@ -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
appVersion: 1.19.0-SNAPSHOT
dependencies:
- name: postgresql
version: ~12.1.15
Expand Down
4 changes: 2 additions & 2 deletions src/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ apicurio-registry:
flink:
enabled: true
image:
tag: 1.18.1-scala_2.12-java11
tag: 1.19.1-scala_2.12-java11
flink:
# Monitoring configuration in flink helm chart used by us is not compatible with flinks >= 1.16,
# so we set flink.monitoring.system.enable=false and configure metrics.reporter.prom.factory.class for our own.
Expand Down Expand Up @@ -328,7 +328,7 @@ enterprise:
flinkK8sOperatorDeploymentManager:
enabled: false
engineSetupName: "Flink K8s Operator"
flinkVersion: "1.17"
flinkVersion: "1.19"
jobJarStorage:
pvcName: job-jars-pvc
mountPoint: /mnt/jobjars
Expand Down

0 comments on commit b7d2e41

Please sign in to comment.