From 9916c98ece37ec7162af7ff3996e50aa57df915b Mon Sep 17 00:00:00 2001 From: George Barbarosie Date: Mon, 13 Jan 2025 14:58:22 +0000 Subject: [PATCH] etrip chart 0.7.3, latest redis --- charts/etrip/Chart.yaml | 2 +- charts/etrip/templates/redis.yml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/etrip/Chart.yaml b/charts/etrip/Chart.yaml index 464bf59..c3591b3 100644 --- a/charts/etrip/Chart.yaml +++ b/charts/etrip/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v1 name: etrip description: eTrip PHP Helm chart type: application -version: 0.7.2 +version: 0.7.3 appVersion: 6.5.35 diff --git a/charts/etrip/templates/redis.yml b/charts/etrip/templates/redis.yml index d4f544e..912ae2f 100644 --- a/charts/etrip/templates/redis.yml +++ b/charts/etrip/templates/redis.yml @@ -26,7 +26,13 @@ spec: spec: containers: - name: redis - image: redis:4-alpine + command: + - /bin/sh + - -c + - | + echo "requirepass ${REDIS_PASSWORD}" > /etc/redis.conf + redis-server /etc/redis.conf + image: redis:alpine env: - name: REDIS_PASSWORD valueFrom: