Skip to content

Commit 6a91135

Browse files
chore: bump chart versions for rag-stack ai-platform-engineering
1 parent 3d72aac commit 6a91135

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/ai-platform-engineering/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Parent chart to deploy multiple agent subcharts as different platfo
66
sources:
77
- https://github.com/cnoe-io/ai-platform-engineering/charts
88
# Chart version for ai-platform-engineering parent chart
9-
version: 0.2.11 # Do NOT bump this. It will be updated automatically using the PR or release workflow
9+
version: 0.2.11-rc.helm.1 # Do NOT bump this. It will be updated automatically using the PR or release workflow
1010
dependencies:
1111
# AI Platform Engineer Multi-Agent
1212
- name: supervisor-agent
@@ -134,7 +134,7 @@ dependencies:
134134
repository: oci://ghcr.io/agntcy/slim/helm
135135
condition: global.slim.enabled
136136
- name: rag-stack
137-
version: 0.2.11 # Do NOT bump this. It will be updated automatically using the PR or release workflow
137+
version: 0.2.11-rc.helm.1 # Do NOT bump this. It will be updated automatically using the PR or release workflow
138138
repository: file://../rag-stack # TODO: might be changed to be separate
139139
tags:
140140
- rag-stack

charts/rag-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rag-stack
33
description: A complete RAG stack including web UI, server, agents, Redis, Neo4j and Milvus
44
type: application
5-
version: 0.2.11 # Do NOT bump this. It will be updated automatically using the PR or release workflow
5+
version: 0.2.11-rc.helm.1 # Do NOT bump this. It will be updated automatically using the PR or release workflow
66
appVersion: 0.2.11 # Do NOT modify. It will be updated automatically using the release workflow
77
dependencies:
88
- name: rag-server

0 commit comments

Comments
 (0)