DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
13 stars 15 forks source link

incorrect "app.kubernetes.io/version" label if deployed with custom image tag #50

Closed stexandev closed 1 month ago

stexandev commented 2 months ago

Currently, the app.kubernetes.io/version label is always set to the value of .Chart.AppVersion. But when the software is deployed with a different version via values of apiServer.image.tag or frontend.image.tag, respectively, the label will contain the wrong version.

This issue usually occurs if either one of the services, frontend or apiServer, receive a minor update independent of the other and/or the chart.