Skip to content

Commit

Permalink
mod: update version (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 authored Oct 20, 2023
1 parent 4872aeb commit 72e708c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ NebulaGraph Studio (Studio for short) is a web-based visualization tool for Nebu
| 3.0.0 ~ 3.3.0 | v3.5.x |
| 3.0.0 ~ 3.4.0 | v3.6.x |
| 3.0.0 ~ 3.5.0 | v3.7.x |
| 3.0.0 ~ 3.6.0 | v3.8.x |

## Development Quick Start

Expand Down Expand Up @@ -70,9 +71,9 @@ Use when you want shutdown the web app
kill -9 $(lsof -t -i :7001)
```

## Documentation 3.7.0
[中文](https://docs.nebula-graph.com.cn/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.5.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
## Documentation 3.8.0
[中文](https://docs.nebula-graph.com.cn/3.6.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)
[ENGLISH](https://docs.nebula-graph.io/3.6.0/nebula-studio/about-studio/st-ug-what-is-graph-studio/)

## Contributing
Contributions are warmly welcomed and greatly appreciated. Please see [Guide Docs](https://github.com/vesoft-inc/nebula-studio/blob/master/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion deployment/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
web:
image: vesoft/nebula-graph-studio:v3.7.0
image: vesoft/nebula-graph-studio:v3.8.0
environment:
USER: root
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ helm uninstall my-studio
|-----------|-------------|---------|
| replicaCount | Replicas for Deployment | 0 |
| image.nebulaStudio.name | The image name of nebula-graph-studio | vesoft/nebula-graph-studio |
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.7.0 |
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.8.0 |
| service.type | The service type, should be one of ['NodePort', 'ClusterIP', 'LoadBalancer'] | ClusterIP |
| service.port | The expose port for nebula-studio server | 7001 |
| service.nodePort | The proxy port for accessing nebula-studio outside k8s cluster | 32701 |
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
pullPolicy: IfNotPresent
nebulaStudio:
name: vesoft/nebula-graph-studio
version: v3.7.0
version: v3.8.0

imagePullSecrets: []

Expand Down

0 comments on commit 72e708c

Please sign in to comment.