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

Drop version in helm-operator readme install

parent 0a7bfbce
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ The structure of this repo is as follows: ...@@ -53,7 +53,7 @@ The structure of this repo is as follows:
You need to deploy both the helm operator and flux itself: You need to deploy both the helm operator and flux itself:
```bash ```bash
$ helm upgrade -i helm-operator fluxcd/helm-operator --namespace flux \ $ helm upgrade -i helm-operator fluxcd/helm-operator --namespace flux \
--version 1.1.0 --values helm-operator-values.yaml --values helm-operator-values.yaml
$ helm upgrade -i flux fluxcd/flux --namespace flux \ $ helm upgrade -i flux fluxcd/flux --namespace flux \
--version 1.3.0 \ --version 1.3.0 \
......
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