Skip to content

Commit

Permalink
Merge pull request #37 from catenax-ng/qualitygate
Browse files Browse the repository at this point in the history
Qualitygate
  • Loading branch information
almadigabor authored May 16, 2023
2 parents 175e287 + f362a93 commit 3565448
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- NA


## [1.2.7] - 2023-05-15
## [1.2.7] - 2023-05-16

### Added
- Added header to the files

### Changed
- Changed default ingress to false

## [1.2.6] - 2023-05-10

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
### Software Version

```shell
Application version: 1.2.6
Helm release version: 1.2.6
Application version: 1.2.7
Helm release version: 1.2.7
```

### Container images
Expand Down
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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.2.6
version: 1.2.7


# 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: "1.2.6"
appVersion: "1.2.7"

dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ service:

ingress:
# -- If you want to enable or disable the ingress
enabled: true
enabled: false
# -- a reference to an Ingress Class resource that contains additional configuration including the name of the controller that should implement the class
className: nginx
# -- Annotations to add to the ingress
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>org.eclipse.tractusx</groupId>
<artifactId>auto-setup</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
<name>auto-setup</name>
<description>auto-setup</description>
<properties>
Expand Down

0 comments on commit 3565448

Please sign in to comment.