Skip to content

Commit

Permalink
Merge pull request #54 from entando-k8s/ENG-3478_entando-7-fails-on-a…
Browse files Browse the repository at this point in the history
…ks-and-gke-due-to-nginx

ENG-3478 entando 7 fails on AKS and GKE due to nginx
  • Loading branch information
firegloves authored Apr 11, 2022
2 parents dfc59d9 + df84447 commit 45cb559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0
FROM entando/entando-k8s-operator-common:7.0.1
ARG VERSION
LABEL name="Entando K8S App Controller" \
vendor="Entando" \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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.0.0</entando-k8s-operator-common.version>
<entando-k8s-operator-common.version>7.0.1</entando-k8s-operator-common.version>
<skipLicenseDownload>true</skipLicenseDownload>
<preDeploymentTestGroups>in-process</preDeploymentTestGroups>
<postDeploymentTestGroups>smoke</postDeploymentTestGroups>
Expand Down

0 comments on commit 45cb559

Please sign in to comment.