Skip to content

Commit 6adddd4

Browse files
authored
Merge pull request #9 from kubeswarm/chore/bump-operator-0.2.0
chore: bump kubeswarm to 0.2.0 (app + CRDs)
2 parents fc66a3c + 69a4cbb commit 6adddd4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/kubeswarm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kubeswarm
33
description: Kubernetes operator that manages LLM-based agents as first-class resources.
44
type: application
5-
version: 0.3.0
6-
appVersion: "0.2.0-beta.1"
5+
version: 0.3.1
6+
appVersion: "0.2.0"
77
keywords:
88
- ai
99
- agents

charts/kubeswarm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serviceAccount:
4848
annotations: {}
4949

5050
# The container image used for SwarmAgent runtime pods.
51-
agentImage: ghcr.io/kubeswarm/kubeswarm-runtime:0.2.0-beta.1
51+
agentImage: ghcr.io/kubeswarm/kubeswarm-runtime:0.2.0
5252
agentImagePullPolicy: Always
5353
# Secrets for pulling agent runtime images from private registries.
5454
# Comma-separated list of secret names, e.g. "harbor-creds,ecr-creds".

0 commit comments

Comments
 (0)