Skip to content

Commit

Permalink
fix typo on values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbucci committed Dec 5, 2023
1 parent f3ac465 commit f7bd84a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [0.2.2] - 2023-12-05

[Compare with previous version](https://github.com/sparkfabrik/terraform-helm-ingress-nginx/compare/0.2.1...0.2.2)

### Changed

- Fix typo on `values.yaml`.

## [0.2.1] - 2023-12-05

[Compare with previous version](https://github.com/sparkfabrik/terraform-helm-ingress-nginx/compare/0.2.0...0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion files/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ controller:
proxy-buffer-size: "128k"
proxy-connect-timeout: "15"
proxy-read-timeout: "600"
proxy-send-imeout: "600"
proxy-send-timeout: "600"
server-name-hash-bucket-size: "256"
ssl-reject-handshake: "true"
service:
Expand Down

0 comments on commit f7bd84a

Please sign in to comment.