Commit 75c0392
committed
feat: add Tailscale version and ping inputs to Helmfile deployment workflow
This update introduces two new optional inputs for the Helmfile deployment workflow: `tailscaleVersion` and `tailscalePing`. The default values are set to `1.98.9` for the Tailscale version and a specified DNS name for the ping target. Additionally, the hardcoded version in the deployment job has been replaced with the new input variable. Unused code related to waiting for Tailscale readiness has been commented out for clarity.1 parent 2675e8d commit 75c0392
1 file changed
Lines changed: 20 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
| |||
243 | 254 | | |
244 | 255 | | |
245 | 256 | | |
246 | | - | |
| 257 | + | |
| 258 | + | |
247 | 259 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
260 | 267 | | |
261 | 268 | | |
262 | 269 | | |
| |||
0 commit comments