Merge Develop to prepare V3 #77

Merged
metal3d merged 98 commits from develop into master 2024-10-29 16:45:05 +00:00
Showing only changes of commit 58d19cce52 - Show all commits

View File

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