diff --git a/CHANGELOG.md b/CHANGELOG.md index 473f185de..0cfccd3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/examples/values/backend-org-1.yaml b/examples/values/backend-org-1.yaml index 9def372b3..21187d961 100644 --- a/examples/values/backend-org-1.yaml +++ b/examples/values/backend-org-1.yaml @@ -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 @@ -67,7 +67,7 @@ kaniko: cache: warmer: cachedImages: - - ghcr.io/substra/substra-tools:latest-minimal + - ghcr.io/substra/substra-tools:latest addAccountOperator: incomingOrganizations: diff --git a/examples/values/backend-org-2.yaml b/examples/values/backend-org-2.yaml index 5d40a39db..90f3cf196 100644 --- a/examples/values/backend-org-2.yaml +++ b/examples/values/backend-org-2.yaml @@ -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: @@ -67,7 +67,7 @@ kaniko: cache: warmer: cachedImages: - - ghcr.io/substra/substra-tools:latest-minimal + - ghcr.io/substra/substra-tools:latest addAccountOperator: incomingOrganizations: diff --git a/examples/values/backend-org-3.yaml b/examples/values/backend-org-3.yaml index 19ab9fd24..a42a5845d 100644 --- a/examples/values/backend-org-3.yaml +++ b/examples/values/backend-org-3.yaml @@ -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: @@ -67,7 +67,7 @@ kaniko: cache: warmer: cachedImages: - - ghcr.io/substra/substra-tools:latest-minimal + - ghcr.io/substra/substra-tools:latest addAccountOperator: incomingOrganizations: