Skip to content

Commit 8129d1f

Browse files
committed
Use quay.io as only docker repository, add latest tag to autoreleaser
1 parent 82550b7 commit 8129d1f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dockers:
3434
goarch: amd64
3535
tag_templates:
3636
- "{{ .Tag }}"
37+
- "latest"
3738

3839
git:
3940
short_hash: true

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ kubectl create -f https://k8s.io/examples/controllers/job.yaml
3232

3333
## Docker images
3434

35-
```docker pull lwolf/kube-cleanup-operator```
36-
3735
```docker pull quay.io/lwolf/kube-cleanup-operator```
3836

3937
## Development

deploy/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
containers:
2525
- args:
2626
- --namespace=default
27-
image: lwolf/kube-cleanup-operator
27+
image: quay.io/lwolf/kube-cleanup-operator
2828
imagePullPolicy: Always
2929
name: cleanup-operator
3030
dnsPolicy: ClusterFirst

0 commit comments

Comments
 (0)