Skip to content

Commit

Permalink
Fix Enterprise Operator image name in values.yaml (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-cosbuc authored Jun 20, 2023
1 parent 50bd0ec commit e383771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/enterprise-operator/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mongodb:
name: mongodb-enterprise-server
repo: quay.io/mongodb
appdbAssumeOldFormat: false
imageType: ubi8

## Registry
registry:
Expand Down
2 changes: 1 addition & 1 deletion charts/enterprise-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ operator:
name: mongodb-enterprise-operator

# Name of the operator image
operator_image_name: mongodb-enterprise-operator
operator_image_name: mongodb-enterprise-operator-ubi

# Name of the deployment of the operator pod
deployment_name: mongodb-enterprise-operator
Expand Down

0 comments on commit e383771

Please sign in to comment.