Skip to content

Commit

Permalink
chore(charts): disable localstack services (#955)
Browse files Browse the repository at this point in the history
* chore(charts): configure localstack.startServices for s3 only

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* chore(charts): bump version

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

---------

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk authored Jul 22, 2024
1 parent 2127add commit c26f6cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## [26.8.3] - 2024-07-16

### Fixed

- Start only s3 `localstack` service by default when enabled

## [26.8.2] - 2024-07-12

### Fixed
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.8.2
version: 26.8.3
appVersion: 0.47.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down
1 change: 1 addition & 0 deletions charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,7 @@ minio:
##
localstack:
enabled: false
startServices: "s3"
service:
edgeService:
nodePort: ""
Expand Down

0 comments on commit c26f6cc

Please sign in to comment.