From e3f754ce2d1dfdfa87cfd91e62ea81f5ad8de9aa Mon Sep 17 00:00:00 2001 From: Ricardo Rocha <rocha.porto@gmail.com> Date: Wed, 21 Oct 2020 10:29:24 +0200 Subject: [PATCH] Drop version in helm-operator readme install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index febc712..198d10e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The structure of this repo is as follows: You need to deploy both the helm operator and flux itself: ```bash $ 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 \ --version 1.3.0 \ -- GitLab