mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 07:30:49 +08:00
feat: Remove redundant helm charts and add console as a dependency (#223)
This commit is contained in:
3
.github/workflows/deploy-to-oss.yaml
vendored
3
.github/workflows/deploy-to-oss.yaml
vendored
@@ -33,6 +33,9 @@ jobs:
|
||||
with:
|
||||
helmv3: 3.7.2
|
||||
command: |
|
||||
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
|
||||
helmv3 package helm/higress --debug --app-version ${{steps.calc-version.outputs.version}} --version ${{steps.calc-version.outputs.version}} -d ./artifact
|
||||
helmv3 repo index --url https://higress.io/helm-charts/ --merge ./artifact/index.yaml ./artifact
|
||||
# Step 5
|
||||
|
||||
Reference in New Issue
Block a user