@daocloud-proto/kpanda 0.27.0-dev-683b4038 → 0.27.0-dev-963d11f1

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.
@@ -173,6 +173,7 @@ export type KubesprayArgs = {
173
173
  sysctlParams?: {[key: string]: string}
174
174
  enableVerboseLogging?: boolean
175
175
  highLevelParams?: string
176
+ skipDocker?: boolean
176
177
  }
177
178
 
178
179
  export type DNSConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.27.0-dev-683b4038",
3
+ "version":"v0.27.0-dev-963d11f1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {