Skip to content

Commit

Permalink
fix: fix compatibility (vesoft-inc#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetao92 committed Mar 31, 2022
1 parent cb348a6 commit 30f9b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: vesoft/nebula-graph-studio:v3.2.2
tags: vesoft/nebula-graph-studio:v3.2.3
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.2.2 |
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.2.3 |
| 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.2.2
version: v3.2.3

imagePullSecrets: []

Expand Down

0 comments on commit 30f9b5b

Please sign in to comment.