Skip to content

Commit 670b5af

Browse files
committed
deprecate instead of remove sstreaming helm values
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
1 parent 767ffd6 commit 670b5af

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

helm/kagent/templates/NOTES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ TROUBLESHOOTING:
6060
DOCUMENTATION:
6161
Visit https://kagent.dev for comprehensive documentation and examples.
6262

63+
{{- if .Values.controller.streaming }}
64+
################################################################################
65+
# DEPRECATED VALUES DETECTED #
66+
################################################################################
67+
controller.streaming.* (maxBufSize, initialBufSize, timeout) were removed in
68+
0.10.0. The A2A SDK now handles SSE buffering and timeouts internally.
69+
These values are ignored. Please remove them from your values override.
70+
71+
{{- end }}
6372
{{ if .Values.database.postgres.bundled.enabled -}}
6473
################################################################################
6574
{{- if and (eq .Values.database.postgres.url "") (eq .Values.database.postgres.urlFile "") }}

helm/kagent/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ controller:
187187
repository: kagent-dev/kagent/skills-init
188188
tag: "" # Will default to global, then Chart version
189189
pullPolicy: ""
190+
# -- @deprecated Removed in 0.10.0. The A2A SDK now handles SSE buffering and timeouts
191+
# internally. These values have no effect and will be removed in a future release.
192+
streaming: null
193+
190194
# -- Namespaces the controller should watch.
191195
# If empty, the controller will watch ALL available namespaces.
192196
# @default -- [] (watches all available namespaces)

0 commit comments

Comments
 (0)