Skip to content

Commit

Permalink
Merge pull request #580 from amazonlinux/dogswatch-readme-release
Browse files Browse the repository at this point in the history
dogswatch: bump release and readme links
  • Loading branch information
jahkeup authored Dec 9, 2019
2 parents 391dfa0 + b4a9439 commit 48f53ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extras/dogswatch/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

DOGSWATCH_VERSION=v0.1.0
# This is the NEXT version tag for the Dogswatch container image.
DOGSWATCH_VERSION=v0.1.2

GOPKG = github.com/amazonlinux/thar/dogswatch
GOPKGS = $(GOPKG) $(GOPKG)/pkg/... $(GOPKG)/cmd/...
Expand Down
2 changes: 1 addition & 1 deletion extras/dogswatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dogswatch is a [Kubernetes operator](https://Kubernetes.io/docs/concepts/extend-
## How to Run on Kubernetes


To run the Dogswatch Operator in a Kubernetes cluster, the following are required resources and configuration (examples given in the [./dev/deployment.yaml](./dev/deployment.yaml) template):
To run the Dogswatch Operator in a Kubernetes cluster, the following are required resources and configuration ([suggested deployment is defined in `dogswatch.yaml`](./dogswatch.yaml)):

- **`dogswatch` Container Image**

Expand Down
4 changes: 2 additions & 2 deletions extras/dogswatch/dogswatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
values: ["dogswatch-agent"]
containers:
- name: dogswatch
image: "328549459982.dkr.ecr.us-west-2.amazonaws.com/dogswatch:v0.1.0"
image: "328549459982.dkr.ecr.us-west-2.amazonaws.com/dogswatch:v0.1.1"
imagePullPolicy: Always
args:
- -controller
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:
hostPID: true
containers:
- name: dogswatch
image: "328549459982.dkr.ecr.us-west-2.amazonaws.com/dogswatch:v0.1.0"
image: "328549459982.dkr.ecr.us-west-2.amazonaws.com/dogswatch:v0.1.1"
imagePullPolicy: Always
# XXX: tty required to exec binaries that use `simplelog` until #576 is resolved.
tty: true
Expand Down

0 comments on commit 48f53ac

Please sign in to comment.