Skip to content

Commit e200990

Browse files
committed
bump Helm chart to 3.6.2
1 parent 24b3ff5 commit e200990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deployment/helm/ditto/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: |
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
1919
version: 3.6.2 # chart version is effectively set by release-job
20-
appVersion: 3.6.1
20+
appVersion: 3.6.2
2121
keywords:
2222
- iot-chart
2323
- digital-twin

deployment/helm/ditto/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ policies:
723723
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
724724
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
725725
readsPerQuery: 100
726-
# readsPerQuery configures the number of documents to delete for each credit.
726+
# writesPerCredit configures the number of documents to delete for each credit.
727727
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
728728
# to 10 delete operations performed against MongoDB.
729729
writesPerCredit: 100
@@ -987,7 +987,7 @@ things:
987987
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
988988
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
989989
readsPerQuery: 100
990-
# readsPerQuery configures the number of documents to delete for each credit.
990+
# writesPerCredit configures the number of documents to delete for each credit.
991991
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
992992
# to 10 delete operations performed against MongoDB.
993993
writesPerCredit: 100
@@ -1608,7 +1608,7 @@ connectivity:
16081608
# Configuring this to high values will reduce the need to query MongoDB too often - it should however be aligned
16091609
# with the amount of `creditsPerBatch` issued per `interval` - in order to avoid long running queries.
16101610
readsPerQuery: 100
1611-
# readsPerQuery configures the number of documents to delete for each credit.
1611+
# writesPerCredit configures the number of documents to delete for each credit.
16121612
# If for example one entity would have 1000 journal entries to cleanup, a `writes-per-credit` of 100 would lead
16131613
# to 10 delete operations performed against MongoDB.
16141614
writesPerCredit: 100

0 commit comments

Comments
 (0)