Skip to content

Commit 8c21de5

Browse files
authored
Merge pull request #12 from DeNA/feature/fix-plugin-daemon-image-tag
fix: plugin daemon image tag
2 parents 4451a91 + 5d5ecbc commit 8c21de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/environments/dev/terraform.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project_id = "your-project-id" # replace with your project id
22
region = "your-region" # replace with your region
33
dify_version = "latest"
4-
dify_plugin_daemon_version = "latest"
4+
dify_plugin_daemon_version = "latest-local"
55
dify_sandbox_version = "latest"
66
nginx_repository_id = "dify-nginx-repo"
77
web_repository_id = "dify-web-repo"

0 commit comments

Comments
 (0)