Skip to content

Commit 8cebfa4

Browse files
committed
Allow openshift catalog versions to be configurable via helm
Signed-off-by: Todd Short <[email protected]>
1 parent 6604f2a commit 8cebfa4

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
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:{{- .Values.options.catalogVersion }}
1313
{{- end -}}

helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-community-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/community-operator-index:v4.20
12+
ref: registry.redhat.io/redhat/community-operator-index:{{- .Values.options.catalogVersion }}
1313
{{- end -}}

helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-marketplace.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/redhat-marketplace-index:v4.20
12+
ref: registry.redhat.io/redhat/redhat-marketplace-index:{{- .Values.options.catalogVersion }}
1313
{{- end -}}

helm/olmv1/templates/openshift-catalogs/clustercatalog-openshift-redhat-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/redhat-operator-index:v4.20
12+
ref: registry.redhat.io/redhat/redhat-operator-index:{{ .Values.options.catalogVersion }}
1313
{{- end -}}

helm/olmv1/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ options:
2222
enabled: false
2323
# This can be one of: standard or experimental
2424
featureSet: standard
25+
catalogVersion: v4.20
2526

2627
operatorControllerFeatures: []
2728
catalogdFeatures: []

0 commit comments

Comments
 (0)