Skip to content
Snippets Groups Projects
Commit 989a538a authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

Drop static version from flux install

parent bddb3fb9
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment