Skip to content

Commit 2fc1f1a

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[mongo] Update charts/mongodb/values.yaml mongo to v8.0.15 (patch) (CloudPirates-io#262)
* [mongo] Update charts/mongodb/values.yaml mongo to v8.0.15 * Bump chart version * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 360de40 commit 2fc1f1a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

charts/mongodb/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3-
## 0.3.1 (2025-10-08)
3+
## 0.3.2 (2025-10-09)
44

5-
* [mongodb] update values.schema.json ([#242](https://github.com/CloudPirates-io/helm-charts/pull/242))
5+
* [mongo] Update charts/mongodb/values.yaml mongo to v8.0.15 (patch) ([#262](https://github.com/CloudPirates-io/helm-charts/pull/262))
6+
7+
## <small>0.3.1 (2025-10-08)</small>
8+
9+
* [minio, mongodb, postgres, timescaledb] Update securityContext to containerSecurityContext in the v ([8a4003f](https://github.com/CloudPirates-io/helm-charts/commit/8a4003f)), closes [#213](https://github.com/CloudPirates-io/helm-charts/issues/213)
10+
* [mariadb] use tpl to return existingConfigMap (#217) ([c7c2f4c](https://github.com/CloudPirates-io/helm-charts/commit/c7c2f4c)), closes [#217](https://github.com/CloudPirates-io/helm-charts/issues/217)
11+
* update values.schema.json (#242) ([f973e47](https://github.com/CloudPirates-io/helm-charts/commit/f973e47)), closes [#242](https://github.com/CloudPirates-io/helm-charts/issues/242)
612

713
## 0.3.0 (2025-10-02)
814

charts/mongodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mongodb
33
description: MongoDB a flexible NoSQL database for scalable, real-time data management
44
type: application
5-
version: 0.3.1
5+
version: 0.3.2
66
appVersion: "8.0.13"
77
keywords:
88
- mongodb

charts/mongodb/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
## @param image.repository MongoDB image repository
2323
repository: mongo
2424
## @param image.tag MongoDB image tag
25-
tag: "8.0.13@sha256:cf340b1e5283843c63eb12999922f20c463ae31285f746d30f05dcc21cd1d47c"
25+
tag: "8.0.15@sha256:41e48e703c413df7befc6aa9f3ac93583d17bc770fe8dd8ea848ef7136c3327f"
2626
## @param image.pullPolicy MongoDB image pull policy
2727
pullPolicy: Always
2828

0 commit comments

Comments
 (0)