Skip to content

Commit

Permalink
use 3.4.0-M1 milestone as appVersion instead of "nightly"
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
  • Loading branch information
thjaeckle committed Oct 6, 2023
1 parent 01f82e5 commit eae2607
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ description: |
A digital twin is a virtual, cloud based, representation of his real world counterpart
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.3.10 # chart version is effectively set by release-job
appVersion: nightly
version: 3.4.0 # chart version is effectively set by release-job
appVersion: 3.4.0-M1
keywords:
- iot-chart
- digital-twin
Expand Down
8 changes: 7 additions & 1 deletion deployment/helm/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,13 @@ connectivity:
timerThreshold: 100ms
# creditsPerBatch configures how many "cleanup credits" should be generated per "interval" as long as the
creditsPerBatch: 5
# persistence holds configuration regarding (pekko) persistence of connections (event journal and snapshots)
# deleteFinalDeletedSnapshot configures whether for a deleted entity, the final snapshot (containing the
# "deleted" information) should be deleted or not.
# If the final snapshot is not deleted, re-creating the entity will cause that the recreated entity starts with
# a revision number 1 higher than the previously deleted entity. If the final snapshot is deleted as well,
# recreation of an entity with the same ID will lead to revisionNumber=1 after its recreation.
deleteFinalDeletedSnapshot: true
# persistence holds configuration regarding (akka) persistence of connections (event journal and snapshots)
persistence:
# keep closed, inactive connections for that amount of time in memory when no other use did happen:
activityCheckInterval: 45m
Expand Down

0 comments on commit eae2607

Please sign in to comment.