Skip to content

Commit

Permalink
Kubernetes Enterprise Operator Release 1.24.0 (#296)
Browse files Browse the repository at this point in the history
* Updated

* Remove reference to RC image

---------

Co-authored-by: Mircea Cosbuc <[email protected]>
  • Loading branch information
mms-build-account and mircea-cosbuc authored Dec 21, 2023
1 parent f802c79 commit 7504afd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 37 deletions.
2 changes: 1 addition & 1 deletion charts/enterprise-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: enterprise-operator
description: MongoDB Kubernetes Enterprise Operator
version: 1.23.0
version: 1.24.0
kubeVersion: '>=1.16-0'
type: application
keywords:
Expand Down
39 changes: 9 additions & 30 deletions charts/enterprise-operator/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
operator_image_name: mongodb-enterprise-operator-ubi

# Version of mongodb-enterprise-operator
version: 1.23.0
version: 1.24.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand All @@ -41,27 +41,27 @@ resources:
## Database
database:
name: mongodb-enterprise-database-ubi
version: 1.23.0
version: 1.24.0

initDatabase:
name: mongodb-enterprise-init-database-ubi
version: 1.23.0
version: 1.24.0

## Ops Manager
opsManager:
name: mongodb-enterprise-ops-manager-ubi

initOpsManager:
name: mongodb-enterprise-init-ops-manager-ubi
version: 1.23.0
version: 1.24.0

initAppDb:
name: mongodb-enterprise-init-appdb-ubi
version: 1.23.0
version: 1.24.0

agent:
name: mongodb-agent-ubi
version: 12.0.28.7763-1
version: 12.0.29.7785-1

mongodb:
name: mongodb-enterprise-server
Expand All @@ -88,29 +88,6 @@ registry:
# https://docs.openshift.com/container-platform/4.11/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
relatedImages:
opsManager:
- 5.0.0
- 5.0.1
- 5.0.2
- 5.0.3
- 5.0.4
- 5.0.5
- 5.0.6
- 5.0.7
- 5.0.8
- 5.0.9
- 5.0.10
- 5.0.11
- 5.0.12
- 5.0.13
- 5.0.14
- 5.0.15
- 5.0.16
- 5.0.17
- 5.0.18
- 5.0.19
- 5.0.20
- 5.0.21
- 5.0.22
- 6.0.0
- 6.0.1
- 6.0.2
Expand All @@ -132,6 +109,7 @@ relatedImages:
- 6.0.18
- 6.0.19
- 6.0.20
- 6.0.21
mongodb:
- 4.4.0-ubi8
- 4.4.1-ubi8
Expand Down Expand Up @@ -181,14 +159,15 @@ relatedImages:
- 6.0.4-ubi8
- 6.0.5-ubi8
agent:
- 11.0.5.6963-1
- 11.12.0.7388-1
- 12.0.4.7554-1
- 12.0.15.7646-1
- 12.0.21.7698-1
- 12.0.24.7719-1
- 12.0.25.7724-1
- 12.0.28.7763-1
- 12.0.29.7785-1
- 107.0.0.8465-1
mongodbLegacyAppDb:
- 4.2.11-ent
- 4.2.2-ent
Expand Down
12 changes: 6 additions & 6 deletions charts/enterprise-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ operator:
deployment_name: mongodb-enterprise-operator

# Version of mongodb-enterprise-operator
version: 1.23.0
version: 1.24.0

# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
watchedResources:
Expand Down Expand Up @@ -54,28 +54,28 @@ operator:
## Database
database:
name: mongodb-enterprise-database-ubi
version: 1.23.0
version: 1.24.0

initDatabase:
name: mongodb-enterprise-init-database-ubi
version: 1.23.0
version: 1.24.0

## Ops Manager
opsManager:
name: mongodb-enterprise-ops-manager-ubi

initOpsManager:
name: mongodb-enterprise-init-ops-manager-ubi
version: 1.23.0
version: 1.24.0

## Application Database
initAppDb:
name: mongodb-enterprise-init-appdb-ubi
version: 1.23.0
version: 1.24.0

agent:
name: mongodb-agent-ubi
version: 12.0.28.7763-1
version: 12.0.29.7785-1

mongodbLegacyAppDb:
name: mongodb-enterprise-appdb-database-ubi
Expand Down

0 comments on commit 7504afd

Please sign in to comment.