Skip to content

Commit

Permalink
Merge branch 'master' into build-docker-postgres-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Feb 22, 2024
2 parents 6a4f78c + 59477a0 commit 089dd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func NewMongoDB(name string) HelmApp {
RepoURL: helm.BitnamiRepoURL,
RepoName: helm.BitnamiRepoName,
Chart: "mongodb",
Version: "14.11.1",
Values: map[string]string{
"architecture": "replicaset",
"image.pullPolicy": "Always",
Expand Down

0 comments on commit 089dd9e

Please sign in to comment.