fix: Always use the latest CRDs file when deploying helm chart to OSS (#486)

This commit is contained in:
Kent Dong
2023-08-15 09:41:41 +08:00
committed by GitHub
parent 8048436604
commit 0eaa9389c9
2 changed files with 10 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ jobs:
with:
helmv3: 3.7.2
command: |
cp api/kubernetes/customresourcedefinitions.gen.yaml helm/core/crds
helmv3 repo add higress.io https://higress.io/helm-charts
helmv3 package helm/core --debug --app-version ${{steps.calc-version.outputs.version}} --version ${{steps.calc-version.outputs.version}} -d ./artifact
helmv3 dependency build helm/higress

View File

@@ -213,8 +213,17 @@ spec:
registries:
items:
properties:
authSecretName:
type: string
consulDatacenter:
type: string
consulNamespace:
type: string
consulRefreshInterval:
format: int64
type: integer
consulServiceTag:
type: string
domain:
type: string
nacosAccessKey: