Skip to content

Commit

Permalink
Prepare docs for version 1.5.2 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Apr 21, 2017
1 parent afca5d9 commit f998b5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/voyager/app/options/options.go
Expand Up @@ -19,7 +19,7 @@ func NewConfig() *Config {
KubeConfig: "",
ProviderName: "",
ClusterName: "",
LoadbalancerImageName: "appscode/haproxy:1.7.2-1.5.1",
LoadbalancerImageName: "appscode/haproxy:1.7.2-1.5.2",
}
}

Expand Down
2 changes: 1 addition & 1 deletion hack/chart/voyager/README.md
Expand Up @@ -42,4 +42,4 @@ The following tables lists the configurable parameters of the Voyager chart and
| Parameter | Description | Default |
| ----------------------- | ---------------------------- | -------------------- |
| `image` | Container image to run | `appscode/voyager` |
| `imageTag` | Image tag of container | `1.5.1` |
| `imageTag` | Image tag of container | `1.5.2` |
2 changes: 1 addition & 1 deletion hack/chart/voyager/values.yaml
Expand Up @@ -2,7 +2,7 @@
## Voyager chart configuration
##
image: appscode/voyager
imageTag: 1.5.1
imageTag: 1.5.2
## Use cloud provider here. Read details https://github.com/appscode/voyager/blob/master/docs/user-guide/README.md
cloudProvider: cloud_provider
## Use cluster name here. Read details https://github.com/appscode/voyager/blob/master/docs/user-guide/README.md
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/deployments.yaml
Expand Up @@ -20,5 +20,5 @@ spec:
args:
- --cloud-provider=$CLOUD_PROVIDER
- --cluster-name=$CLUSTER_NAME
image: appscode/voyager:1.5.1
image: appscode/voyager:1.5.2
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion test/testframework/test_context.go
Expand Up @@ -82,7 +82,7 @@ func registerE2EFlags() {
flag.StringVar(&TestContext.E2EConfigs.KubeConfig, "kubeconfig", "", "Path to kubeconfig file with authorization information (the master location is set by the master flag).")
flag.StringVar(&TestContext.E2EConfigs.ProviderName, "cloud-provider", "", "Name of cloud provider")
flag.StringVar(&TestContext.E2EConfigs.ClusterName, "cluster-name", "", "Name of Kubernetes cluster")
flag.StringVar(&TestContext.E2EConfigs.LoadbalancerImageName, "haproxy-image", "appscode/haproxy:1.7.2-1.5.1", "haproxy image name to be run")
flag.StringVar(&TestContext.E2EConfigs.LoadbalancerImageName, "haproxy-image", "appscode/haproxy:1.7.2-1.5.2", "haproxy image name to be run")
flag.StringVar(&TestContext.E2EConfigs.IngressClass, "ingress-class", "", "Ingress class handled by voyager. Unset by default. Set to voyager to only handle ingress with annotation kubernetes.io/ingress.class=voyager.")
flag.BoolVar(&TestContext.E2EConfigs.Cleanup, "cleanup", true, "")
flag.BoolVar(&TestContext.E2EConfigs.InCluster, "in-cluster", false, "")
Expand Down

0 comments on commit f998b5b

Please sign in to comment.