Skip to content

Commit

Permalink
Change mongoDB helm chart version that we install (#2684)
Browse files Browse the repository at this point in the history
integration test for mongoDB started failing because upstream helm chart
seems to be broken.
this makes sure that we install older version of chart to install the app
successfully.
  • Loading branch information
viveksinghggits committed Feb 22, 2024
1 parent 8152b4e commit 59477a0
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 59477a0

Please sign in to comment.