mirror of
https://github.com/alibaba/higress.git
synced 2026-06-04 10:07:29 +08:00
fix: Always use the latest CRDs file when deploying helm chart to OSS (#486)
This commit is contained in:
1
.github/workflows/deploy-to-oss.yaml
vendored
1
.github/workflows/deploy-to-oss.yaml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
helmv3: 3.7.2
|
helmv3: 3.7.2
|
||||||
command: |
|
command: |
|
||||||
|
cp api/kubernetes/customresourcedefinitions.gen.yaml helm/core/crds
|
||||||
helmv3 repo add higress.io https://higress.io/helm-charts
|
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 package helm/core --debug --app-version ${{steps.calc-version.outputs.version}} --version ${{steps.calc-version.outputs.version}} -d ./artifact
|
||||||
helmv3 dependency build helm/higress
|
helmv3 dependency build helm/higress
|
||||||
|
|||||||
@@ -213,8 +213,17 @@ spec:
|
|||||||
registries:
|
registries:
|
||||||
items:
|
items:
|
||||||
properties:
|
properties:
|
||||||
|
authSecretName:
|
||||||
|
type: string
|
||||||
|
consulDatacenter:
|
||||||
|
type: string
|
||||||
consulNamespace:
|
consulNamespace:
|
||||||
type: string
|
type: string
|
||||||
|
consulRefreshInterval:
|
||||||
|
format: int64
|
||||||
|
type: integer
|
||||||
|
consulServiceTag:
|
||||||
|
type: string
|
||||||
domain:
|
domain:
|
||||||
type: string
|
type: string
|
||||||
nacosAccessKey:
|
nacosAccessKey:
|
||||||
|
|||||||
Reference in New Issue
Block a user