Skip to content

Commit

Permalink
Prepare docs for 4.0.0-rc.3 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Dec 13, 2017
1 parent ebed1ee commit 52d2fa4
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 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.2](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.2) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.2/docs) | 1.7.x+ |
| [4.0.0-rc.3](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.3) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.3/docs) | 1.7.x+ |
| [3.2.1](https://github.com/appscode/voyager/releases/tag/3.2.1) (uses TPR) | [User Guide](https://github.com/appscode/voyager/tree/3.2.1/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.2
appVersion: 4.0.0-rc.3
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.2` |
| `imageTag` | Image tag of container | `4.0.0-rc.3` |
| `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.2
imageTag: 4.0.0-rc.3
## 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.2](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.2) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.2/docs) | 1.7.x+ |
| [4.0.0-rc.3](https://github.com/appscode/voyager/releases/tag/4.0.0-rc.3) (uses CRD) | [User Guide](https://github.com/appscode/voyager/tree/4.0.0-rc.3/docs) | 1.7.x+ |
| [3.2.1](https://github.com/appscode/voyager/releases/tag/3.2.1) (uses TPR) | [User Guide](https://github.com/appscode/voyager/tree/3.2.1/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.2/apis/voyager/v1beta1/crds.yaml
$ kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.3/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.2/hack/deploy/without-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.3/hack/deploy/without-rbac.yaml \
| envsubst \
| kubectl apply -f -

# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.2/hack/deploy/with-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/4.0.0-rc.3/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.2")
--haproxy-image string haproxy image name to be run (default "appscode/haproxy:1.7.9-4.0.0-rc.3")
--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.2
image: appscode/voyager:4.0.0-rc.3
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.2
image: appscode/voyager:4.0.0-rc.3
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.2
image: appscode/voyager:4.0.0-rc.3
ports:
- containerPort: 56790
name: http
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.2
image: appscode/voyager:4.0.0-rc.3
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmds/run.go
Expand Up @@ -28,7 +28,7 @@ var (
masterURL string
kubeconfigPath string
opt config.Options = config.Options{
HAProxyImage: "appscode/haproxy:1.7.9-4.0.0-rc.2",
HAProxyImage: "appscode/haproxy:1.7.9-4.0.0-rc.3",
OperatorNamespace: kutil.Namespace(),
OperatorService: "voyager-operator",
HTTPChallengePort: 56791,
Expand Down
2 changes: 1 addition & 1 deletion pkg/ingress/create.go
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
ExporterSidecarTag = "appscode/voyager:4.0.0-rc.2"
ExporterSidecarTag = "appscode/voyager:4.0.0-rc.3"
TLSCertificateVolumeName = "voyager-certdir"
)

Expand Down
2 changes: 1 addition & 1 deletion test/framework/configs.go
Expand Up @@ -15,7 +15,7 @@ func init() {
flag.StringVar(&testConfigs.Master, "master", "", "The address of the Kubernetes API server (overrides any value in kubeconfig)")
flag.StringVar(&testConfigs.KubeConfig, "kubeconfig", "", "Path to kubeconfig file with authorization information (the master location is set by the master flag).")
flag.StringVar(&testConfigs.CloudProviderName, "cloud-provider", "", "Name of cloud provider")
flag.StringVar(&testConfigs.HAProxyImageName, "haproxy-image", "appscode/haproxy:1.7.9-4.0.0-rc.2", "haproxy image name to be run")
flag.StringVar(&testConfigs.HAProxyImageName, "haproxy-image", "appscode/haproxy:1.7.9-4.0.0-rc.3", "haproxy image name to be run")
flag.StringVar(&testConfigs.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(&testConfigs.Cleanup, "cleanup", true, "")
flag.BoolVar(&testConfigs.InCluster, "in-cluster", false, "")
Expand Down

0 comments on commit 52d2fa4

Please sign in to comment.