Skip to content

Commit

Permalink
update Ditto version in Helm chart to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Nov 27, 2024
1 parent a0109dd commit 014d36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.6.4 # chart version is effectively set by release-job
appVersion: 3.6.2
version: 3.6.3 # chart version is effectively set by release-job
appVersion: 3.6.3
keywords:
- iot-chart
- digital-twin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ spec:
requests:
cpu: {{ mulf .Values.thingsSearch.resources.cpu 1000 }}m
memory: {{ .Values.thingsSearch.resources.memoryMi }}Mi
ephemeral-storage: {{ .Values.thingsSearch.resources.ephemeralStorageMi }}Mi
limits:
# ## no cpu limit to avoid CFS scheduler limits
# ref: https://pekko.apache.org/docs/pekko/current/additional/deploying.html#deploying-to-kubernetes
Expand Down

0 comments on commit 014d36d

Please sign in to comment.