camunda-community-hub / camunda-8-helm-profiles

A collection of Helm values files for the Camunda Platform 8 Helm Chart
Apache License 2.0
18 stars 21 forks source link

Add docker-compose files for dependabot #48

Open upgradingdave opened 1 year ago

upgradingdave commented 1 year ago

Dependabot doesn't recognize image versions in values.yaml files, but it would recognize versions inside docker-compose files.

We could experiment with creating docker-compose files so that dependabot will warn when new versions are available.

falko commented 1 year ago

UpdateCLI might be another solution: https://blog.promaton.com/how-to-set-up-automated-helm-chart-upgrades-e292192a9aad

falko commented 1 year ago

In bc28887660ad10376e52d8239be63b2eaff2720a I removed versions from the development profile to ease the maintenance a little. But I can also imagine opinions that one should have control over which version is used in development.