diff --git a/ai/charts/redis-agent-memory/Chart.yaml b/ai/charts/redis-agent-memory/Chart.yaml index 4b1b8f3..58c7420 100644 --- a/ai/charts/redis-agent-memory/Chart.yaml +++ b/ai/charts/redis-agent-memory/Chart.yaml @@ -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" diff --git a/ai/charts/redis-agent-memory/README.md b/ai/charts/redis-agent-memory/README.md index fbac2d2..d0894eb 100644 --- a/ai/charts/redis-agent-memory/README.md +++ b/ai/charts/redis-agent-memory/README.md @@ -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: "" config: existingSecret: ram-controlplane-config diff --git a/ai/charts/redis-agent-memory/templates/_helpers.tpl b/ai/charts/redis-agent-memory/templates/_helpers.tpl index 81ac082..10d8cc7 100644 --- a/ai/charts/redis-agent-memory/templates/_helpers.tpl +++ b/ai/charts/redis-agent-memory/templates/_helpers.tpl @@ -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 -}} diff --git a/ai/charts/redis-agent-memory/values.yaml b/ai/charts/redis-agent-memory/values.yaml index 1394010..ae00ba0 100644 --- a/ai/charts/redis-agent-memory/values.yaml +++ b/ai/charts/redis-agent-memory/values.yaml @@ -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. @@ -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