From b8b15a1da9e339e83d911cab2bfe254812b324fb Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Thu, 7 Nov 2024 16:03:59 +0100 Subject: [PATCH] fix: window not available in worker error --- .github/workflows/deploy-helm.yml | 1 + .helm/voluba-prod/Chart.yaml | 2 +- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-helm.yml b/.github/workflows/deploy-helm.yml index 7e3eb887..230ec089 100644 --- a/.github/workflows/deploy-helm.yml +++ b/.github/workflows/deploy-helm.yml @@ -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 diff --git a/.helm/voluba-prod/Chart.yaml b/.helm/voluba-prod/Chart.yaml index 447bad43..e8d1dad0 100644 --- a/.helm/voluba-prod/Chart.yaml +++ b/.helm/voluba-prod/Chart.yaml @@ -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" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index affed3ed..9d33855f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,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", @@ -6128,9 +6128,9 @@ } }, "node_modules/export-nehuba": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.11.tgz", - "integrity": "sha512-6jvdiF7oq/d0JOlFLJZJiUwInYJtdvPkZX2qYGurK++H5XkVKUyYdSl7MTXUVuIxqh8wAcbEWkrugDUNPVxgfQ==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.12.tgz", + "integrity": "sha512-++J9zlt7QnmAvr7rBYs3M8f0nC1bFpZa4WLt0vWJKyL7IdNcBUoLo5VPHK+tqc3qiYJCskKRkzarGtzetTTz2g==", "dependencies": { "pako": "^1.0.6" } @@ -16757,9 +16757,9 @@ } }, "export-nehuba": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.11.tgz", - "integrity": "sha512-6jvdiF7oq/d0JOlFLJZJiUwInYJtdvPkZX2qYGurK++H5XkVKUyYdSl7MTXUVuIxqh8wAcbEWkrugDUNPVxgfQ==", + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/export-nehuba/-/export-nehuba-0.1.12.tgz", + "integrity": "sha512-++J9zlt7QnmAvr7rBYs3M8f0nC1bFpZa4WLt0vWJKyL7IdNcBUoLo5VPHK+tqc3qiYJCskKRkzarGtzetTTz2g==", "requires": { "pako": "^1.0.6" } diff --git a/frontend/package.json b/frontend/package.json index db1fc853..e9a17495 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",