Skip to content

Commit 403cce6

Browse files
CR-476 (#13)
1 parent 032d4d9 commit 403cce6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cleaner/cleaner-agent.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ do
9999
(( CLEANER_AGENT_ACTIONS_PURGES ++ ))
100100
echo "$0: CLEANER_AGENT_ACTIONS_PURGES=$CLEANER_AGENT_ACTIONS_PURGES, updating metric file ${CLEANER_AGENT_ACTIONS_PURGES_FILE}"
101101
echo $CLEANER_AGENT_ACTIONS_PURGES > ${CLEANER_AGENT_ACTIONS_PURGES_FILE}
102-
echo "docker pull pulling codefresh/fs-ops"
103-
docker pull codefresh/fs-ops
102+
echo "docker pull pulling quay.io/codefresh/fs-ops"
103+
docker pull quay.io/codefresh/fs-ops
104104
unlock_file
105105
display_df
106106
fi

cleaner/preserved-images

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
codefresh/fs-ops
22
codefresh/pikolo
3+
quay.io/codefresh/fs-ops
4+
quay.io/codefresh/pikolo

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.24.2
1+
version: 1.24.3

0 commit comments

Comments
 (0)