Skip to content

Commit

Permalink
Prepare docs for 3.2.0-rc.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 1, 2017
1 parent ae2dffd commit d057043
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion chart/voyager/Chart.yaml
Original file line number Diff line number Diff line change
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: 3.2.0-rc.0
appVersion: 3.2.0-rc.1
sources:
- https://github.com/appscode/voyager
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/README.md
Original file line number Diff line number Diff line change
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 | `3.2.0-rc.0` |
| `imageTag` | Image tag of container | `3.2.0-rc.1` |
| `cloudProvider` | Name of cloud provider | `` |
| `cloudConfig` | Path to cloud config | `` |
| `logLevel` | Log level for operator | `3` |
Expand Down
2 changes: 1 addition & 1 deletion chart/voyager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Voyager chart configuration
##
image: appscode/voyager
imageTag: 3.2.0-rc.0
imageTag: 3.2.0-rc.1
## Use cloud provider here. Read details https://github.com/appscode/voyager/blob/master/docs/user-guide/README.md
cloudProvider: cloud_provider
## The path to the cloud provider configuration file. Empty string for no configuration file.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ versions:
```console
# Create Third Party Resources
$ kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.0/api/extensions/tprs.yaml
$ kubectl apply -f https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.1/api/extensions/tprs.yaml
```
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
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/3.2.0-rc.0/hack/deploy/without-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.1/hack/deploy/without-rbac.yaml \
| envsubst \
| kubectl apply -f -

# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.0/hack/deploy/with-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.1/hack/deploy/with-rbac.yaml \
| envsubst \
| kubectl apply -f -
```
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 @@ -28,7 +28,7 @@ voyager run [flags]
--master string The address of the Kubernetes API server (overrides any value in kubeconfig)
--operator-service string Name of service used to expose voyager operator (default "voyager-operator")
--rbac Enable RBAC for operator & offshoot Kubernetes objects
--resync-period duration If non-zero, will re-list this often. Otherwise, re-list will be delayed aslong as possible (until the upstream source closes the watch or times out. (default 2m0s)
--resync-period duration If non-zero, will re-list this often. Otherwise, re-list will be delayed aslong as possible (until the upstream source closes the watch or times out. (default 30s)
```

### Options inherited from parent commands
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,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/3.2.0-rc.0/hack/deploy/without-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.1/hack/deploy/without-rbac.yaml \
| envsubst \
| kubectl apply -f -

# Install with RBAC roles
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.0/hack/deploy/with-rbac.yaml \
$ curl https://raw.githubusercontent.com/appscode/voyager/3.2.0-rc.1/hack/deploy/with-rbac.yaml \
| envsubst \
| kubectl apply -f -
```
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/deployments.yaml
Original file line number Diff line number Diff line change
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:3.2.0-rc.0
image: appscode/voyager:3.2.0-rc.1
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
- --cloud-provider=$CLOUD_PROVIDER
- --cloud-config=$CLOUD_CONFIG # ie. /etc/kubernetes/azure.json for azure
- --ingress-class=$INGRESS_CLASS
image: appscode/voyager:3.2.0-rc.0
image: appscode/voyager:3.2.0-rc.1
ports:
- containerPort: 56790
name: http
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/without-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- --cloud-provider=$CLOUD_PROVIDER
- --cloud-config=$CLOUD_CONFIG # ie. /etc/kubernetes/azure.json for azure
- --ingress-class=$INGRESS_CLASS
image: appscode/voyager:3.2.0-rc.0
image: appscode/voyager:3.2.0-rc.1
ports:
- containerPort: 56790
name: http
Expand Down

0 comments on commit d057043

Please sign in to comment.