Skip to content

Commit

Permalink
chore(skaffold): remove distributed skaffold profile (#768)
Browse files Browse the repository at this point in the history
* chore(skaffold): remove distributed skaffold profile

Signed-off-by: Thibault Camalon <[email protected]>

* chore(CHANGELOG): update CHANGELOG

Signed-off-by: Thibault Camalon <[email protected]>

---------

Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk authored Oct 24, 2023
1 parent ce82a9d commit b9459ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- BREAKING: remove `distributed` Skaffold profile [#768](https://github.com/Substra/substra-backend/pull/768)

## [0.42.2](https://github.com/Substra/substra-backend/releases/tag/0.42.2) 2023-10-18

### Changed
Expand Down
17 changes: 0 additions & 17 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,6 @@ profiles:
path: /deploy/kubectl/manifests/3
- op: remove
path: /deploy/kubectl/manifests/1
- name: distributed
patches:
- op: add
path: /deploy/helm/releases/1/setValues/orchestrator.host
value: orchestrator-org-2-server.org-2.svc.cluster.local
- op: add
path: /deploy/helm/releases/0/setValues/server.livenessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/0/setValues/server.readinessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/1/setValues/server.livenessProbe.timeoutSeconds
value: 30
- op: add
path: /deploy/helm/releases/1/setValues/server.readinessProbe.timeoutSeconds
value: 30
- name: persist-db
patches:
- op: add
Expand Down

0 comments on commit b9459ac

Please sign in to comment.