Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #38 from pusher/release-v0.1.0
Browse files Browse the repository at this point in the history
Add release tag to deployment
  • Loading branch information
JoelSpeed authored Feb 26, 2018
2 parents 7ff7f11 + 13a8461 commit cab4d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ However, the scheduler won't reschedule Pods that are already running on on-dema

### Deploy to Kubernetes
A docker image is available at `quay.io/pusher/k8s-spot-rescheduler`.
These images are currently built on pushes to master.
These images are currently built on pushes to master. Releases will be tagged as and when releases are made.

Sample Kubernetes manifests are available in the [deploy](deploy/) folder.

Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
# Uncomment the following line if using RBAC
#serviceAccountName: k8s-spot-rescheduler
containers:
- image: quay.io/pusher/k8s-spot-rescheduler
- image: quay.io/pusher/k8s-spot-rescheduler:v0.1.0
name: k8s-spot-rescheduler
resources:
limits:
Expand Down

0 comments on commit cab4d90

Please sign in to comment.