Skip to content

Commit e00c21a

Browse files
committed
change aws-mock image to use 8.8.59
1 parent 047e2e3 commit e00c21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/mocks/aws-mock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ metadata:
5757
component: mock
5858
spec:
5959
initContainers:
60-
- image: zenko/cloudserver:latest
60+
- image: ghcr.io/scality/cloudserver:8.8.59
6161
name: setup
6262
imagePullPolicy: Always
6363
command: ["tar", "-xvf", "/static-config/mock-metadata.tar.gz", "-C", "/usr/src/app"]
@@ -67,7 +67,7 @@ spec:
6767
- name: metadata
6868
mountPath: /usr/src/app/localMetadata
6969
containers:
70-
- image: zenko/cloudserver:latest
70+
- image: ghcr.io/scality/cloudserver:8.8.59
7171
name: aws-mock
7272
ports:
7373
- containerPort: 80

0 commit comments

Comments
 (0)