Skip to content

Commit

Permalink
Merge branch 'main' into SOLENG-1084
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 authored Mar 3, 2025
2 parents cd0894e + c8f7aff commit 824eb91
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform-plans/configs/charm-cloudsupport_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,19 @@ templates = {
python_versions = "['3.10']",
}
}
promote = {
source = "./templates/github/charm_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {
charmcraft_channel = "3.x/stable",
}
}
release = {
source = "./templates/github/charm_release.yaml.tftpl"
destination = ".github/workflows/release.yaml"
vars = {
runs_on = "[[ubuntu-22.04]]",
charmcraft_channel = "3.x/stable",
}
}
}

0 comments on commit 824eb91

Please sign in to comment.