Skip to content

Commit

Permalink
Add redis version 7.2.3 and 6.2.14 (#698)
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 authored Nov 2, 2023
1 parent bbdea78 commit a926d66
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,14 @@
"2.3.2-centos"
],
"Redis": [
"7.2.3",
"7.2.0",
"7.0.10",
"7.0.9",
"7.0.6",
"7.0.5",
"7.0.4",
"6.2.14",
"6.2.11",
"6.2.8",
"6.2.7",
Expand Down
2 changes: 2 additions & 0 deletions catalog/backup_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
"5.0.3-v1"
],
"redis-backup-6.2.5": [
"6.2.14",
"6.2.11",
"6.2.8",
"6.2.7",
Expand All @@ -262,6 +263,7 @@
"6.0.6"
],
"redis-backup-7.0.5": [
"7.2.3",
"7.2.0",
"7.0.10",
"7.0.9",
Expand Down
22 changes: 22 additions & 0 deletions catalog/raw/redis/redis-6.2.14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: RedisVersion
metadata:
name: 6.2.14
spec:
coordinator:
image: ghcr.io/kubedb/redis-coordinator:v0.15.0
db:
image: redis:6.2.14
exporter:
image: ghcr.io/kubedb/redis_exporter:1.9.0
initContainer:
image: ghcr.io/kubedb/redis-init:0.7.0
podSecurityPolicies:
databasePolicyName: redis-db
stash:
addon:
backupTask:
name: redis-backup-6.2.5
restoreTask:
name: redis-restore-6.2.5
version: 6.2.14
22 changes: 22 additions & 0 deletions catalog/raw/redis/redis-7.2.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: RedisVersion
metadata:
name: 7.2.3
spec:
coordinator:
image: ghcr.io/kubedb/redis-coordinator:v0.15.0
db:
image: redis:7.2.3
exporter:
image: ghcr.io/kubedb/redis_exporter:1.9.0
initContainer:
image: ghcr.io/kubedb/redis-init:0.7.0
podSecurityPolicies:
databasePolicyName: redis-db
stash:
addon:
backupTask:
name: redis-backup-7.0.5
restoreTask:
name: redis-restore-7.0.5
version: 7.2.3
2 changes: 2 additions & 0 deletions catalog/restore_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
"5.0.3-v1"
],
"redis-restore-6.2.5": [
"6.2.14",
"6.2.11",
"6.2.8",
"6.2.7",
Expand All @@ -262,6 +263,7 @@
"6.0.6"
],
"redis-restore-7.0.5": [
"7.2.3",
"7.2.0",
"7.0.10",
"7.0.9",
Expand Down
26 changes: 26 additions & 0 deletions charts/kubedb-catalog/templates/redis/redis-6.2.14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{{ if .Values.catalog.redis }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: RedisVersion
metadata:
name: '6.2.14'
labels:
{{- include "kubedb-catalog.labels" . | nindent 4 }}
spec:
coordinator:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis-coordinator") $) }}:v0.15.0'
db:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "redis") $) }}:6.2.14'
exporter:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis_exporter") $) }}:1.9.0'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis-init") $) }}:0.7.0'
podSecurityPolicies:
databasePolicyName: redis-db
stash:
addon:
backupTask:
name: redis-backup-6.2.5
restoreTask:
name: redis-restore-6.2.5
version: 6.2.14
{{ end }}
26 changes: 26 additions & 0 deletions charts/kubedb-catalog/templates/redis/redis-7.2.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{{ if .Values.catalog.redis }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: RedisVersion
metadata:
name: '7.2.3'
labels:
{{- include "kubedb-catalog.labels" . | nindent 4 }}
spec:
coordinator:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis-coordinator") $) }}:v0.15.0'
db:
image: '{{ include "image.dockerLibrary" (merge (dict "_repo" "redis") $) }}:7.2.3'
exporter:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis_exporter") $) }}:1.9.0'
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/redis-init") $) }}:0.7.0'
podSecurityPolicies:
databasePolicyName: redis-db
stash:
addon:
backupTask:
name: redis-backup-7.0.5
restoreTask:
name: redis-restore-7.0.5
version: 7.2.3
{{ end }}

0 comments on commit a926d66

Please sign in to comment.