Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Prune images, not deployments in image prune job
Browse files Browse the repository at this point in the history
The command called by the image prune job was wrong as it called "oc adm
prune deployments", not "oc adm prune images".
  • Loading branch information
Michael Hanselmann committed Nov 22, 2018
1 parent 11b601e commit 028f6a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2018-11-22
### Fix
- Actually prune images, not deployments in image pruner job

## [2.0.1] - 2018-11-20
### Changed
- Allow pruner to clean up deployment pods
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ appuio_pruner_args:
- --orphans
- --confirm
images:
- deployments
- images
- --confirm

0 comments on commit 028f6a0

Please sign in to comment.