Skip to content

Commit e82570f

Browse files
release 1.0.5
1 parent 77dce69 commit e82570f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/stateful-voting-app-worker-java/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
description: A Helm chart for Kubernetes
33
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png
44
name: stateful-voting-app-worker-java
5-
version: 0.1.0-SNAPSHOT
5+
version: 1.0.5

charts/stateful-voting-app-worker-java/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: 353780514906.dkr.ecr.us-west-2.amazonaws.com/q131172019/stateful-voting-app-worker-java
7+
tag: 1.0.5
88
pullPolicy: IfNotPresent
99
service:
1010
name: stateful-voting-app-worker-java

pom.xml

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

66
<groupId>worker</groupId>
77
<artifactId>worker</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.5</version>
99

1010

1111
<dependencies>

0 commit comments

Comments
 (0)