Skip to content

Commit

Permalink
chore: update version to 3.8.0, added default /app/data dir for sqlit…
Browse files Browse the repository at this point in the history
…e provisioning (#720)

Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww authored Jan 5, 2024
1 parent 02dcc61 commit 70a52ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -10,4 +10,4 @@ services:
- nebula-web

networks:
nebula-web:
nebula-web:
2 changes: 1 addition & 1 deletion deployment/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ data:
# The maximum open connections of the pool.
MaxOpenConns: 30
# The maximum idle connections of the pool.
MaxIdleConns: 10
MaxIdleConns: 10
4 changes: 4 additions & 0 deletions deployment/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ spec:
- name: studio-config
mountPath: /app/etc
readOnly: true
- name: app-data-volume
mountPath: /app/data
volumes:
- name: studio-config
configMap:
Expand All @@ -68,6 +70,8 @@ spec:
- name: upload-data
persistentVolumeClaim:
claimName: {{ include "nebula-studio.name" . }}-data
- name: app-data-volume
emptyDir:
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
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 70a52ac

Please sign in to comment.