Skip to content

Commit

Permalink
Fix valkey CentOS 10 imagestream file
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 19, 2024
1 parent 9d4840c commit e4f5b76
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 deletions imagestreams/valkey-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e4f5b76

Please sign in to comment.