Skip to content

Commit

Permalink
Prepare 4.0.0-rc.9 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 8, 2017
1 parent 50a188b commit c35585c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -81,7 +81,7 @@ Please pick a version of Voyager that matches your Kubernetes installation.

| Voyager Version | Docs | Kubernetes Version |
|--------------------------------------------------------------------------------------|------------------------------------------------------------------------|--------------------|
| [4.0.0-rc.8](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.8) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.8/docs) | 1.7.x+ |
| [4.0.0-rc.9](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.9) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.9/docs) | 1.7.x+ |
| [3.2.2](https://github.com/appscode/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/appscode/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x |


Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ description: 'Voyager by AppsCode - Secure Ingress Controller for Kubernetes'
icon: https://cdn.appscode.com/images/icon/voyager.png
name: voyager
version: 1.1.0
appVersion: 4.0.0-rc.8
appVersion: 4.0.0-rc.9
sources:
- https://github.com/appscode/voyager
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/README.md
Expand Up @@ -43,7 +43,7 @@ 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 | `4.0.0-rc.8` |
| `imageTag` | Image tag of container | `4.0.0-rc.9` |
| `cloudProvider` | Name of cloud provider | `nil` |
| `cloudConfig` | Path to cloud config | `` |
| `criticalAddon` | If true, installs voyager operator as critical addon | `false` |
Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/values.yaml
Expand Up @@ -2,7 +2,7 @@
## Voyager chart configuration
##
image: appscode/voyager
imageTag: 4.0.0-rc.8
imageTag: 4.0.0-rc.9
## Use cloud provider here. Read details https://github.com/appscode/voyager/blob/master/docs/user-guide/README.md
cloudProvider:
## The path to the cloud provider configuration file. Empty string for no configuration file.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -80,7 +80,7 @@ Please pick a version of Voyager that matches your Kubernetes installation.

| Voyager Version | Docs | Kubernetes Version |
|--------------------------------------------------------------------------------------|------------------------------------------------------------------------|--------------------|
| [4.0.0-rc.8](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.8) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.8/docs) | 1.7.x+ |
| [4.0.0-rc.9](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.9) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.9/docs) | 1.7.x+ |
| [3.2.2](https://github.com/appscode/voyager/releases/tag/3.2.2) (uses TPR) | [User Guide](https://github.com/appscode/voyager/tree/3.2.2/docs) | 1.5.x - 1.7.x |


Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/README.md
Expand Up @@ -178,5 +178,5 @@ spec:

```console
# Create Third Party Resources
$ kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.8/apis/voyager/v1beta1/crds.yaml
$ kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.9/apis/voyager/v1beta1/crds.yaml
```
4 changes: 2 additions & 2 deletions docs/install.md
Expand Up @@ -19,12 +19,12 @@ $ export CLOUD_CONFIG=<path> # The path to the cloud provider configu
# Voyager uses this to connect to cloud provider api.

# Install without RBAC roles
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.8/hack/deploy/without-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.9/hack/deploy/without-rbac.yaml \
| envsubst \
| kubectl apply -f -

# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.8/hack/deploy/with-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.9/hack/deploy/with-rbac.yaml \
| envsubst \
| kubectl apply -f -
```
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/voyager_run.md
Expand Up @@ -18,7 +18,7 @@ voyager run [flags]
--cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file.
-c, --cloud-provider string Name of cloud provider
--custom-templates string Glob pattern of custom HAProxy template files used to override built-in templates
--haproxy-image string haproxy image name to be run (default "appscode/haproxy:1.7.9-4.0.0-rc.8")
--haproxy-image string haproxy image name to be run (default "appscode/haproxy:1.7.9-4.0.0-rc.9")
--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/user-guide/ingress/custom-templates.md
Expand Up @@ -61,7 +61,7 @@ spec:
- --cloud-config=
- --ingress-class=
- --custom-templates=/srv/voyager/custom/*.cfg
image: appscode/voyager:4.0.0-rc.8
image: appscode/voyager:4.0.0-rc.9
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/deployments.yaml
Expand Up @@ -20,7 +20,7 @@ spec:
- --cloud-config=$CLOUD_CONFIG # ie. /etc/kubernetes/azure.json for azure
- --v=3
- --ingress-class=$INGRESS_CLASS
image: appscode/voyager:4.0.0-rc.8
image: appscode/voyager:4.0.0-rc.9
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/with-rbac.yaml
Expand Up @@ -125,7 +125,7 @@ spec:
- --cloud-provider=$CLOUD_PROVIDER
- --cloud-config=$CLOUD_CONFIG # ie. /etc/kubernetes/azure.json for azure
- --ingress-class=$INGRESS_CLASS
image: appscode/voyager:4.0.0-rc.8
image: appscode/voyager:4.0.0-rc.9
ports:
- containerPort: 56790
name: ops
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/without-rbac.yaml
Expand Up @@ -22,7 +22,7 @@ spec:
- --cloud-provider=$CLOUD_PROVIDER
- --cloud-config=$CLOUD_CONFIG # ie. /etc/kubernetes/azure.json for azure
- --ingress-class=$INGRESS_CLASS
image: appscode/voyager:4.0.0-rc.8
image: appscode/voyager:4.0.0-rc.9
ports:
- containerPort: 56790
name: ops
Expand Down

0 comments on commit c35585c

Please sign in to comment.