Skip to content

Commit d6442be

Browse files
committed
feat(all): release v1.4.1
1 parent 72edc89 commit d6442be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release/deployment/docker-compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
COZE_LOOP_APP_IMAGE_REGISTRY=docker.io
33
COZE_LOOP_APP_IMAGE_REPOSITORY=cozedev
44
COZE_LOOP_APP_IMAGE_NAME=coze-loop
5-
COZE_LOOP_APP_IMAGE_TAG=1.4.0
5+
COZE_LOOP_APP_IMAGE_TAG=1.4.1
66
COZE_LOOP_APP_OPENAPI_PORT=8888
77
COZE_LOOP_APP_DEBUG_PORT=40000
88
COZE_LOOP_PYTHON_FAAS_IMAGE_REGISTRY=docker.io

release/deployment/helm-chart/charts/app/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
registry: "docker.io"
88
repository: "cozedev"
99
image: "coze-loop"
10-
tag: "1.4.0"
10+
tag: "1.4.1"
1111
pullPolicy: Always
1212
pullSecrets: "coze-loop-image-secret"
1313

release/deployment/helm-chart/charts/nginx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ init_image:
1616
registry: "docker.io"
1717
repository: "cozedev"
1818
image: "coze-loop"
19-
tag: "1.4.0"
19+
tag: "1.4.1"
2020
pullSecrets: "coze-loop-image-secret"
2121

2222
deployment:

0 commit comments

Comments
 (0)