Skip to content

fix(chart): redis address templating#12

Merged
EItanya merged 1 commit into
mainfrom
jetc/fix/subchart-redis-address
Jun 26, 2026
Merged

fix(chart): redis address templating#12
EItanya merged 1 commit into
mainfrom
jetc/fix/subchart-redis-address

Conversation

@supreme-gg-gg

Copy link
Copy Markdown

Fixes kagent-dev/kagent#2092

Testing, as suggested in the issue:

helm template kagent charts/substrate -n kagent \
  | grep -E 'ATE_API_REDIS_ADDRESS|name: kagent-valkey-cluster$'
# output: kagent-valkey-cluster.kagent.svc:6379
# old, wrong output: valkey-cluster.kagent.svc:6379
  • Tests pass
  • Appropriate changes to documentation are included in the PR

Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
@EItanya EItanya merged commit 24ded8b into main Jun 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Agent Substrate subchart: ate-api-server can't reach Valkey (ATE_API_REDIS_ADDRESS missing release-name prefix)

2 participants