1 2 3 4 5 6 7 8 9 10 11 12
[project] components_search_paths = ["components"] helm_chart_search_paths = ["."] [profile.values.dev] image_tag = "dev-latest" [profile.values.staging] image_tag = "staging-v1.0.0" [profile.values.prod] image_tag = "v1.0.0"