Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai/charts/redis-agent-memory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: redis-agent-memory
description: Helm chart to deploy Redis Agent Memory for on-premises deployment.
type: application
version: 0.5.0
appVersion: "0.5.0"
version: 0.5.1
appVersion: "0.5.1"
2 changes: 1 addition & 1 deletion ai/charts/redis-agent-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ Add to your `ram-values.yaml`:
controlplane:
enabled: true
image:
repository: redislabs/agent-memory-controlplane
repository: redislabs/agent-memory-control-plane
tag: "<ram-version>"
config:
existingSecret: ram-controlplane-config
Expand Down
2 changes: 1 addition & 1 deletion ai/charts/redis-agent-memory/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Validate required enterprise inputs.
{{- if and (not .Values.controlplane.adminToken.existingSecret) (not .Values.controlplane.adminToken.autoGenerate) -}}
{{- fail "controlplane.adminToken: set adminToken.existingSecret (BYO) or adminToken.autoGenerate=true" -}}
{{- end -}}
{{- if and .Values.airgap.enabled (eq .Values.controlplane.image.repository "redislabs/agent-memory-controlplane") -}}
{{- if and .Values.airgap.enabled (eq .Values.controlplane.image.repository "redislabs/agent-memory-control-plane") -}}
{{- fail "airgap.enabled=true requires controlplane.image.repository to point to a mirrored registry reachable from the cluster" -}}
{{- end -}}
{{- end -}}
Expand Down
6 changes: 3 additions & 3 deletions ai/charts/redis-agent-memory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
pullPolicy: IfNotPresent
# Defaults to the chart appVersion stamped at release time.
# Override at install/upgrade to pin a different RAM image version.
tag: "0.5.0"
tag: "0.5.1"

imagePullSecrets: []
# Keep the short chart name stable in labels and notes.
Expand Down Expand Up @@ -223,10 +223,10 @@ controlplane:

image:
# Separate image from the data plane (control-plane binary).
repository: 'redislabs/agent-memory-controlplane'
repository: 'redislabs/agent-memory-control-plane'
pullPolicy: IfNotPresent
# Must be set explicitly at install/upgrade time when controlplane.enabled=true.
tag: ""
tag: "0.5.1"

replicaCount: 1

Expand Down
Loading