Skip to content

Commit 0cd7481

Browse files
committed
update Ditto version in Helm chart to 3.6.3
1 parent b74fcba commit 0cd7481

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deployment/helm/ditto/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |
1616
A digital twin is a virtual, cloud based, representation of his real world counterpart
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
19-
version: 3.6.4 # chart version is effectively set by release-job
20-
appVersion: 3.6.2
19+
version: 3.6.3 # chart version is effectively set by release-job
20+
appVersion: 3.6.3
2121
keywords:
2222
- iot-chart
2323
- digital-twin

deployment/helm/ditto/templates/thingssearch-deployment.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ spec:
316316
requests:
317317
cpu: {{ mulf .Values.thingsSearch.resources.cpu 1000 }}m
318318
memory: {{ .Values.thingsSearch.resources.memoryMi }}Mi
319+
ephemeral-storage: {{ .Values.thingsSearch.resources.ephemeralStorageMi }}Mi
319320
limits:
320321
# ## no cpu limit to avoid CFS scheduler limits
321322
# ref: https://pekko.apache.org/docs/pekko/current/additional/deploying.html#deploying-to-kubernetes

0 commit comments

Comments
 (0)