-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ceb7529
commit 0c0aa4a
Showing
5 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/solution-base/mongodb/charts/mongodb-sharded/Chart.yaml b/solution-base/mongodb/charts/mongodb-sharded/Chart.yaml | ||
index 5aa2eadf..d6156566 100644 | ||
--- a/solution-base/mongodb/charts/mongodb-sharded/Chart.yaml | ||
+++ b/solution-base/mongodb/charts/mongodb-sharded/Chart.yaml | ||
@@ -2,14 +2,14 @@ annotations: | ||
category: Database | ||
images: | | ||
- name: mongodb-exporter | ||
- image: docker.io/bitnami/mongodb-exporter:0.39.0-debian-11-r106 | ||
+ image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r33 | ||
- name: mongodb-sharded | ||
- image: docker.io/bitnami/mongodb-sharded:6.0.10-debian-11-r8 | ||
+ image: docker.io/bitnami/mongodb-sharded:6.0.13-debian-11-r20 | ||
- name: os-shell | ||
- image: docker.io/bitnami/os-shell:11-debian-11-r72 | ||
+ image: docker.io/bitnami/os-shell:12-debian-12-r22 | ||
licenses: Apache-2.0 | ||
apiVersion: v2 | ||
-appVersion: 6.0.10 | ||
+appVersion: 6.0.13 | ||
dependencies: | ||
- name: common | ||
repository: oci://registry-1.docker.io/bitnamicharts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
diff --git a/solution-base/mongodb/charts/mongodb-sharded/values.yaml b/solution-base/mongodb/charts/mongodb-sharded/values.yaml | ||
index b55ebd40..9cb2131f 100644 | ||
--- a/solution-base/mongodb/charts/mongodb-sharded/values.yaml | ||
+++ b/solution-base/mongodb/charts/mongodb-sharded/values.yaml | ||
@@ -79,7 +79,7 @@ diagnosticMode: | ||
image: | ||
registry: docker.io | ||
repository: bitnami/mongodb-sharded | ||
- tag: 6.0.10-debian-11-r8 | ||
+ tag: 6.0.13-debian-11-r20 | ||
digest: "" | ||
## Specify a imagePullPolicy | ||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' | ||
@@ -248,7 +248,7 @@ volumePermissions: | ||
image: | ||
registry: docker.io | ||
repository: bitnami/os-shell | ||
- tag: 11-debian-11-r72 | ||
+ tag: 12-debian-12-r22 | ||
digest: "" | ||
pullPolicy: IfNotPresent | ||
## Optionally specify an array of imagePullSecrets. | ||
@@ -1550,7 +1550,7 @@ metrics: | ||
image: | ||
registry: docker.io | ||
repository: bitnami/mongodb-exporter | ||
- tag: 0.39.0-debian-11-r106 | ||
+ tag: 0.40.0-debian-12-r33 | ||
digest: "" | ||
pullPolicy: Always | ||
## Optionally specify an array of imagePullSecrets. |