Skip to content

Commit

Permalink
files server tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Jul 3, 2024
1 parent b5cc289 commit a613377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/pkg/appdata/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var (
Containers: []corev1.Container{
{
Name: "files",
Image: "beclab/files-server:v0.2.24",
Image: os.Getenv("FILES_SERVER_TAG"), //"beclab/files-server:v0.2.24",
ImagePullPolicy: corev1.PullIfNotPresent,
VolumeMounts: []corev1.VolumeMount{
{
Expand Down

0 comments on commit a613377

Please sign in to comment.