Skip to content

Commit

Permalink
Merge pull request #330 from dasmeta/fix-mongodb
Browse files Browse the repository at this point in the history
fix(fix-mongodb): Fix mongodb
  • Loading branch information
aghamyan44 authored Feb 7, 2024
2 parents 4b9155a + 99ae102 commit 2232629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mongodb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "mongodb" {
name = var.name

chart = "mongodb"
repository = "https://charts.bitnami.com/bitnami"
repository = "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
version = "10.30.12"

set {
Expand Down

0 comments on commit 2232629

Please sign in to comment.