Skip to content

Commit

Permalink
ci: update pypy.yaml && release.yaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavu6 committed Sep 9, 2022
1 parent c0064b2 commit 8505981
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
serviceAccountName: iflearner-operator-controller-manager
containers:
- name: flow-federate-srv
image: ghcr.io/iflytek/iflearner-flow-federate:0.1.0
image: ghcr.io/iflytek/iflearner-flow-federate:0.2.0
workingDir: /data/iflearner-flow/python/iflearner_flow_federate
command:
- python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data:
sqlalchemy_pool_timeout: 10
sqlalchemy_pool_overflow: 2
flow:
iflearner_server_image: "iflearner:0.1.3"
iflearner_server_image: ghcr.io/iflytek/iflearner:v0.1.0
iflearner_server_args:
- "python"
- "iflearner/business/homo/aggregate_server.py"
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
serviceAccountName: iflearner-operator-controller-manager
containers:
- name: flow-server-srv
image: ghcr.io/iflytek/iflearner-flow-server:0.1.0
image: ghcr.io/iflytek/iflearner-flow-server:0.2.0
workingDir: /data/iflearner-flow/python/iflearner_flow_server
command:
- python3
Expand Down
2 changes: 1 addition & 1 deletion python/iflearner_flow_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _process_requirements():

setup(
name="iflearner-flow-client",
version="0.1.2",
version="0.2.0",
description="Iflearner Flow Client, include flow_server_sdk, flow_federate_client, flow_server_cli, flow_federate_cli",
author="The iFLYTEK Turing Group",
url="https://github.com/iflytek/iflearner-flow",
Expand Down

0 comments on commit 8505981

Please sign in to comment.