Skip to content

Commit 93d3f2a

Browse files
authored
mod: update version (#358)
1 parent 091082a commit 93d3f2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
context: .
4242
file: ./Dockerfile
4343
push: true
44-
tags: vesoft/nebula-graph-studio:v3.2.4
44+
tags: vesoft/nebula-graph-studio:v3.2.5

deployment/helm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ helm uninstall my-studio
4848
|-----------|-------------|---------|
4949
| replicaCount | Replicas for Deployment | 0 |
5050
| image.nebulaStudio.name | The image name of nebula-graph-studio | vesoft/nebula-graph-studio |
51-
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.2.4 |
51+
| image.nebulaStudio.version | The image version nebula-graph-studio | v3.2.5 |
5252
| service.type | The service type, should be one of ['NodePort', 'ClusterIP', 'LoadBalancer'] | ClusterIP |
5353
| service.port | The expose port for nebula-studio server | 7001 |
5454
| service.nodePort | The proxy port for accessing nebula-studio outside k8s cluster | 32701 |

deployment/helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44
pullPolicy: IfNotPresent
55
nebulaStudio:
66
name: vesoft/nebula-graph-studio
7-
version: v3.2.4
7+
version: v3.2.5
88

99
imagePullSecrets: []
1010

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebula-graph-studio",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "nebula-graph-studio",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)