Skip to content

Commit

Permalink
fix(chart): bump chart version to release deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBezold committed Nov 20, 2023
1 parent 2469a94 commit 8cdee67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This repository is part of the overarching eclipse-tractusx project. It contains the Backend for the Managed Service Orchestrator service.

It is a standalone service which can be self-hosted.
It is a standalone service which can be self-hosted.
It is prototype implementation for Service provider.
This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

Expand All @@ -13,7 +13,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se

```shell
Application version: 1.5.1
Helm release version: 1.5.1
Helm release version: 1.5.2
```

# Container images
Expand All @@ -39,7 +39,7 @@ __Managed Service Orchestrator__
- Eclipse Temurin Project: https://projects.eclipse.org/projects/adoptium.temurin
- Additional information about the Eclipse Temurin images: https://github.com/docker-library/repo-info/tree/master/repos/eclipse-temurin

As with all Docker images, these likely also contain other software which may be under other licenses
As with all Docker images, these likely also contain other software which may be under other licenses
(such as Bash, etc. from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Expand All @@ -49,7 +49,7 @@ As for any pre-built image usage, it is the image user's responsibility to ensur
To update the [DEPENDENCIES](./DEPENDENCIES) declarations, run:

```shell
mvn org.eclipse.dash:license-tool-plugin:license-check
mvn org.eclipse.dash:license-tool-plugin:license-check
```

### For installation guide:
Expand Down Expand Up @@ -85,7 +85,7 @@ The scripts are in the folder: resources/flyway.<p>
File naming: <b>Vx__script_name.sql</b>, where x is the version number. <p>
When there is a need to change the last script, it is necessary to create a new script with the changes.

Link to flyway documentation: [Documentation](https://flywaydb.org/documentation/)
Link to flyway documentation: [Documentation](https://flywaydb.org/documentation/)

## API authentication
Authentication for the backend is handled via an Keycloak. This can be set in the configuration file.
Expand Down
11 changes: 11 additions & 0 deletions charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Managed-Service-Orchestrator Chart CHANGELOG

This Changelog describes the changes introduced in each new Helm Chart version.


## [1.5.2] - 2023-11-20


### Fixes

- fix: deployment of orchestrator by providing default values in secret @adkumar1 (#81)
2 changes: 1 addition & 1 deletion charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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: 1.5.1
version: 1.5.2

# 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
Expand Down

0 comments on commit 8cdee67

Please sign in to comment.