Skip to content

Commit

Permalink
fix: whitespace removal in networkpolicy orchestrator client (#914)
Browse files Browse the repository at this point in the history
* fix: whitespace removal removed newline in `networkpolicy-orchestrator-client.yaml`

Signed-off-by: Guilhem Barthés <[email protected]>

* doc: bump chart version

Signed-off-by: Guilhem Barthés <[email protected]>

---------

Signed-off-by: Guilhem Barthés <[email protected]>
  • Loading branch information
guilhem-barthes authored May 27, 2024
1 parent f352d30 commit 8f2f412
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

<!-- towncrier release notes start -->
## [26.6.4] - 2024-05-27

### Fixed

- whitespace removal removed newline in `networkpolicy-orchestrator-client.yaml` (#914)

## [26.6.3] - 2024-05-27

### Changed
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.6.3
version: 26.6.4
appVersion: 0.45.0
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- 10.0.0.0/8
- 192.168.0.0/16
- 172.16.0.0/20
{{- end -}}
{{- end }}
ports:
- protocol: TCP
port: {{ .Values.orchestrator.port }}
Expand Down

0 comments on commit 8f2f412

Please sign in to comment.