diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c0065b3..d41e43d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,4 +41,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: vesoft/nebula-graph-studio:v3.2.4 \ No newline at end of file + tags: vesoft/nebula-graph-studio:v3.2.5 \ No newline at end of file diff --git a/deployment/helm/README.md b/deployment/helm/README.md index 124ff7fe..4303d3cd 100644 --- a/deployment/helm/README.md +++ b/deployment/helm/README.md @@ -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.4 | +| image.nebulaStudio.version | The image version nebula-graph-studio | v3.2.5 | | 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 | diff --git a/deployment/helm/values.yaml b/deployment/helm/values.yaml index 66e27979..4ae0241e 100644 --- a/deployment/helm/values.yaml +++ b/deployment/helm/values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent nebulaStudio: name: vesoft/nebula-graph-studio - version: v3.2.4 + version: v3.2.5 imagePullSecrets: [] diff --git a/package.json b/package.json index 4a065fab..678f55a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebula-graph-studio", - "version": "3.2.4", + "version": "3.2.5", "description": "nebula-graph-studio", "private": true, "scripts": {