diff --git a/README.md b/README.md index 1511018..e471874 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This CronJos cleans "Evicted" pods. ### Installation ``` -kubectl apply -f https://github.com/norseto/k8s-watchdogs/releases/download/evicted-cleaner-v0.1.1/evicted-cleaner.yaml +kubectl apply -f https://github.com/norseto/k8s-watchdogs/releases/download/evicted-cleaner-v0.1.2/evicted-cleaner.yaml ``` ## Pod Rebalancer diff --git a/evicted-cleaner.yaml b/evicted-cleaner.yaml index bdb0d6d..dc87217 100755 --- a/evicted-cleaner.yaml +++ b/evicted-cleaner.yaml @@ -56,7 +56,7 @@ spec: - amd64 containers: - name: evicted-cleaner - image: docker.io/norseto/evicted-cleaner:0.1.1 + image: docker.io/norseto/evicted-cleaner:0.1.2 imagePullPolicy: IfNotPresent restartPolicy: OnFailure activeDeadlineSeconds: 60