Skip to content

Commit

Permalink
Bump nussknacker to 1.17.0 (#163)
Browse files Browse the repository at this point in the history
* Bump nussknacker to 1.17.0
* Update dependencies (telegraf patch version)
  • Loading branch information
raphaelsolarski authored Sep 16, 2024
1 parent f298115 commit 9f69533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies:
version: 4.12.5
- name: telegraf
repository: https://helm.influxdata.com/
version: 1.8.50
digest: sha256:ecb6011017a1b0af172fc15c51069991dfb3137e412a21a802e03f58ce1b2c95
generated: "2024-07-04T12:55:33.281222+02:00"
version: 1.8.53
digest: sha256:840544ff09e87b5c7f37c83c8b84ee5fa97c7516c2d6dcdef10de7e44f37b230
generated: "2024-09-13T16:12:08.987227+02:00"
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.0-SNAPSHOT
version: 1.17.0
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-SNAPSHOT
appVersion: 1.17.0
dependencies:
- name: postgresql
version: ~12.1.15
Expand Down

0 comments on commit 9f69533

Please sign in to comment.