Skip to content

Commit

Permalink
Merge pull request #46 from catenax-ng/release-24.05-v2.4.1
Browse files Browse the repository at this point in the history
chore chart updated with values.yaml for backend config.
  • Loading branch information
almadigabor authored May 27, 2024
2 parents 6378aab + 3d9cb3f commit d524bde
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
upgrade_from:
description: 'chart version to upgrade from'
# chart version from 3.2 release as default
default: '0.1.7'
default: '0.1.8'
required: false
type: string
helm_version:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.7' }}
helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.8' }}
helm dependency update charts/simpledataexchanger
helm upgrade simpledataexchanger charts/simpledataexchanger
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple-Data-Exchanger helm chart.

## 0.1.9
### Change
- changed to v2.4.1 docker image version.
- configuration properties added for sdebackend in value.yaml.

## 0.1.8
### Change
- bumped in helm chart version.
- Updated README.md.

## 0.1.7
### Change
- changed to v2.4.0 docker image version.
Expand Down
4 changes: 2 additions & 2 deletions charts/simpledataexchanger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ sources:
# 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: 0.1.8
version: 0.1.9
# 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.4.1"

dependencies:
- condition: sdepostgresql.enabled
Expand Down
3 changes: 3 additions & 0 deletions charts/simpledataexchanger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ backend:
policy.hub.clientId=default
policy.hub.clientSecret=default
policy.hub.grantType=client_credentials
bpdm.provider.edc.dataspace.api=default
bpdm.provider.bpnl=default
bpdm.provider.edc.public.api=default
frontend:
image:
Expand Down

0 comments on commit d524bde

Please sign in to comment.