Skip to content

Commit

Permalink
update Helm docs with latest behaviour
Browse files Browse the repository at this point in the history
Update readme to address regression bug that doesn't automatically
trigger HelmRelease deployment if
-> the full Docker Registry URL + image name + image label are not provided
  in a Helm Chart as a single variable (not splitted)
-> which in turn is read by the HelmRelease

Resolves:
Related: fluxcd#2067
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
  • Loading branch information
dminca committed May 23, 2019
1 parent 5e17cd5 commit dd82ae6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/helm-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ change the `tag:` line to the following:
```yaml
values:
image:
repository: bitnami/mongodb
tag: 4.0.6
image: bitnami/mongodb:4.0.6
```
Commit the change to your `master` branch. It will now get
Expand Down

0 comments on commit dd82ae6

Please sign in to comment.