Skip to content

Commit

Permalink
Merge pull request #74 from entando-k8s/ENGPM-493_version-bump-711
Browse files Browse the repository at this point in the history
ENGPM-493 version bump 7.1.1
  • Loading branch information
firegloves authored Oct 5, 2022
2 parents 347b916 + 752f300 commit 84d6996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM entando/entando-k8s-operator-common:7.1.1-ENG-4118-PR-118
FROM entando/entando-k8s-operator-common:7.1.1
ARG VERSION
LABEL name="Entando K8S App Controller" \
vendor="Entando" \
version="v${VERSION}" \
release="7.0" \
release="7.1" \
summary="This container processes the EntandoApp custom resource and deploys the specified Entando App Engine Docker image." \
description="This is a run-to-completion container. It processes new EntandoApp Custom \
Resources and deploys an instance of the specified Entando App Engine Docker image \
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.1.1-ENG-4118-PR-118</entando-k8s-operator-common.version>
<entando-k8s-operator-common.version>7.1.1</entando-k8s-operator-common.version>
<skipLicenseDownload>true</skipLicenseDownload>
<preDeploymentTestGroups>in-process</preDeploymentTestGroups>
<postDeploymentTestGroups>smoke</postDeploymentTestGroups>
Expand Down

0 comments on commit 84d6996

Please sign in to comment.