diff --git a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-certified-operators.yml b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-certified-operators.yml index 995e8bd9a6..86c92fd55d 100644 --- a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-certified-operators.yml +++ b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-certified-operators.yml @@ -9,5 +9,5 @@ spec: type: Image image: pollIntervalMinutes: 10 - ref: registry.redhat.io/redhat/certified-operator-index:v4.20 + ref: registry.redhat.io/redhat/certified-operator-index:{{- .Values.options.openshift.catalogs.version }} {{- end -}} diff --git a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml index d4c1576bf9..529af4ad51 100644 --- a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml +++ b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-operators.yml @@ -9,5 +9,5 @@ spec: type: Image image: pollIntervalMinutes: 10 - ref: registry.redhat.io/redhat/community-operator-index:v4.20 + ref: registry.redhat.io/redhat/community-operator-index:{{- .Values.options.openshift.catalogs.version }} {{- end -}} diff --git a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml index 285acf189e..b8d6bcff48 100644 --- a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml +++ b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.yml @@ -9,5 +9,5 @@ spec: type: Image image: pollIntervalMinutes: 10 - ref: registry.redhat.io/redhat/redhat-marketplace-index:v4.20 + ref: registry.redhat.io/redhat/redhat-marketplace-index:{{- .Values.options.openshift.catalogs.version }} {{- end -}} diff --git a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml index ca1ec8376c..d7d94dac11 100644 --- a/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml +++ b/helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-operators.yml @@ -9,5 +9,5 @@ spec: type: Image image: pollIntervalMinutes: 10 - ref: registry.redhat.io/redhat/redhat-operator-index:v4.20 + ref: registry.redhat.io/redhat/redhat-operator-index:{{ .Values.options.openshift.catalogs.version }} {{- end -}} diff --git a/helm/olmv1/values.yaml b/helm/olmv1/values.yaml index e896f2530f..4b14a664c8 100644 --- a/helm/olmv1/values.yaml +++ b/helm/olmv1/values.yaml @@ -20,6 +20,8 @@ options: enabled: false openshift: enabled: false + catalogs: + version: v4.20 # This can be one of: standard or experimental featureSet: standard