Skip to content

Commit b3bca19

Browse files
committed
Remove PSQGL 10 from imagestreams
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 3146728 commit b3bca19

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

imagestreams/imagestreams.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
app_versions: [10, 12, 13]
2323

2424
- name: RHEL 8
25-
app_versions: [10, 12, 13, 15, 16]
25+
app_versions: [12, 13, 15, 16]
2626

2727
- name: RHEL 9
2828
app_versions: [13, 15, 16]
@@ -31,7 +31,7 @@
3131
latest: "16-el9"
3232
distros:
3333
- name: RHEL 8
34-
app_versions: [10, 12, 13, 15, 16]
34+
app_versions: [12, 13, 15, 16]
3535

3636
- name: RHEL 9
3737
app_versions: [13, 15, 16]

imagestreams/postgresql-rhel-aarch64.json

-18
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,6 @@
99
},
1010
"spec": {
1111
"tags": [
12-
{
13-
"name": "10-el8",
14-
"annotations": {
15-
"openshift.io/display-name": "PostgreSQL 10 (RHEL 8)",
16-
"openshift.io/provider-display-name": "Red Hat, Inc.",
17-
"description": "Provides a PostgreSQL 10 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
18-
"iconClass": "icon-postgresql",
19-
"tags": "database,postgresql",
20-
"version": "10"
21-
},
22-
"from": {
23-
"kind": "DockerImage",
24-
"name": "registry.redhat.io/rhel8/postgresql-10:latest"
25-
},
26-
"referencePolicy": {
27-
"type": "Local"
28-
}
29-
},
3012
{
3113
"name": "12-el8",
3214
"annotations": {

imagestreams/postgresql-rhel.json

-18
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,6 @@
6363
"type": "Local"
6464
}
6565
},
66-
{
67-
"name": "10-el8",
68-
"annotations": {
69-
"openshift.io/display-name": "PostgreSQL 10 (RHEL 8)",
70-
"openshift.io/provider-display-name": "Red Hat, Inc.",
71-
"description": "Provides a PostgreSQL 10 database on RHEL 8. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md.",
72-
"iconClass": "icon-postgresql",
73-
"tags": "database,postgresql",
74-
"version": "10"
75-
},
76-
"from": {
77-
"kind": "DockerImage",
78-
"name": "registry.redhat.io/rhel8/postgresql-10:latest"
79-
},
80-
"referencePolicy": {
81-
"type": "Local"
82-
}
83-
},
8466
{
8567
"name": "12-el8",
8668
"annotations": {

0 commit comments

Comments
 (0)