[bitnami/parse] Update MongoDB chart to 16.0.0 (#29808)

* [bitnami/parse] Update MongoDB chart to 16.0.0

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

* [bitnami/parse] Update README

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

* [bitnami/parse] Remove global.storageClass

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Gonzalo Gómez Gracia
2024-10-08 10:17:56 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent 6f8a1bf241
commit 477a654e1c
5 changed files with 16 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 23.2.15 (2024-10-04)
## 24.0.0 (2024-10-08)
* [bitnami/parse] Release 23.2.15 ([#29771](https://github.com/bitnami/charts/pull/29771))
* [bitnami/parse] Update MongoDB chart to 16.0.0 ([#29808](https://github.com/bitnami/charts/pull/29808))
## <small>23.2.15 (2024-10-04)</small>
* [bitnami/parse] Release 23.2.15 (#29771) ([35af86b](https://github.com/bitnami/charts/commit/35af86b8a8e0be491f80bce2c95c778e67f2b58f)), closes [#29771](https://github.com/bitnami/charts/issues/29771)
## <small>23.2.14 (2024-09-26)</small>
+3 -3
View File
@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.26
version: 16.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.24.0
digest: sha256:daa60443071d84ffb8913b5e5aa2299bc1bd26ec1897cf0aa5e94266db7fe109
generated: "2024-10-04T02:27:21.723242797Z"
digest: sha256:e1f2a683637a2c957ad82c364937a330a7fce20d014938c5a2736b6da8f329dc
generated: "2024-10-07T18:03:23.634788+02:00"
+2 -2
View File
@@ -16,7 +16,7 @@ appVersion: 7.3.0
dependencies:
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
version: 16.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -38,4 +38,4 @@ maintainers:
name: parse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/parse
version: 23.2.15
version: 24.0.0
+5 -2
View File
@@ -132,7 +132,6 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
### Common Parameters
@@ -474,6 +473,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 24.0.0
This major updates the MongoDB&reg; subchart to its newest major, [16.0.0](https://github.com/bitnami/charts/tree/main/bitnami/mongodb#to-1600). To upgrade to MongoDB `8.0` from a `7.0` deployment, the `7.0` deployment must have `featureCompatibilityVersion` set to `7.0`. Please refer to the [official documentation](https://www.mongodb.com/docs/manual/release-notes/8.0/#upgrade-procedures).
### To 22.0.0
This major bump changes the following security defaults:
@@ -614,4 +617,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
-2
View File
@@ -10,7 +10,6 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
@@ -20,7 +19,6 @@ global:
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##
compatibility: