Skip to content

Commit 3e7d3e6

Browse files
Upgrade index to use 4.21
1 parent 04ee415 commit 3e7d3e6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-certified-operators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ spec:
99
type: Image
1010
image:
1111
pollIntervalMinutes: 10
12-
ref: registry.redhat.io/redhat/certified-operator-index:v4.20
12+
ref: registry.redhat.io/redhat/certified-operator-index:v4.21
1313
{{- end -}}

openshift/catalogd/manifests-experimental.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ spec:
10001000
type: Image
10011001
image:
10021002
pollIntervalMinutes: 10
1003-
ref: registry.redhat.io/redhat/certified-operator-index:v4.20
1003+
ref: registry.redhat.io/redhat/certified-operator-index:v4.21
10041004
---
10051005
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml
10061006
apiVersion: olm.operatorframework.io/v1
@@ -1013,7 +1013,7 @@ spec:
10131013
type: Image
10141014
image:
10151015
pollIntervalMinutes: 10
1016-
ref: registry.redhat.io/redhat/community-operator-index:v4.20
1016+
ref: registry.redhat.io/redhat/community-operator-index:v4.21
10171017
---
10181018
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml
10191019
apiVersion: olm.operatorframework.io/v1
@@ -1026,7 +1026,7 @@ spec:
10261026
type: Image
10271027
image:
10281028
pollIntervalMinutes: 10
1029-
ref: registry.redhat.io/redhat/redhat-marketplace-index:v4.20
1029+
ref: registry.redhat.io/redhat/redhat-marketplace-index:v4.21
10301030
---
10311031
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml
10321032
apiVersion: olm.operatorframework.io/v1
@@ -1039,7 +1039,7 @@ spec:
10391039
type: Image
10401040
image:
10411041
pollIntervalMinutes: 10
1042-
ref: registry.redhat.io/redhat/redhat-operator-index:v4.20
1042+
ref: registry.redhat.io/redhat/redhat-operator-index:v4.21
10431043
---
10441044
# Source: olmv1/templates/mutatingwebhookconfiguration-catalogd-mutating-webhook-configuration.yml
10451045
apiVersion: admissionregistration.k8s.io/v1

openshift/catalogd/manifests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ spec:
999999
type: Image
10001000
image:
10011001
pollIntervalMinutes: 10
1002-
ref: registry.redhat.io/redhat/certified-operator-index:v4.20
1002+
ref: registry.redhat.io/redhat/certified-operator-index:v4.21
10031003
---
10041004
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml
10051005
apiVersion: olm.operatorframework.io/v1
@@ -1012,7 +1012,7 @@ spec:
10121012
type: Image
10131013
image:
10141014
pollIntervalMinutes: 10
1015-
ref: registry.redhat.io/redhat/community-operator-index:v4.20
1015+
ref: registry.redhat.io/redhat/community-operator-index:v4.21
10161016
---
10171017
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml
10181018
apiVersion: olm.operatorframework.io/v1
@@ -1025,7 +1025,7 @@ spec:
10251025
type: Image
10261026
image:
10271027
pollIntervalMinutes: 10
1028-
ref: registry.redhat.io/redhat/redhat-marketplace-index:v4.20
1028+
ref: registry.redhat.io/redhat/redhat-marketplace-index:v4.21
10291029
---
10301030
# Source: olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml
10311031
apiVersion: olm.operatorframework.io/v1
@@ -1038,7 +1038,7 @@ spec:
10381038
type: Image
10391039
image:
10401040
pollIntervalMinutes: 10
1041-
ref: registry.redhat.io/redhat/redhat-operator-index:v4.20
1041+
ref: registry.redhat.io/redhat/redhat-operator-index:v4.21
10421042
---
10431043
# Source: olmv1/templates/mutatingwebhookconfiguration-catalogd-mutating-webhook-configuration.yml
10441044
apiVersion: admissionregistration.k8s.io/v1

0 commit comments

Comments
 (0)