@daocloud-proto/kangaroo 0.4.1-8 → 0.4.2-10

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.
@@ -82,6 +82,7 @@ export type HarborClusterSpec = {
82
82
  expose?: ExposeSpec
83
83
  userSyncToHarbor?: boolean
84
84
  adminPassword?: string
85
+ enableTrivy?: boolean
85
86
  }
86
87
 
87
88
  export type Resources = {
@@ -153,6 +154,8 @@ export type ExposeSpec = {
153
154
  ingressSpec?: ExposeIngressSpec
154
155
  loadBalanceSpec?: ExposeLoadBalanceSpec
155
156
  nodePortSpec?: ExposeNodePortSpec
157
+ externalUrl?: string
158
+ exposeHttps?: boolean
156
159
  }
157
160
 
158
161
  export type ExposeIngressSpec = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.4.1-8",
3
+ "version":"0.4.2-10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {