Skip to content

Commit

Permalink
Use HAProxy 1.8.8 (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Apr 23, 2018
1 parent c67bf44 commit 5aee21c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion chart/voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following tables lists the configurable parameters of the Voyager chart and
| -----------------------------------| ------------------------------------------------------------- | ----------------------|
| `dockerRegistry` | Docker registry used to pull Voyager related images | `appscode` |
| `imageTags.voyager` | Tag of Voyager operator image | `6.0.0` |
| `imageTags.haproxy` | Tag of HAProxy container image | `1.8.7-6.0.0` |
| `imageTags.haproxy` | Tag of HAProxy container image | `1.8.8-6.0.0` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `cloudProvider` | Name of cloud provider | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ imageTags:
## Docker image tag containing Voyager
voyager: 6.0.0
## Docker image tag containing HAProxy binary
haproxy: 1.8.7-6.0.0
haproxy: 1.8.8-6.0.0
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/dns/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This article has been tested with a GKE cluster.

```console
$ kubectl version --short
Client Version: v1.8.7
Server Version: v1.8.7-gke.0
Client Version: v1.8.8
Server Version: v1.8.8-gke.0
```

## Deploy Voyager operator
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/certificate/dns/route53.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ $ kops version
Version 1.7.1 (git-c69b811)

$ kubectl version --short
Client Version: v1.8.7
Server Version: v1.8.7
Client Version: v1.8.8
Server Version: v1.8.8
```

## Deploy Voyager operator
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/voyager_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ voyager run [flags]
--docker-registry string Docker image registry for HAProxy and Prometheus exporter (default "appscode")
--enable-swagger-ui Enables swagger ui on the apiserver at /swagger-ui
--exporter-image-tag string Tag of Docker image containing Prometheus exporter (default "6.0.0")
--haproxy-image-tag string Tag of Docker image containing HAProxy binary (default "1.8.7-6.0.0")
--haproxy-image-tag string Tag of Docker image containing HAProxy binary (default "1.8.8-6.0.0")
--haproxy.server-metric-fields string Comma-separated list of exported server metrics. See http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.1 (default "2,3,4,5,6,7,8,9,13,14,15,16,17,18,21,24,33,35,38,39,40,41,42,43,44")
--haproxy.timeout duration Timeout for trying to get stats from HAProxy. (default 5s)
-h, --help help for run
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/developer-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Following configurations can be enabled for test via flags in `./hack/make.py te
| cloud-provider | | Name of cloud Provider |
| ingress-class | | | Ingress class handled by voyager. Unset by default. Set to voyager to only handle ingress with annotation kubernetes.io/ingress.class=voyager. |
| namespace | test- <random> | Run tests in this namespaces |
| haproxy-image| appscode/haproxy:1.8.7-6.0.0 | HAProxy image name to run |
| haproxy-image| appscode/haproxy:1.8.8-6.0.0 | HAProxy image name to run |
| cleanup | true | Turn off cleanup for dynamically generated pods and configmaps. Helps with manual testing |
| in-cluster | false | Operator is running inside cluster. Helps with running operator testing. |
| daemon-host-name | master | Daemon host name to run daemon hosts |
Expand Down

0 comments on commit 5aee21c

Please sign in to comment.