Skip to content

Commit

Permalink
fix: update Flux Helm repository Git URL (#4)
Browse files Browse the repository at this point in the history
See https://github.com/fluxcd/flux/wiki/MoveToFluxCD for details.

Signed-off-by: Benoît Faucon <benoit.faucon@mindsay.com>
  • Loading branch information
Neki authored and ArchiFleKs committed Jul 23, 2019
1 parent ca6753e commit 3657232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/eks-addons/helm_repositories.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data "helm_repository" "flux" {
name = "flux"
url = "https://weaveworks.github.io/flux"
url = "https://fluxcd.github.io/flux/"
}

data "helm_repository" "stable" {
Expand Down

0 comments on commit 3657232

Please sign in to comment.