mirror of
https://github.com/alibaba/higress.git
synced 2026-03-04 08:30:48 +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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user