Skip to content

Commit

Permalink
chore(storage): bump seaweedfs 3.62
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhongyi committed Jan 29, 2024
1 parent cd19fbb commit 0e47953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DRYCC_UID=1001 \
JQ_VERSION="1.7.1" \
TIKV_VERSION="7.5.0" \
PYTHON_VERSION="3.12" \
SEAWEEDFS_VERSION="3.61" \
SEAWEEDFS_VERSION="3.62" \
SEAWEEDFS_DATA_DIR=/data \
SEAWEEDFS_CONF_DIR=/etc/seaweedfs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
command: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.command "context" $) | nindent 10 }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 10 }}
{{- else }}
args:
- /usr/bin/env
command:
- init-stack
- bash
- -ec
- |
Expand Down

0 comments on commit 0e47953

Please # to comment.