Skip to content

Commit e1ae252

Browse files
committed
add annotations to Chart.yaml for prime-charts
1 parent 0b39401 commit e1ae252

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

chart/agent/Chart.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ version: 0.1.0
1414
# follow Semantic Versioning. They should reflect the version the application is using.
1515
# It is recommended to use it with quotes.
1616
appVersion: "0.1.0-beta"
17+
18+
annotations:
19+
catalog.cattle.io/certified: rancher
20+
catalog.cattle.io/display-name: Rancher AI Agent
21+
catalog.cattle.io/kube-version: '>= 1.31.4-0 < 1.35.0-0'
22+
catalog.cattle.io/os: linux
23+
catalog.cattle.io/permits-os: linux
24+
catalog.cattle.io/rancher-version: '>= 2.13.0-0 < 2.14.0-0'
25+
catalog.cattle.io/release-name: cattle-ai-agent-system
26+
catalog.cattle.io/hidden: "true"

chart/agent/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiAgent:
22
image:
3-
repository: stgregistry.suse.com/rancher/rancher-ai-agent
4-
tag: v1.0.0-rc.4
3+
repository: rancher/rancher-ai-agent
4+
tag: v1.0.0-rc.5
55
pullPolicy: IfNotPresent
66
mcp:
77
readOnly: false
88
image:
9-
repository: stgregistry.suse.com/rancher/rancher-ai-mcp
10-
tag: v1.0.0-rc.9
9+
repository: rancher/rancher-ai-mcp
10+
tag: v1.0.0-rc.11
1111
pullPolicy: IfNotPresent
1212

1313
ollamaLlmModel: ""

0 commit comments

Comments
 (0)