Skip to content

Commit

Permalink
Merge pull request #91 from sclorg/redis_7
Browse files Browse the repository at this point in the history
Add redis-7 for RHEL9 support
  • Loading branch information
phracek authored Sep 4, 2024
2 parents 2e17bde + 74bca4f commit 6301067
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/redhat/redis-imagestreams/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: |-
annotations:
charts.openshift.io/name: Provides a Redis database on RHEL imagestreams (experimental)
apiVersion: v2
appVersion: 0.0.2
appVersion: 0.0.3
kubeVersion: '>=1.20.0'
name: redis-imagestreams
tags: builder,redis
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
version: 0.0.3
16 changes: 16 additions & 0 deletions charts/redhat/redis-imagestreams/src/templates/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ spec:
referencePolicy:
type: Local
name: 6-el9
- annotations:
description: >-
Provides a Redis 7 database on RHEL 9. For more information about
using this database image, including OpenShift considerations, see
https://github.com/sclorg/redis-container/tree/master/7/README.md.
iconClass: icon-redis
openshift.io/display-name: Redis 7 (RHEL 9)
openshift.io/provider-display-name: 'Red Hat, Inc.'
tags: redis
version: '7'
from:
kind: DockerImage
name: 'registry.redhat.io/rhel9/redis-7:latest'
referencePolicy:
type: Local
name: 7-el9
- annotations:
description: >-
Provides a Redis 6 database on RHEL 8. For more information about
Expand Down
Binary file added redis-imagestreams-0.0.3.tgz
Binary file not shown.

0 comments on commit 6301067

Please sign in to comment.