Skip to content

Commit

Permalink
Merge pull request #271 from catenax-ng/chore/prepare-helm-release
Browse files Browse the repository at this point in the history
chore(release): Prepare chart release 5.1.0
  • Loading branch information
ds-jkreutzfeld authored Apr 17, 2023
2 parents f9397b4 + 4890162 commit be269b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions charts/irs-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.1.0] - 2023-04-17
### Added
- New config entry "bpn", add the BPN for the IRS instance there **(mandatory)**
- Added config entries for ESS use case:
Expand All @@ -14,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ess.mockEdcResult`
- `ess.mockRecursiveEdcAsset`

### Changed
- Updated IRS version to 2.5.0

### Fixed
- Custom environment variables are now rendered correctly in the deployment resource

Expand Down
4 changes: 2 additions & 2 deletions charts/irs-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 5.0.9
version: 5.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.4.0"
appVersion: "2.5.0"

dependencies:
- name: common
Expand Down
3 changes: 2 additions & 1 deletion charts/irs-helm/templates/configmap-spring-app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ data:
{{- tpl (toYaml .Values.ess.mockRecursiveEdcAsset) . | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.config.content }}
apiAllowedBpn: {{ tpl (.Values.bpn | default "") . | quote }}
{{- if .Values.config.content }}
{{- tpl (toYaml .Values.config.content) . | nindent 4 }}
{{- end }}

0 comments on commit be269b9

Please sign in to comment.