Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
12c85f7243
commit
fd4ab9d057
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [mongodb-8.0.38](https://github.com/truecharts/charts/compare/mongodb-8.0.37...mongodb-8.0.38) (2023-11-08)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [mongodb-8.0.39](https://github.com/truecharts/charts/compare/mongodb-8.0.38...mongodb-8.0.39) (2023-11-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mongodb to v7.0.3 ([#14489](https://github.com/truecharts/charts/issues/14489))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-8.0.38](https://github.com/truecharts/charts/compare/mongodb-8.0.37...mongodb-8.0.38) (2023-11-08)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/mongodb to v7.0.2 ([#13832](https://github.com/truecharts/charts/issues/13832))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-8.0.28](https://github.com/truecharts/charts/compare/mongodb-8.0.27...mongodb-8.0.28) (2023-10-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 14.0.14 ([#13628](https://github.com/truecharts/charts/issues/13628))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "7.0.2"
|
||||
appVersion: "7.0.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 8.0.38
|
||||
version: 8.0.39
|
||||
annotations:
|
||||
truecharts.org/category: database
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [mongodb-8.0.39](https://github.com/truecharts/charts/compare/mongodb-8.0.38...mongodb-8.0.39) (2023-11-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mongodb to v7.0.3 ([#14489](https://github.com/truecharts/charts/issues/14489))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v7.0.2@sha256:2ecf33de2273eb9da76e778d5cad92e55ccbb8ade8e2e0a997e7f40afc058631
|
||||
tag: v7.0.3@sha256:79daecbbec433fd964a79315a8b983d6148b5fac4f88e2d0ffddc22023a05ddd
|
||||
|
||||
workload:
|
||||
main:
|
Loading…
Reference in New Issue