Skip to content

Commit 20e6cba

Browse files
release 6.0.57
1 parent 6370cde commit 20e6cba

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apiVersion: v1
2+
appVersion: 6.0.57
23
description: A Helm chart for Kubernetes
34
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png
45
name: entando-process-driven-apps
5-
version: 0.1.0-SNAPSHOT
6+
version: 6.0.57

charts/entando-process-driven-apps/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Declare variables to be passed into your templates.
44
replicaCount: 1
55
image:
6-
repository: draft
7-
tag: dev
6+
repository: docker.io/entando/entando-process-driven-plugin
7+
tag: 6.0.57
88
pullPolicy: IfNotPresent
99

1010
# define environment variables here as a map of key: value

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.entando</groupId>
88
<artifactId>entando-process-driven-plugin</artifactId>
9-
<version>6.0.0-SNAPSHOT</version>
9+
<version>6.0.57</version>
1010

1111
<packaging>jar</packaging>
1212

0 commit comments

Comments
 (0)