@daocloud-proto/kpanda 0.22.0-dev-a3593565 → 0.22.0-dev-a5348f2b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,6 +61,7 @@ export type ValidateHelmRepoRequest = {
61
61
  verificationMethod?: VerificationMethod
62
62
  userName?: string
63
63
  password?: string
64
+ insecureSkipTLSVerify?: boolean
64
65
  }
65
66
 
66
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-a3593565",
3
+ "version":"v0.22.0-dev-a5348f2b",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {