packages icon indicating copy to clipboard operation
packages copied to clipboard

Update cloud2edge chart to use the latest Hono and Ditto version

Open jpforevers opened this issue 6 months ago • 2 comments

Please update cloud2edge chart to use the latest Hono and Ditto version

jpforevers avatar Jun 20 '25 02:06 jpforevers

@sophokles73 @ctron @thjaeckle Please help. I need the feature thing-model-based-validation-of-changes-to-properties-action-and-event-payloads, but it's in > 3.6 version.

jpforevers avatar Jun 20 '25 02:06 jpforevers

Hi,

you can just update the images in the values.yaml file using the following logic:

ditto:
  <service-name>:
    image:
      repository: docker.io/eclipse/<service-name>
      tag: 3.6.0(or any version you like)

The above approach will give you what you want, but you won't have the configuration for the WoT. You would have to import them using the above approach to you values.yaml or wrapping helm chart in order to do this. But since maintenance isn't very active here I would suggest to use the separate helm charts of both services.

kalinkostashki avatar Jun 20 '25 13:06 kalinkostashki