diff --git a/charts/spring-boot-jenkinx-test/Chart.yaml b/charts/spring-boot-jenkinx-test/Chart.yaml index c8bd1e0..9691dc9 100644 --- a/charts/spring-boot-jenkinx-test/Chart.yaml +++ b/charts/spring-boot-jenkinx-test/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png name: spring-boot-jenkinx-test -version: 0.1.0-SNAPSHOT +version: 0.0.1 diff --git a/charts/spring-boot-jenkinx-test/values.yaml b/charts/spring-boot-jenkinx-test/values.yaml index 60fa78b..1ebb36b 100755 --- a/charts/spring-boot-jenkinx-test/values.yaml +++ b/charts/spring-boot-jenkinx-test/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: talonindigo.azurecr.io/mikelear/spring-boot-jenkinx-test + tag: 0.0.1 pullPolicy: IfNotPresent service: name: spring-boot-jenkinx-test diff --git a/pom.xml b/pom.xml index b548c9c..3071f16 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.example spring-boot-jenkinx-test - 0.0.1-SNAPSHOT + 0.0.1 demo Demo project for Spring Boot