From 989a538a7909df088f18e9c4e9c72f86113e5c60 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha <ricardo.rocha@cern.ch> Date: Sun, 16 Feb 2020 23:30:33 +0100 Subject: [PATCH] Drop static version from flux install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44049c3..1f9d818 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ You need to deploy both the helm operator and flux itself: $ helm install fluxcd/helm-operator --namespace flux --name helm-operator \ --version 0.4.0 --values helm-operator-values.yaml -$ helm install fluxcd/flux --namespace flux --name flux --version 1.0.0 \ +$ helm install fluxcd/flux --namespace flux --name flux \ --values flux-values.yaml \ --set git.url=https://gitlab.cern.ch/helm/releases/gitops-getting-started ``` -- GitLab