Fix the chart app version

This commit is contained in:
2024-04-19 22:12:09 +02:00
parent 3bb635a627
commit 58d19cce52

View File

@@ -51,7 +51,7 @@ func NewDeployment(service types.ServiceConfig, chart *HelmChart) *Deployment {
defaultTag := `default "latest"`
if isMainApp {
defaultTag = `default .Chart.AppVersion "latest"`
defaultTag = `default .Chart.AppVersion`
}
chart.Values[service.Name] = NewValue(service, isMainApp)