Skip to content

Commit

Permalink
Use quay.io as only docker repository, add latest tag to autoreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolf committed Aug 4, 2018
1 parent 82550b7 commit 8129d1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dockers:
goarch: amd64
tag_templates:
- "{{ .Tag }}"
- "latest"

git:
short_hash: true
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ kubectl create -f https://k8s.io/examples/controllers/job.yaml

## Docker images

```docker pull lwolf/kube-cleanup-operator```

```docker pull quay.io/lwolf/kube-cleanup-operator```

## Development
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
containers:
- args:
- --namespace=default
image: lwolf/kube-cleanup-operator
image: quay.io/lwolf/kube-cleanup-operator
imagePullPolicy: Always
name: cleanup-operator
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit 8129d1f

Please sign in to comment.