Skip to content

Commit

Permalink
fix deprecated setting in README.md (helm#10594)
Browse files Browse the repository at this point in the history
* fix deprecated setting in README.md

`cidr` should read `addresses` on line 104

Signed-off-by: Jeff Kolb <[email protected]>

* Update Chart.yaml

Signed-off-by: Paul Czarkowski <[email protected]>
  • Loading branch information
junkiebev authored and k8s-ci-robot committed Jan 26, 2019
1 parent 8825a01 commit f16fb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/metallb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.8.3
version: 0.8.4

name: metallb
appVersion: 0.7.3
Expand Down
2 changes: 1 addition & 1 deletion stable/metallb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ configInline:
address-pools:
- name: default
protocol: bgp
cidr:
addresses:
- 198.51.100.0/24

$ helm install --name metallb -f values.yaml stable/metallb
Expand Down

0 comments on commit f16fb8c

Please sign in to comment.