@daocloud-proto/kairship 0.1.4-10 → 0.1.4-16

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.
@@ -42,8 +42,9 @@ export type SecretRef = {
42
42
  export type Images = {
43
43
  karmadaRegistry?: string
44
44
  karmadaVersion?: string
45
- kubeResgistry?: string
45
+ kubeRegistry?: string
46
46
  kubeVersion?: string
47
+ dockerIoRegistry?: string
47
48
  }
48
49
 
49
50
  export type InstanceStatus = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kairship",
3
- "version":"0.1.4-10",
3
+ "version":"0.1.4-16",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {