diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32844ce0..28c298c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 0cb286aa..562f51e2 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml
index 3bdc5fe4..e4afadac 100644
--- a/charts/orchestrator/Chart.yaml
+++ b/charts/orchestrator/Chart.yaml
@@ -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
diff --git a/charts/orchestrator/values.yaml b/charts/orchestrator/values.yaml
index 8298c085..3d6ff78f 100644
--- a/charts/orchestrator/values.yaml
+++ b/charts/orchestrator/values.yaml
@@ -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
diff --git a/pom.xml b/pom.xml
index 82088034..1c97f98b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.eclipse.tractusx
auto-setup
- 1.2.6
+ 1.2.7
auto-setup
auto-setup