Skip to content

Commit

Permalink
Use HAProxy 2.5-alpine version (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Jan 10, 2022
1 parent 912f293 commit 40a8b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following table lists the configurable parameters of the `voyager` chart and
| operator.securityContext | Security options the operator container should run with | `{}` |
| haproxy.registry | Docker registry used to pull HAProxy image | `appscode` |
| haproxy.repository | HAProxy container image | `haproxy` |
| haproxy.tag | HAProxy container image tag | `2.5.0-alpine` |
| haproxy.tag | HAProxy container image tag | `2.5-alpine` |
| cleaner.registry | Docker registry used to pull Webhook cleaner image | `appscode` |
| cleaner.repository | Webhook cleaner container image | `kubectl` |
| cleaner.tag | Webhook cleaner container image tag | `v1.22` |
Expand Down
2 changes: 1 addition & 1 deletion charts/voyager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ haproxy:
# HAProxy container image
repository: haproxy
# HAProxy container image tag
tag: 2.5.0-alpine
tag: 2.5-alpine
cleaner:
# Docker registry used to pull Webhook cleaner image
registry: appscode
Expand Down

0 comments on commit 40a8b9a

Please sign in to comment.