This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Description
Helm charts Chart.yaml
file have a field called appVersion
where the version of the application running behind should be specified.
Currently, this value is hardcoded to 0.1.0-alpha
, but it will be ideal if we can sync it with the release version when bumping a new release.
Meaning, a new release of this repository will also include a version bump on that specific field.
Also, the tag
value on the asyncapi-event-gateway
helm chart should be in sync with it instead of having latest
.