Skip to content

Commit

Permalink
ZENKO-4730: dependencies patches
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jul 17, 2024
1 parent ceb7529 commit 0c0aa4a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 9 deletions.
4 changes: 2 additions & 2 deletions solution-base/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ mongodb-exporter:
tag: 0.34.0-debian-11-r31
mongodb-sharded:
image: bitnami/mongodb-sharded
tag: 6.0.10-debian-11-r8
tag: 6.0.13-debian-11-r20
mongodb-sharded-exporter:
image: bitnami/mongodb-exporter
tag: 0.39.0-debian-11-r106
tag: 0.40.0-debian-12-r33
mongodb-shell:
image: bitnami/os-shell
tag: 12-debian-12-r22
8 changes: 4 additions & 4 deletions solution-base/mongodb/charts/mongodb-sharded/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions solution-base/mongodb/charts/mongodb-sharded/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
23 changes: 23 additions & 0 deletions solution-base/mongodb/patches/chart.patch
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
31 changes: 31 additions & 0 deletions solution-base/mongodb/patches/deps.patch
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.

0 comments on commit 0c0aa4a

Please sign in to comment.