Skip to content

Commit e02e41b

Browse files
authored
Revert "Fix openebs helm repo url"
This reverts commit 306503d.
1 parent 306503d commit e02e41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ resource "helm_release" "openebs" {
238238

239239
name = "openebs"
240240
namespace = kubernetes_namespace.openebs[0].metadata[0].name
241-
repository = "https://openebs.github.io/openebs"
241+
repository = "https://openebs.github.io/charts"
242242
chart = "openebs"
243243
version = var.openebs_version
244244

0 commit comments

Comments
 (0)