@daocloud-proto/kpanda 0.33.0-rc2-dev-663f469d → 0.33.0-rc2-dev-9afc31e2

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.
@@ -146,6 +146,7 @@ export type ClusterSettings = {
146
146
  kubesprayArgs?: KubesprayArgs
147
147
  preinstallAddons?: AddonInfo[]
148
148
  useLocalService?: boolean
149
+ osRepoType?: OsRepoType
149
150
  }
150
151
 
151
152
  export type AddonInfo = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.33.0-rc2-dev-663f469d",
3
+ "version":"v0.33.0-rc2-dev-9afc31e2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {