Skip to content

Commit

Permalink
Merge pull request #70 from entando-k8s/ENG-4118_entandoapp-installat…
Browse files Browse the repository at this point in the history
…ion-fails-because-entando-de-app-route-is-not-created

ENG-4118 Entandoapp installation fails because the entando-de-app route is not created under the main ingress (+ENG-4147)
  • Loading branch information
entgigi authored Sep 12, 2022
2 parents b265051 + 5b9424d commit 06305b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM entando/entando-k8s-operator-common:7.1.0
FROM entando/entando-k8s-operator-common:7.1.1-ENG-4118-PR-118
ARG VERSION
LABEL name="Entando K8S App Controller" \
vendor="Entando" \
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>7.1.0</version>
<relativePath/>
</parent>
<version>7.1.0</version>
<version>7.1.1</version>
<artifactId>entando-k8s-app-controller</artifactId>
<name>Entando K8S Controller for Entando App Deployments</name>
<description>Entando's K8S Controller for Entando App Deployments</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<properties>
<github.organization>entando-k8s</github.organization>
<sonar.projectKey>${github.organization}_${project.artifactId}</sonar.projectKey>
<entando-k8s-operator-common.version>7.1.0</entando-k8s-operator-common.version>
<entando-k8s-operator-common.version>7.1.1-ENG-4118-PR-118</entando-k8s-operator-common.version>
<skipLicenseDownload>true</skipLicenseDownload>
<preDeploymentTestGroups>in-process</preDeploymentTestGroups>
<postDeploymentTestGroups>smoke</postDeploymentTestGroups>
Expand Down

0 comments on commit 06305b3

Please sign in to comment.