diff --git a/imagestreams/valkey-centos.json b/imagestreams/valkey-centos.json index 7be4221..d12818c 100644 --- a/imagestreams/valkey-centos.json +++ b/imagestreams/valkey-centos.json @@ -10,36 +10,18 @@ "spec": { "tags": [ { - "name": "6-el9", + "name": "7-el10", "annotations": { - "openshift.io/display-name": "Valkey 6 (CentOS Stream 9)", + "openshift.io/display-name": "Valkey 7 (CentOS Stream 10)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Valkey 6 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/valkey-container/tree/master/6/README.md.", - "iconClass": "icon-valkey", - "tags": "database,valkey", - "version": "6" - }, - "from": { - "kind": "DockerImage", - "name": "quay.io/sclorg/valkey-6-c9s:latest" - }, - "referencePolicy": { - "type": "Local" - } - }, - { - "name": "7-el9", - "annotations": { - "openshift.io/display-name": "Valkey 7 (CentOS Stream 9)", - "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Valkey 7 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/valkey-container/tree/master/7/README.md.", + "description": "Provides a Valkey 7 database on CentOS Stream 10. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/valkey-container/tree/master/7/README.md.", "iconClass": "icon-valkey", "tags": "database,valkey", "version": "7" }, "from": { "kind": "DockerImage", - "name": "quay.io/sclorg/valkey-7-c9s:latest" + "name": "quay.io/sclorg/valkey-7-c10s:latest" }, "referencePolicy": { "type": "Local" @@ -48,16 +30,16 @@ { "name": "latest", "annotations": { - "openshift.io/display-name": "Valkey 6 (Latest)", + "openshift.io/display-name": "Valkey 7 (Latest)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Provides a Valkey 6 database on CentOS Stream 9. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/valkey-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", + "description": "Provides a Valkey 7 database on CentOS Stream 10. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/valkey-container/tree/master/7/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-valkey", "tags": "database,valkey", - "version": "6" + "version": "7" }, "from": { "kind": "ImageStreamTag", - "name": "6-el9" + "name": "7-el10" }, "referencePolicy": { "type": "Local"