Skip to content

Commit

Permalink
Merge pull request #90 from sclorg/fix_redis
Browse files Browse the repository at this point in the history
Fix image_name redis definition
  • Loading branch information
phracek authored Sep 4, 2024
2 parents 0e91cd2 + ea58e46 commit 2e17bde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/redhat/redis-persistent/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: |-
NOTE: You must have persistent volumes available in your cluster to use this template.
name: redis-persistent
tags: database,redis
version: 0.0.3
version: 0.0.4
annotations:
charts.openshift.io/name: Red Hat Redis in-memory data structure store, with persistent storage (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
sources:
- https://github.com/sclorg/helm-charts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
key: database-password
name: {{ .Values.database_service_name }}
image: " "
image: "redis:{{ .Values.redis_version }}"
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 30
Expand Down
Binary file added redis-persistent-0.0.4.tgz
Binary file not shown.

0 comments on commit 2e17bde

Please sign in to comment.