Skip to content
Open
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 .github/scripts/mocks/aws-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ metadata:
component: mock
spec:
initContainers:
- image: zenko/cloudserver:latest
- image: ghcr.io/scality/cloudserver:8.8.59
name: setup
imagePullPolicy: Always
command: ["tar", "-xvf", "/static-config/mock-metadata.tar.gz", "-C", "/usr/src/app"]
Expand All @@ -67,7 +67,7 @@ spec:
- name: metadata
mountPath: /usr/src/app/localMetadata
containers:
- image: zenko/cloudserver:latest
- image: ghcr.io/scality/cloudserver:8.8.59
name: aws-mock
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloudserver:
sourceRegistry: ghcr.io/scality
dashboard: cloudserver/cloudserver-dashboards
image: cloudserver
tag: 9.1.8
tag: 9.3.0-preview.1
envsubst: CLOUDSERVER_TAG
drctl:
sourceRegistry: ghcr.io/scality
Expand Down
Loading