Skip to content

Commit 2269781

Browse files
Merge pull request #3908 from SwiftPackageIndex/cadvisor-fix
Roll back to cadvisor:v0.52.1
2 parents 7642a37 + 98f4843 commit 2269781

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mon.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ services:
110110

111111
cadvisor:
112112
# https://github.com/google/cadvisor/releases
113-
image: gcr.io/cadvisor/cadvisor:v0.53.0
113+
# sas 2025-11-24: v0.53.0 inexplicably has disappeared from the registry
114+
# see https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/3907
115+
image: gcr.io/cadvisor/cadvisor:v0.52.1
114116
networks:
115117
- app_backend
116118
volumes:

0 commit comments

Comments
 (0)