Skip to content

Commit

Permalink
deps: update terraform github.com/hetznercloud/kubernetes-dev-env to …
Browse files Browse the repository at this point in the history
…v0.7.0
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 3032a47 commit 11ebdc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev" {
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.6.0"
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.7.0"

name = "hccm-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
worker_count = 1
Expand Down
2 changes: 1 addition & 1 deletion dev/robot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "registry_robot" {
count = var.robot_enabled ? 1 : 0
depends_on = [null_resource.reset_robot]

source = "github.com/hetznercloud/kubernetes-dev-env//k3s_registry?ref=v0.6.0"
source = "github.com/hetznercloud/kubernetes-dev-env//k3s_registry?ref=v0.7.0"

server = { id = "0", ipv4_address = local.robot_ipv4 }
}
Expand Down

0 comments on commit 11ebdc4

Please sign in to comment.