Skip to content

Commit

Permalink
bump Helm chart to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Nov 6, 2024
1 parent 24b3ff5 commit e200990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/ditto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: |
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
type: application
version: 3.6.2 # chart version is effectively set by release-job
appVersion: 3.6.1
appVersion: 3.6.2
keywords:
- iot-chart
- digital-twin
Expand Down
6 changes: 3 additions & 3 deletions deployment/helm/ditto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ policies:
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
readsPerQuery: 100
# readsPerQuery configures the number of documents to delete for each credit.
# writesPerCredit configures the number of documents to delete for each credit.
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
# to 10 delete operations performed against MongoDB.
writesPerCredit: 100
Expand Down Expand Up @@ -987,7 +987,7 @@ things:
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
readsPerQuery: 100
# readsPerQuery configures the number of documents to delete for each credit.
# writesPerCredit configures the number of documents to delete for each credit.
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
# to 10 delete operations performed against MongoDB.
writesPerCredit: 100
Expand Down Expand Up @@ -1608,7 +1608,7 @@ connectivity:
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
readsPerQuery: 100
# readsPerQuery configures the number of documents to delete for each credit.
# writesPerCredit configures the number of documents to delete for each credit.
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
# to 10 delete operations performed against MongoDB.
writesPerCredit: 100
Expand Down

0 comments on commit e200990

Please sign in to comment.