Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/arguments.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func SetArguments() {
},
{
Key: "CLUSTERFORGE_RELEASE",
Default: "https://github.com/silogen/cluster-forge/releases/download/v1.6.0/release-enterprise-ai-v1.6.0.tar.gz",
Default: "https://github.com/silogen/cluster-forge/releases/download/v1.7.0/release-enterprise-ai-v1.7.0.tar.gz",
Description: "The version of Cluster-Forge to install. Pass the URL for a specific release, or 'none' to not install ClusterForge.",
Type: "url",
},
Expand Down
Loading