Skip to content

Commit

Permalink
Upgrade to 1.5.1 from 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Feb 14, 2017
1 parent cc00038 commit f96bff6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Following resources are used in Searchlight
| Icingaweb2 | 2.1.2 |
| Monitoring Plugins | 2.1.2 |
| Postgres | 9.5 |
| Searchlight Controller | 1.5.0 |
| Searchlight Controller | 1.5.1 |

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/hostfacts/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can ignore SSL when Kubernetes is running in private network like GCE, AWS.
Download `hostfacts` and add binary in `/usr/bin`

```sh
curl -G https://cdn.appscode.com/binaries/hostfacts/1.5.0/hostfacts-linux-amd64 -o /usr/bin/hostfacts
curl -G https://cdn.appscode.com/binaries/hostfacts/1.5.1/hostfacts-linux-amd64 -o /usr/bin/hostfacts
# Change access permissions for hostfacts binary
chmod +x /usr/bin/hostfacts
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/icinga2/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
run: appscode-icinga
spec:
containers:
- image: appscode/icinga:1.5.0-k8s
- image: appscode/icinga:1.5.1-k8s
name: icinga
ports:
- containerPort: 5665
Expand Down
2 changes: 1 addition & 1 deletion hack/deploy/searchlight/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ spec:
containers:
- args:
- --icinga-secret=appscode-icinga.kube-system
image: appscode/searchlight:1.5.0
image: appscode/searchlight:1.5.1
imagePullPolicy: Always
name: appscode-searchlight

0 comments on commit f96bff6

Please sign in to comment.