diff --git a/charts/hello-world/Chart.yaml b/charts/hello-world/Chart.yaml index e85785c..aa01d98 100644 --- a/charts/hello-world/Chart.yaml +++ b/charts/hello-world/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: hello-world -version: 0.1.0 +version: 0.1.1 appVersion: 0.1.0 icon: https://avatars.githubusercontent.com/u/85277200?s=200&v=4 description: demo portal init by @yunti/lowcode-code-generator with umijs template diff --git a/charts/hello-world/values.yaml b/charts/hello-world/values.yaml index ab72487..298a890 100644 --- a/charts/hello-world/values.yaml +++ b/charts/hello-world/values.yaml @@ -11,6 +11,6 @@ resources: # ingress configurations for component ingress: # set enable to `true` to enable ingress - enable: false + enable: true ingressClassName: portal-ingress ingressDomain: 172.18.0.2.nip.io