diff --git a/internal/specs/specs.go b/internal/specs/specs.go index 8387e674d..141ca4cf1 100644 --- a/internal/specs/specs.go +++ b/internal/specs/specs.go @@ -149,7 +149,7 @@ func LoadFromCLIArgs(ctx context.Context, client kubernetes.Interface, args []st } // Download preflight specs - rawSpec, err := downloadFromHttpURL(ctx, v, map[string]string{"User-Agent": "Replicated_Troubleshoot/v1beta1"}) + rawSpec, err := downloadFromHttpURL(ctx, v, map[string]string{"User-Agent": "Replicated_Troubleshoot/v1beta2"}) if err != nil { return nil, err }