-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Related to
Epic: https://github.com/camunda/team-distribution/issues/433
Overview
To have a consistent working deployment, we need to use the SNAPSHOT digests to deploy instead latest stable alpha tags. In many cases, there are new changes in the SNAPSHOT, and we need to ensure the alpha Helm chart works as expected.
Actions
- Add SNAPSHOT digests to the
values-digest.yamlfile, which is used by default for the alpha chart. - Add Renovatebot config to auto-update the digests in the
values-digest.yamlfile.