Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove minimal and workflow substra-tools images #736

Merged
merged 4 commits into from
Sep 22, 2023
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: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `three_orgs` Skaffold profile for standalone orchestrator ([#733](https://github.com/Substra/substra-backend/pull/733))

### Changed

- Pre-populate Skaffold deployment with substra-tools base docker image (not minimal) ([#736](https://github.com/Substra/substra-backend/pull/736))

## [0.42.0](https://github.com/Substra/substra-backend/releases/tag/0.42.0) 2023-09-08

## Changed
Expand Down
6 changes: 3 additions & 3 deletions examples/values/backend-org-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ containerRegistry:
scheme: http
pullDomain: 127.0.0.1
prepopulate:
- image: substra/substra-tools:latest-minimal
- image: substra/substra-tools:latest
sourceRegistry: ghcr.io
dstImage: substra/substra-tools:latest-minimal
dstImage: substra/substra-tools:latest

worker:
concurrency: 3
Expand All @@ -67,7 +67,7 @@ kaniko:
cache:
warmer:
cachedImages:
- ghcr.io/substra/substra-tools:latest-minimal
- ghcr.io/substra/substra-tools:latest

addAccountOperator:
incomingOrganizations:
Expand Down
6 changes: 3 additions & 3 deletions examples/values/backend-org-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ containerRegistry:
scheme: http
pullDomain: 127.0.0.1
prepopulate:
- image: substra/substra-tools:latest-minimal
dstImage: substra/substra-tools:latest-minimal
- image: substra/substra-tools:latest
dstImage: substra/substra-tools:latest
sourceRegistry: ghcr.io

worker:
Expand All @@ -67,7 +67,7 @@ kaniko:
cache:
warmer:
cachedImages:
- ghcr.io/substra/substra-tools:latest-minimal
- ghcr.io/substra/substra-tools:latest

addAccountOperator:
incomingOrganizations:
Expand Down
6 changes: 3 additions & 3 deletions examples/values/backend-org-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ containerRegistry:
scheme: http
pullDomain: 127.0.0.1
prepopulate:
- image: substra/substra-tools:latest-minimal
dstImage: substra/substra-tools:latest-minimal
- image: substra/substra-tools:latest
dstImage: substra/substra-tools:latest
sourceRegistry: ghcr.io

worker:
Expand All @@ -67,7 +67,7 @@ kaniko:
cache:
warmer:
cachedImages:
- ghcr.io/substra/substra-tools:latest-minimal
- ghcr.io/substra/substra-tools:latest

addAccountOperator:
incomingOrganizations:
Expand Down
Loading