Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cleaner/cleaner-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ do
(( CLEANER_AGENT_ACTIONS_PURGES ++ ))
echo "$0: CLEANER_AGENT_ACTIONS_PURGES=$CLEANER_AGENT_ACTIONS_PURGES, updating metric file ${CLEANER_AGENT_ACTIONS_PURGES_FILE}"
echo $CLEANER_AGENT_ACTIONS_PURGES > ${CLEANER_AGENT_ACTIONS_PURGES_FILE}
echo "docker pull pulling codefresh/fs-ops"
docker pull codefresh/fs-ops
echo "docker pull pulling quay.io/codefresh/fs-ops"
docker pull quay.io/codefresh/fs-ops
unlock_file
display_df
fi
Expand Down
2 changes: 2 additions & 0 deletions cleaner/preserved-images
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
codefresh/fs-ops
codefresh/pikolo
quay.io/codefresh/fs-ops
quay.io/codefresh/pikolo
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.24.2
version: 1.24.3