[bitnami/appsmith] Update MongoDB chart to 16.0.0 (#29805)

* [bitnami/appsmith] Update MongoDB chart to 16.0.0

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

* [bitnami/appsmith] Update README

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

* [bitnami/appsmith] 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 12:00:01 +02:00
committed by GitHub
parent 336d3e548b
commit 9ce24968c5
5 changed files with 18 additions and 13 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 4.0.10 (2024-10-02)
## 5.0.0 (2024-10-08)
* [bitnami/appsmith] Release 4.0.10 ([#29752](https://github.com/bitnami/charts/pull/29752))
* [bitnami/appsmith] Update MongoDB chart to 16.0.0 ([#29805](https://github.com/bitnami/charts/pull/29805))
## <small>4.0.10 (2024-10-02)</small>
* [bitnami/appsmith] Release 4.0.10 (#29752) ([71ea73f](https://github.com/bitnami/charts/commit/71ea73f5897fdacccdc2d7f612b63ceba5fcc770)), closes [#29752](https://github.com/bitnami/charts/issues/29752)
## <small>4.0.9 (2024-09-26)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.1.6
version: 20.1.7
- 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.23.0
digest: sha256:6f2ed652d167765b10b414adef715d229ebc05db336f311c271bfee7ffbd2c48
generated: "2024-10-02T18:15:08.511727785Z"
version: 2.24.0
digest: sha256:00ff5356fe9dd4cc164cc95f593730ab0bee1d77e4b0b50b03bf6210fbfd3258
generated: "2024-10-07T17:04:09.330179+02:00"

View File

@@ -21,7 +21,7 @@ dependencies:
- condition: mongodb.enabled
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:
@@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 4.0.10
version: 5.0.0

View File

@@ -210,7 +210,6 @@ The [Bitnami appsmith](https://github.com/bitnami/containers/tree/main/bitnami/a
| `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
@@ -741,6 +740,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 5.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 4.0.0
This major updates the Redis&reg; subchart to its newest major, 20.0.0. [Here](https://github.com/bitnami/charts/tree/main/bitnami/redis#to-2000) you can find more information about the changes introduced in that version.
@@ -780,4 +783,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.

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: