Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/mongodb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mongodb-operator
description: A Kubernetes Operator for managing MongoDB ReplicaSets and Sharded Clusters (v1.0.0 GA Release)
type: application
version: 1.12.4
version: 1.12.5
appVersion: "1.12.2"
kubeVersion: ">=1.26.0-0"

Expand Down Expand Up @@ -144,6 +144,8 @@ annotations:
image: percona/mongodb_exporter:0.51.0
artifacthub.io/prerelease: "false"
artifacthub.io/changes: |
- kind: fixed
description: "Publish a fresh signed OCI chart version after Artifact Hub cached the 1.12.4 unsigned metadata."
- kind: changed
description: "Add opt-in ExternalSecret rendering for MongoDB admin/app/S3 credentials while keeping operator appVersion/image at v1.12.2."
artifacthub.io/recommendations: |
Expand Down
9 changes: 0 additions & 9 deletions charts/mongodb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,6 @@ podDisruptionBudget:
# -- Maximum unavailable pods
maxUnavailable: ""










# F10 (cycle 2): Grafana dashboards — operator + cluster + replicaset +
# sharded + operational + backup 5종. ConfigMap 으로 노출, Grafana
# Operator sidecar 가 label watch 로 자동 import.
Expand Down
Loading