mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore(dogfood): bump Mux to 1.3.0, use next channel and bun runner (#22357)
Bump the Mux module in the dogfood template: - Version: 1.1.0 → 1.3.0 - `install_version`: set to `"next"` - `runner`: set to `"bun"`
This commit is contained in:
@@ -373,13 +373,15 @@ module "personalize" {
|
||||
}
|
||||
|
||||
module "mux" {
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/mux/coder"
|
||||
version = "1.1.0"
|
||||
agent_id = coder_agent.dev.id
|
||||
subdomain = true
|
||||
display_name = "Mux"
|
||||
add-project = local.repo_dir
|
||||
count = data.coder_workspace.me.start_count
|
||||
source = "registry.coder.com/coder/mux/coder"
|
||||
version = "1.3.0"
|
||||
agent_id = coder_agent.dev.id
|
||||
subdomain = true
|
||||
display_name = "Mux"
|
||||
add-project = local.repo_dir
|
||||
install_version = "next"
|
||||
package_manager = "bun"
|
||||
}
|
||||
|
||||
module "code-server" {
|
||||
|
||||
Reference in New Issue
Block a user