Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release v0.2.0 #773

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: arcadia
description: A Helm chart(Also a KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.2.35
appVersion: "0.1.0"
version: 0.3.1
appVersion: "0.2.0"

keywords:
- LLMOps
Expand Down
8 changes: 4 additions & 4 deletions deploy/charts/arcadia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ global:
# @param resources Resources to be used
controller:
loglevel: 3
image: kubeagi/arcadia:latest
image: kubeagi/arcadia:v0.2.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -27,7 +27,7 @@ controller:
apiserver:
bingKey: c30e4d7f3ec24c31a489f883616844b5
loglevel: 3
image: kubeagi/arcadia:latest
image: kubeagi/arcadia:v0.2.0
enableplayground: false
port: 8081
ingress:
Expand All @@ -45,7 +45,7 @@ apiserver:
portal:
enabled: true
kubebbEnabled: true
image: kubeagi/ops-console:latest
image: kubeagi/ops-console:v0.2.0
port: 80
ingress:
path: kubeagi-portal-public
Expand Down Expand Up @@ -108,7 +108,7 @@ minio:
# Related project: https://github.com/kubeagi/arcadia/tree/main/data-processing
dataprocess:
enabled: true
image: kubeagi/data-processing:latest
image: kubeagi/data-processing:v0.2.0
port: 28888
config:
llm:
Expand Down
Loading