File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ TROUBLESHOOTING:
6060DOCUMENTATION:
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 "") }}
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments