We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82550b7 commit 8129d1fCopy full SHA for 8129d1f
.goreleaser.yml
@@ -34,6 +34,7 @@ dockers:
34
goarch: amd64
35
tag_templates:
36
- "{{ .Tag }}"
37
+ - "latest"
38
39
git:
40
short_hash: true
README.md
@@ -32,8 +32,6 @@ kubectl create -f https://k8s.io/examples/controllers/job.yaml
32
33
## Docker images
-```docker pull lwolf/kube-cleanup-operator```
-
```docker pull quay.io/lwolf/kube-cleanup-operator```
## Development
deploy/deployment.yaml
@@ -24,7 +24,7 @@ spec:
24
containers:
25
- args:
26
- --namespace=default
27
- image: lwolf/kube-cleanup-operator
+ image: quay.io/lwolf/kube-cleanup-operator
28
imagePullPolicy: Always
29
name: cleanup-operator
30
dnsPolicy: ClusterFirst
0 commit comments