diff --git a/imagestreams/valkey-rhel-aarch64.json b/imagestreams/valkey-rhel-aarch64.json deleted file mode 100644 index 8361939..0000000 --- a/imagestreams/valkey-rhel-aarch64.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "kind": "ImageStream", - "apiVersion": "image.openshift.io/v1", - "metadata": { - "name": "redis", - "annotations": { - "openshift.io/display-name": "Redis" - } - }, - "spec": { - "tags": [ - { - "name": "6-el8", - "annotations": { - "openshift.io/display-name": "Redis 6 (RHEL 8)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel8/redis-6:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "6-el9", - "annotations": { - "openshift.io/display-name": "Redis 6 (RHEL 9)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel9/redis-6:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "7-el9", - "annotations": { - "openshift.io/display-name": "Redis 7 (RHEL 9)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "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", - "tags": "database,redis", - "version": "7" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel9/redis-7:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "latest", - "annotations": { - "openshift.io/display-name": "Redis 6 (Latest)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "ImageStreamTag", - "name": "6-el8" - }, - "referencePolicy": { - "type": "Local" - } - } - ] - } -} diff --git a/imagestreams/valkey-rhel.json b/imagestreams/valkey-rhel.json deleted file mode 100644 index 8361939..0000000 --- a/imagestreams/valkey-rhel.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "kind": "ImageStream", - "apiVersion": "image.openshift.io/v1", - "metadata": { - "name": "redis", - "annotations": { - "openshift.io/display-name": "Redis" - } - }, - "spec": { - "tags": [ - { - "name": "6-el8", - "annotations": { - "openshift.io/display-name": "Redis 6 (RHEL 8)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel8/redis-6:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "6-el9", - "annotations": { - "openshift.io/display-name": "Redis 6 (RHEL 9)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel9/redis-6:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "7-el9", - "annotations": { - "openshift.io/display-name": "Redis 7 (RHEL 9)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "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", - "tags": "database,redis", - "version": "7" - }, - "from": { - "kind": "DockerImage", - "name": "registry.redhat.io/rhel9/redis-7:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "latest", - "annotations": { - "openshift.io/display-name": "Redis 6 (Latest)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Redis 6 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/6/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n", - "iconClass": "icon-redis", - "tags": "database,redis", - "version": "6" - }, - "from": { - "kind": "ImageStreamTag", - "name": "6-el8" - }, - "referencePolicy": { - "type": "Local" - } - } - ] - } -}