Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 9dc673d

Browse files
committed
switching to CalVer
1 parent 30da79b commit 9dc673d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ docker:
1717

1818
push: docker
1919
docker push "$(IMAGE):$(TAG)"
20+
docker tag "$(IMAGE):$(TAG)" "$(IMAGE):latest"
21+
docker push "$(IMAGE):latest"

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Kubernetes Janitor
1414
:target: https://hub.docker.com/r/hjacobs/kube-janitor
1515
:alt: Docker pulls
1616

17+
.. image:: https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg
18+
:target: http://calver.org/
19+
:alt: CalVer versioning scheme
20+
1721
Kubernetes Janitor cleans up (deletes) Kubernetes resources on (1) a configured TTL (time to live) or (2) a configured expiry date (absolute timestamp).
1822

1923
It processes all namespaces and all namespaced resources including custom resource definitions (CRDs) and will delete them (1) if the ``janitor/ttl`` annotation or a TTL rule indicates the resource as expired, or (2) if the ``janitor/expires`` annotation marks the resource as expired.

0 commit comments

Comments
 (0)