Skip to content

Commit

Permalink
fix helm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 18, 2024
1 parent 3602ae1 commit bb28558
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 165 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-server-helm-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
default: "0.3-server"
type: string

PULL_POLICY:
default: IfNotPresent
type: string

secrets:
KUBECONFIG:
required: true
Expand Down Expand Up @@ -60,6 +64,7 @@ jobs:
--set sapi.version=$SAPI_VERSION \
--set sapi.flavor=${{ inputs.FALVOR }} \
--set image.tag=${{ inputs.IMAGE_TAG }} \
--set image.pullPolicy=${{ inputs.PULL_POLICY }} \
--reuse-values \
--history-max 1 \
${{ inputs.DEPLOYMENT_NAME }} \
Expand All @@ -69,6 +74,7 @@ jobs:
--set sapi.version=$SAPI_VERSION \
--set sapi.flavor=${{ inputs.FALVOR }} \
--set image.tag=${{ inputs.IMAGE_TAG }} \
--set image.pullPolicy=${{ inputs.PULL_POLICY }} \
${{ inputs.DEPLOYMENT_NAME }} \
${{ inputs.HELM_FILE }}
fi
1 change: 1 addition & 0 deletions .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ jobs:
DEPLOYMENT_NAME: rc-server
FALVOR: rc
IMAGE_TAG: rc-server
PULL_POLICY: Always
secrets:
KUBECONFIG: ${{ secrets.KUBECONFIG }}

Expand Down
2 changes: 1 addition & 1 deletion .helm/siibra-api-v4-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.21-rc3"
appVersion: "0.3.21-rc4"
61 changes: 0 additions & 61 deletions .helm/siibra-api-v4-server/templates/ingress.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .helm/siibra-api-v4-server/templates/serviceaccount.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .helm/siibra-api-v4-worker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.3.21-rc3-real"
appVersion: "0.3.21-rc4"
61 changes: 0 additions & 61 deletions .helm/siibra-api-v4-worker/templates/ingress.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .helm/siibra-api-v4-worker/templates/service.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .helm/siibra-api-v4-worker/templates/serviceaccount.yaml

This file was deleted.

0 comments on commit bb28558

Please sign in to comment.