Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Aug 23, 2019
1 parent 8571163 commit 3bd9877
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.efficientcapital.simple-greeter-one</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.efficientcapital.simple-greeter-one</groupId>
Expand Down
3 changes: 2 additions & 1 deletion charts/simple-greeter-one/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v1
appVersion: 0.0.2
description: A Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png
name: simple-greeter-one
version: 0.1.0-SNAPSHOT
version: 0.0.2
4 changes: 2 additions & 2 deletions charts/simple-greeter-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: draft
tag: dev
repository: 10.59.240.213:5000/devopstk26/simple-greeter-one
tag: 0.0.2
pullPolicy: IfNotPresent

# define environment variables here as a map of key: value
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.efficientcapital.simple-greeter-one</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>

<name>Efficient Capital - simple-greeter-one gRPC parent POM</name>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.efficientcapital.simple-greeter-one</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.efficientcapital.simple-greeter-one</groupId>
Expand Down

0 comments on commit 3bd9877

Please sign in to comment.