Skip to content

Commit

Permalink
etrip chart 0.7.3, latest redis
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebarbarosie committed Jan 13, 2025
1 parent 1da884f commit 9916c98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/etrip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 7 additions & 1 deletion charts/etrip/templates/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9916c98

Please sign in to comment.