From c2dbd7575e46a505d5ac7fe7184590a54bf0b417 Mon Sep 17 00:00:00 2001 From: Benjamin Hindman Date: Fri, 1 May 2026 13:51:22 -0500 Subject: [PATCH 1/2] fix(price): inject REDIS_TYPE=standalone when sentinel is disabled --- charts/price/templates/realtime-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/price/templates/realtime-deployment.yaml b/charts/price/templates/realtime-deployment.yaml index 913ad5bcc..5234c3fc8 100644 --- a/charts/price/templates/realtime-deployment.yaml +++ b/charts/price/templates/realtime-deployment.yaml @@ -57,6 +57,10 @@ spec: secretKeyRef: name: {{ .Values.redis.auth.existingSecret | quote }} key: {{ .Values.redis.auth.existingSecretPasswordKey | quote }} + {{- if not .Values.redis.sentinel.enabled }} + - name: REDIS_TYPE + value: "standalone" + {{- end }} {{ range until (.Values.redis.replica.replicaCount | int) }} - name: {{ printf "REDIS_%d_DNS" . }} value: {{ printf "flash-redis-node-%d.flash-redis-headless" . | quote }} From 5950db77ad3a673a5581fc433cf9449a2a299feb Mon Sep 17 00:00:00 2001 From: Benjamin Hindman Date: Fri, 1 May 2026 14:23:17 -0500 Subject: [PATCH 2/2] Bump versions: Price 0.5.11 & Flash 3.2.4 --- charts/flash/Chart.yaml | 4 ++-- charts/price/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/flash/Chart.yaml b/charts/flash/Chart.yaml index bb9eeed4b..391da2382 100644 --- a/charts/flash/Chart.yaml +++ b/charts/flash/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 # https://helm.sh/docs/topics/charts/#the-apiversion-field name: flash description: A Helm chart for the Flash application backend type: application -version: 3.2.3 +version: 3.2.4 appVersion: 0.7.45 dependencies: - name: redis @@ -21,5 +21,5 @@ dependencies: repository: oci://ghcr.io/apollographql/helm-charts version: 2.13.0 - name: price - version: 0.5.10 + version: 0.5.11 repository: "file://../price" diff --git a/charts/price/Chart.yaml b/charts/price/Chart.yaml index 3e7d80f4a..1af479a9d 100644 --- a/charts/price/Chart.yaml +++ b/charts/price/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: price description: A helm chart for real-time and historical BTC price data type: application -version: 0.5.10 +version: 0.5.11 appVersion: 0.2.1 dependencies: