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: change updateStrategy of the server and the registry #1000

Merged
merged 1 commit into from
Sep 13, 2024
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
14 changes: 12 additions & 2 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@

<!-- towncrier release notes start -->

## [26.10.0] - 2024-09-13

### Changed

- Docker registry update strategy is now `Recreate` to avoid race condition on the attached PVC during upgrade
- Server update strategy is now configurable and set to `Recreate` by default to avoid race condition on the attached PVC during upgrade


## [26.9.1] - 2024-09-12

Bump app version to 0.48.0
### Changed

- Bump app version to 0.48.0

## [26.9.0] - 2024-07-22

# Added

Configuration of compute pod `affinity`, `nodeSelector` and `toleration` on `values.yaml` file.
- Configuration of compute pod `affinity`, `nodeSelector` and `toleration` on `values.yaml` file.

## [26.8.3] - 2024-07-16

Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 26.9.1
version: 26.10.0
appVersion: 0.48.0
kubeVersion: '>= 1.19.0-0'
description: Main package for Substra
Expand Down
Loading
Loading