Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0c45c67350
commit
83f4fd4f3b
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-8.0.45](https://github.com/truecharts/charts/compare/mongodb-8.0.44...mongodb-8.0.45) (2023-11-17)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image bitnami/mongodb to 7.0.3 ([#14753](https://github.com/truecharts/charts/issues/14753))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [mongodb-8.0.46](https://github.com/truecharts/charts/compare/mongodb-8.0.45...mongodb-8.0.46) (2023-11-17)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image bitnami/mongodb to 7.0.3 ([#14809](https://github.com/truecharts/charts/issues/14809))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-8.0.45](https://github.com/truecharts/charts/compare/mongodb-8.0.44...mongodb-8.0.45) (2023-11-17)
|
## [mongodb-8.0.45](https://github.com/truecharts/charts/compare/mongodb-8.0.44...mongodb-8.0.45) (2023-11-17)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
|
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [mongodb-8.0.35](https://github.com/truecharts/charts/compare/mongodb-8.0.34...mongodb-8.0.35) (2023-11-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))
|
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||||
- https://www.mongodb.com
|
- https://www.mongodb.com
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.45
|
version: 8.0.46
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: database
|
truecharts.org/category: database
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [mongodb-8.0.46](https://github.com/truecharts/charts/compare/mongodb-8.0.45...mongodb-8.0.46) (2023-11-17)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image bitnami/mongodb to 7.0.3 ([#14809](https://github.com/truecharts/charts/issues/14809))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: bitnami/mongodb
|
repository: bitnami/mongodb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 7.0.3@sha256:ae6638ebc49f3d348e452f5cacb53f21356bfe9f9316569edd064ba0b22fe945
|
tag: 7.0.3@sha256:5ff367bc2bd7435b15754ffcc1f3c90e13a5ebe0269f29a2332ae1d131ef82a4
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
replicas: 1
|
replicas: 1
|
Loading…
Reference in New Issue