Skip to content

Commit

Permalink
chore: mv lerna conf to root; fix cluster image build scripts (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Jan 22, 2023
1 parent 642faee commit d7fde76
Show file tree
Hide file tree
Showing 5 changed files with 4,809 additions and 4,426 deletions.
6 changes: 6 additions & 0 deletions deploy/build/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## Intro

- charts/* - Helm charts for laf cluster.
- start.sh - Install laf cluster use helm manually. (should install openebs yourself first)
- Kubefile - Build sealos cluster image. ex. `docker.io/lafyun/laf:latest`
5 changes: 2 additions & 3 deletions deploy/build/images/shim/ImageList
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
docker.io/lafyun/runtime-node-init:latest
docker.io/lafyun/runtime-node:latest
docker.io/apache/apisix-dashboard:13-alpine
docker.io/apache/apisix-ingress-controller:1.5.0
quay.io/coreos/etcd:v3.5.4
docker.io/apache/apisix-dashboard:2.13-alpine
docker.io/apache/apisix-ingress-controller:1.5.0
12 changes: 6 additions & 6 deletions deploy/lerna/lerna.json → lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packages": [
"../../packages/*",
"../../docs",
"../../server",
"../../web",
"../../runtimes/nodejs"
"./packages/*",
"./docs",
"./server",
"./web",
"./runtimes/nodejs"
],
"version": "0.8.13",
"version": "1.0.0-beta.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
Loading

0 comments on commit d7fde76

Please sign in to comment.