Skip to content

Commit

Permalink
fix: window not available in worker error
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Nov 7, 2024
1 parent c8d5a8a commit b8b15a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
upgrade \
--reuse-values \
--set image.tag=${{ inputs.IMAGE_TAG }} \
--history-max=3 \
${{ inputs.DEPLOYMENT_NAME }} ${{ env.path_to_helm }}
rm $kubecfg_path
2 changes: 1 addition & 1 deletion .helm/voluba-prod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.1
# 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: "1.1.3-rc5"
appVersion: "1.1.3-rc6"
14 changes: 7 additions & 7 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/router": "^15.0.0",
"@ngrx/effects": "^15.1.0",
"@ngrx/store": "^15.1.0",
"export-nehuba": "^0.1.11",
"export-nehuba": "^0.1.12",
"prettier": "^2.8.3",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
Expand Down

0 comments on commit b8b15a1

Please sign in to comment.