Skip to content

Commit

Permalink
chore: set fury-provisioners to stable after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed May 3, 2023
1 parent ac3cd2d commit baf7aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/provisioners/cluster/vsphere/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ locals {
}

module "fury" {
source = "https://github.com/sighupio/furyctl-provisioners/archive/refs/tags/v0.7.0-rc.0.zip//furyctl-provisioners-0.7.0-rc.0/modules/cluster/vsphere"
source = "https://github.com/sighupio/furyctl-provisioners/archive/refs/tags/v0.7.0.zip//furyctl-provisioners-0.7.0/modules/cluster/vsphere"

name = var.name
kube_version = var.kube_version
Expand Down
2 changes: 1 addition & 1 deletion internal/cluster/provisioners/vsphere/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func downloadAnsibleRoles(workingDirectory string) error {
}

client := &getter.Client{
Src: "https://github.com/sighupio/furyctl-provisioners/archive/refs/tags/v0.7.0-rc.0.zip//furyctl-provisioners-0.7.0-rc.0/roles",
Src: "https://github.com/sighupio/furyctl-provisioners/archive/refs/tags/v0.7.0.zip//furyctl-provisioners-0.7.0/roles",
Dst: downloadPath,
Pwd: workingDirectory,
Mode: getter.ClientModeAny,
Expand Down

0 comments on commit baf7aa0

Please sign in to comment.