Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 18, 2020
1 parent b9e082f commit 0647645
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion charts/jxosos311-demo1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v1
appVersion: 1.1.0
description: A Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png
name: jxosos311-demo1
version: 0.1.0-SNAPSHOT
version: 1.1.0
4 changes: 2 additions & 2 deletions charts/jxosos311-demo1/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: docker-registry.default.svc.cluster.local:5000/troyhart/jxosos311-demo1
tag: 1.1.0
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 @@ -10,7 +10,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>jxosos311-demo1</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>demo</name>
<description>Simple Spring Boot application to help demonstrate jx.</description>

Expand Down

0 comments on commit 0647645

Please sign in to comment.