diff --git a/charts/jxosos311-demo1/Chart.yaml b/charts/jxosos311-demo1/Chart.yaml
index 584a130..7abdca0 100644
--- a/charts/jxosos311-demo1/Chart.yaml
+++ b/charts/jxosos311-demo1/Chart.yaml
@@ -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
diff --git a/charts/jxosos311-demo1/values.yaml b/charts/jxosos311-demo1/values.yaml
index 8f99d6a..ea23be3 100755
--- a/charts/jxosos311-demo1/values.yaml
+++ b/charts/jxosos311-demo1/values.yaml
@@ -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
diff --git a/pom.xml b/pom.xml
index 07f1f8f..678b573 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.example
jxosos311-demo1
- 1.1.0-SNAPSHOT
+ 1.1.0
demo
Simple Spring Boot application to help demonstrate jx.