Skip to content

Commit

Permalink
[sub]chore: upgrade chart (#765)
Browse files Browse the repository at this point in the history
* chore(charts): bump chart version

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

* chore(charts/substra-backend/CHANGELOG): bring back unreleased section

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

---------

Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk authored and SdgJlbl committed Oct 20, 2023
1 parent 8dd1459 commit 91a431d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
- "main"
paths:
- "charts/**"
release:
types: [published, edited]

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand Down Expand Up @@ -87,7 +85,7 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push' || github.event_name == 'release'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
needs:
- test
- generate-chart-readme
Expand Down
6 changes: 4 additions & 2 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## [] - Unreleased

### Fixed
## [24.0.0] - 2023-10-16

### Added

- Use the SA ` xxx-builder` instead of `xxx-worker` in `builder`
- Builder service

## [23.0.2] - 2023-10-18

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: 23.0.2
version: 24.0.0
appVersion: 0.42.2
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down

0 comments on commit 91a431d

Please sign in to comment.