Skip to content

Commit

Permalink
chore(build): update sharp version, fix deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jul 31, 2023
1 parent 428e9aa commit d1a6e55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ docs/.vitepress/.temp

update-changelog.sh
runtimes/nodejs-esm
yarn.lock
yarn.lock
deploy/logs/sealos.log
2 changes: 1 addition & 1 deletion build/Kubefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY start.sh ./start.sh
ENV DOMAIN=127.0.0.1.nip.io
ENV NAMESPACE=laf-system
ENV REGION=default
ENV EXTERNAL_HTTP_SCHEMA=https
ENV EXTERNAL_HTTP_SCHEMA=http
ENV INTERNAL_HTTP_SCHEMA=http
ENV ENABLE_APISIX_HOST_NETWORK=true

Expand Down
2 changes: 1 addition & 1 deletion deploy/install-on-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ sealos run labring/openebs:v1.9.0
sealos run labring/cert-manager:v1.8.0


sealos run --env DOMAIN=$DOMAIN --env DB_PV_SIZE=5Gi --env OSS_PV_SIZE=5Gi lafyun/laf:latest
sealos run --env DOMAIN=$DOMAIN --env DB_PV_SIZE=5Gi --env OSS_PV_SIZE=5Gi --env EXTERNAL_HTTP_SCHEMA=http lafyun/laf:latest
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"sharp": "^0.32.1",
"sharp": "^0.32.2",
"typescript": "^4.9.3",
"wechatpay-node-v3": "^2.1.1"
},
Expand Down

0 comments on commit d1a6e55

Please sign in to comment.