Skip to content

Commit

Permalink
Update community-operator charts for 0.11.0 release (#340)
Browse files Browse the repository at this point in the history
* Update community-operator charts for 0.11.0 release

* Bump agent version in helm charts
  • Loading branch information
MateiGrigore authored Aug 8, 2024
1 parent 478332a commit f03b5c0
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/community-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: community-operator-crds
description: MongoDB Kubernetes Community Operator - CRDs
type: application
version: 0.10.0
appVersion: 0.10.0
version: 0.11.0
appVersion: 0.11.0
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,40 @@ spec:
description: AgentConfiguration sets options for the MongoDB automation
agent
properties:
auditLogRotate:
description: AuditLogRotate if enabled, will enable AuditLogRotate
for all processes.
properties:
includeAuditLogsWithMongoDBLogs:
description: |-
set to 'true' to have the Automation Agent rotate the audit files along
with mongodb log files
type: boolean
numTotal:
description: maximum number of log files to have total
type: integer
numUncompressed:
description: maximum number of log files to leave uncompressed
type: integer
percentOfDiskspace:
description: |-
Maximum percentage of the total disk space these log files should take up.
The string needs to be able to be converted to float64
type: string
sizeThresholdMB:
description: |-
Maximum size for an individual log file before rotation.
The string needs to be able to be converted to float64.
Fractional values of MB are supported.
type: string
timeThresholdHrs:
description: maximum hours for an individual log file before
rotation
type: integer
required:
- sizeThresholdMB
- timeThresholdHrs
type: object
logFile:
type: string
logLevel:
Expand Down
6 changes: 3 additions & 3 deletions charts/community-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: community-operator
description: MongoDB Kubernetes Community Operator
version: 0.10.0
version: 0.11.0
type: application
appVersion: 0.10.0
appVersion: 0.11.0
kubeVersion: '>=1.16-0'
keywords:
- mongodb
Expand All @@ -16,6 +16,6 @@ maintainers:
email: support@mongodb.com
dependencies:
- name: community-operator-crds
version: 0.10.0
version: 0.11.0
repository: https://mongodb.github.io/helm-charts
condition: community-operator-crds.enabled
6 changes: 3 additions & 3 deletions charts/community-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ operator:
deploymentName: mongodb-kubernetes-operator

# Version of mongodb-kubernetes-operator
version: 0.10.0
version: 0.11.0

# Uncomment this line to watch all namespaces
# watchNamespace: "*"
Expand Down Expand Up @@ -65,10 +65,10 @@ agent:
version: 107.0.7.8596-1
versionUpgradeHook:
name: mongodb-kubernetes-operator-version-upgrade-post-start-hook
version: 1.0.8
version: 1.0.9
readinessProbe:
name: mongodb-kubernetes-readinessprobe
version: 1.0.19
version: 1.0.20
mongodb:
name: mongodb-community-server
repo: docker.io/mongodb
Expand Down

0 comments on commit f03b5c0

Please sign in to comment.