diff --git a/docs/swagger.json b/docs/swagger.json index 0e4ddcc..eb9578b 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -12,9 +12,8 @@ "info": { "description": "Albatross is a helm cli wrapper and enables using helm via http calls", "title": "Albatross API.", - "version": "v1.0.1" + "version": "v1.0.3" }, - "host": "localhost:8080", "paths": { "/clusters/{cluster}/namespaces/{namespace}/releases": { "get": { diff --git a/swagger/docs.go b/swagger/docs.go index e0e9692..cd138ec 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -3,8 +3,7 @@ // Albatross is a helm cli wrapper and enables using helm via http calls // // Schemes: http -// Host: localhost:8080 -// Version: v1.0.1 +// Version: v1.0.3 // // Consumes: // - application/json