diff --git a/dependency/mongodb/8.0.44/app-changelog.md b/dependency/mongodb/8.0.44/app-changelog.md deleted file mode 100644 index 8222e05e36..0000000000 --- a/dependency/mongodb/8.0.44/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mongodb-8.0.44](https://github.com/truecharts/charts/compare/mongodb-8.0.43...mongodb-8.0.44) (2023-11-17) - -### Chore - -- update container image tccr.io/truecharts/mongodb to v7.0.3 ([#14745](https://github.com/truecharts/charts/issues/14745)) - - \ No newline at end of file diff --git a/dependency/mongodb/8.0.44/CHANGELOG.md b/dependency/mongodb/8.0.45/CHANGELOG.md similarity index 91% rename from dependency/mongodb/8.0.44/CHANGELOG.md rename to dependency/mongodb/8.0.45/CHANGELOG.md index 5462061c9f..213983c0d2 100644 --- a/dependency/mongodb/8.0.44/CHANGELOG.md +++ b/dependency/mongodb/8.0.45/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [mongodb-8.0.44](https://github.com/truecharts/charts/compare/mongodb-8.0.43...mongodb-8.0.44) (2023-11-17) ### Chore @@ -88,12 +97,3 @@ - update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362)) - - -## [mongodb-8.0.34](https://github.com/truecharts/charts/compare/mongodb-8.0.33...mongodb-8.0.34) (2023-11-01) - -### Chore - -- update helm chart common to 14.2.2 ([#14190](https://github.com/truecharts/charts/issues/14190)) - - diff --git a/dependency/mongodb/8.0.44/Chart.yaml b/dependency/mongodb/8.0.45/Chart.yaml similarity index 98% rename from dependency/mongodb/8.0.44/Chart.yaml rename to dependency/mongodb/8.0.45/Chart.yaml index 9fdcdbf355..962a130065 100644 --- a/dependency/mongodb/8.0.44/Chart.yaml +++ b/dependency/mongodb/8.0.45/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 8.0.44 +version: 8.0.45 annotations: truecharts.org/category: database truecharts.org/SCALE-support: "true" diff --git a/dependency/mongodb/8.0.44/README.md b/dependency/mongodb/8.0.45/README.md similarity index 100% rename from dependency/mongodb/8.0.44/README.md rename to dependency/mongodb/8.0.45/README.md diff --git a/dependency/mongodb/8.0.45/app-changelog.md b/dependency/mongodb/8.0.45/app-changelog.md new file mode 100644 index 0000000000..13dc1f839a --- /dev/null +++ b/dependency/mongodb/8.0.45/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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)) + + \ No newline at end of file diff --git a/dependency/mongodb/8.0.44/app-readme.md b/dependency/mongodb/8.0.45/app-readme.md similarity index 100% rename from dependency/mongodb/8.0.44/app-readme.md rename to dependency/mongodb/8.0.45/app-readme.md diff --git a/dependency/mongodb/8.0.44/charts/common-14.5.0.tgz b/dependency/mongodb/8.0.45/charts/common-14.5.0.tgz similarity index 100% rename from dependency/mongodb/8.0.44/charts/common-14.5.0.tgz rename to dependency/mongodb/8.0.45/charts/common-14.5.0.tgz diff --git a/dependency/mongodb/8.0.44/ix_values.yaml b/dependency/mongodb/8.0.45/ix_values.yaml similarity index 96% rename from dependency/mongodb/8.0.44/ix_values.yaml rename to dependency/mongodb/8.0.45/ix_values.yaml index 98759cdbe7..1a2f848e7f 100644 --- a/dependency/mongodb/8.0.44/ix_values.yaml +++ b/dependency/mongodb/8.0.45/ix_values.yaml @@ -1,8 +1,7 @@ image: - repository: tccr.io/truecharts/mongodb + repository: bitnami/mongodb pullPolicy: IfNotPresent - tag: v7.0.3@sha256:b1f2af7d594e23158886e6b4f279b34491f261e9d26d7a370ad36950214f04de - + tag: 7.0.3@sha256:ae6638ebc49f3d348e452f5cacb53f21356bfe9f9316569edd064ba0b22fe945 workload: main: replicas: 1 @@ -42,7 +41,6 @@ workload: - /bin/bash - -ec - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - # -- Redainess probe configuration # @default -- See below readiness: @@ -59,7 +57,6 @@ workload: - /bin/bash - -ec - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - # -- Startup probe configuration # @default -- See below startup: @@ -75,43 +72,35 @@ workload: - /bin/bash - -ec - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - service: main: ports: main: port: 27017 targetPort: 27017 - securityContext: container: runAsGroup: 0 readOnlyRootFilesystem: false - persistence: data: enabled: true mountPath: "/bitnami/mongodb" - mongodbUsername: "test" mongodbDatabase: "test" mongodbRootPassword: "testroot" - # -- Secret or password # One of these options is required, unless used as a dependency for another TrueCharts chart. mongodbPassword: "" existingSecret: "" - secret: credentials: enabled: true data: mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}' mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}' - portal: open: enabled: false - manifestManager: enabled: false diff --git a/dependency/mongodb/8.0.44/questions.yaml b/dependency/mongodb/8.0.45/questions.yaml similarity index 100% rename from dependency/mongodb/8.0.44/questions.yaml rename to dependency/mongodb/8.0.45/questions.yaml diff --git a/dependency/mongodb/8.0.44/templates/NOTES.txt b/dependency/mongodb/8.0.45/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/8.0.44/templates/NOTES.txt rename to dependency/mongodb/8.0.45/templates/NOTES.txt diff --git a/dependency/mongodb/8.0.44/templates/common.yaml b/dependency/mongodb/8.0.45/templates/common.yaml similarity index 100% rename from dependency/mongodb/8.0.44/templates/common.yaml rename to dependency/mongodb/8.0.45/templates/common.yaml diff --git a/dependency/mongodb/8.0.44/values.yaml b/dependency/mongodb/8.0.45/values.yaml similarity index 100% rename from dependency/mongodb/8.0.44/values.yaml rename to dependency/mongodb/8.0.45/values.yaml