Skip to content

Commit

Permalink
Add latest track to dcgm promote options
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Dec 3, 2024
1 parent fa0244f commit b2ae38b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion terraform-plans/configs/dcgm-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ templates = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {
promote_options = "['core24/edge -> core24/candidate', 'core24/candidate -> core24/stable']"
promote_options = "[
'core24/edge -> core24/candidate',
'core24/candidate -> core24/stable',
'latest/edge -> latest/candidate',
'latest/candidate -> latest/stable'
]"
}
}
tics = {
Expand Down

0 comments on commit b2ae38b

Please sign in to comment.