升级主应用为 v1.1.2, PluginDaemon 为 v0.0.6

This commit is contained in:
2025-03-24 11:15:53 +08:00
parent 4566bdf008
commit f0dfc587a5
4 changed files with 1993 additions and 5 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
image:
api:
repository: langgenius/dify-api
tag: "1.0.1"
tag: "1.1.2"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -15,7 +15,7 @@ image:
# - myRegistryKeySecretName
web:
repository: langgenius/dify-web
tag: "1.0.1"
tag: "1.1.2"
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -57,7 +57,7 @@ image:
pluginDaemon:
repository: langgenius/dify-plugin-daemon
tag: 0.0.4-local
tag: 0.0.6-local
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.