diff options
Diffstat (limited to 'kubernetes/common/mongo')
-rw-r--r-- | kubernetes/common/mongo/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/common/mongo/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/mongo/Chart.yaml b/kubernetes/common/mongo/Chart.yaml index f08a53bdc8..e708efb12f 100644 --- a/kubernetes/common/mongo/Chart.yaml +++ b/kubernetes/common/mongo/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: MongoDB Server name: mongo -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/common/mongo/requirements.yaml b/kubernetes/common/mongo/requirements.yaml index 79d7de4dd3..f99477141f 100644 --- a/kubernetes/common/mongo/requirements.yaml +++ b/kubernetes/common/mongo/requirements.yaml @@ -14,5 +14,5 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.x-0 repository: '@local' |