Skip to content

Commit

Permalink
fix(helm): typo on blocky
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jul 17, 2024
1 parent 047cd3d commit 796098b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/blocky/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.24.0
version: 0.24.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/blocky/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ ecs:
# Use ECS information if it is present with a netmask is 32 for IPv4 or 128 for IPv6 as CientIP. Default: false
useAsClient: false
# Forward ECS option to upstream
forward: fase
forward: false
# Add ECS option for IPv4 requests if mask is greater than zero (max value 32)
ipv4Mask: 0
# Add ECS option for IPv6 requests if mask is greater than zero (max value 128)
Expand Down

0 comments on commit 796098b

Please sign in to comment.