Skip to content

Commit

Permalink
Add promotion options to derper & headscale snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Deezzir committed Dec 4, 2024
1 parent d39d49a commit cf750b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terraform-plans/configs/derper-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ templates = {
promote = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
promote_options = "['latest/edge -> latest/candidate', 'latest/candidate -> latest/stable']"
}
}
release = {
source = "./templates/github/snap_release.yaml.tftpl"
Expand Down
4 changes: 3 additions & 1 deletion terraform-plans/configs/headscale-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ templates = {
promote = {
source = "./templates/github/snap_promote.yaml.tftpl"
destination = ".github/workflows/promote.yaml"
vars = {}
vars = {
promote_options = "['latest/edge -> latest/candidate', 'latest/candidate -> latest/stable']"
}
}
release = {
source = "./templates/github/snap_release.yaml.tftpl"
Expand Down

0 comments on commit cf750b7

Please sign in to comment.