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

Commit

Permalink
Merge pull request #12 from appuio/pruneimg1
Browse files Browse the repository at this point in the history
Prune images, not deployments in image prune job
  • Loading branch information
mhutter authored Nov 23, 2018
2 parents 11b601e + 028f6a0 commit 44652f5
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 44652f5

Please sign in to comment.