From 62622446811fae8b63b7d2042b37f29897ffbcdd Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Sun, 10 May 2020 20:25:59 +0000 Subject: [PATCH] release 1.0.4 --- charts/spring-boot-todo-app/Chart.yaml | 3 ++- charts/spring-boot-todo-app/values.yaml | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/spring-boot-todo-app/Chart.yaml b/charts/spring-boot-todo-app/Chart.yaml index 12a4a7e..4d4448d 100644 --- a/charts/spring-boot-todo-app/Chart.yaml +++ b/charts/spring-boot-todo-app/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 +appVersion: 1.0.4 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png name: spring-boot-todo-app -version: 0.1.0-SNAPSHOT +version: 1.0.4 diff --git a/charts/spring-boot-todo-app/values.yaml b/charts/spring-boot-todo-app/values.yaml index d613b90..8f957ca 100755 --- a/charts/spring-boot-todo-app/values.yaml +++ b/charts/spring-boot-todo-app/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: gcr.io/pure-fold-276815/spring-boot-todo-app + tag: 1.0.4 pullPolicy: IfNotPresent # define environment variables here as a map of key: value diff --git a/pom.xml b/pom.xml index df8eadb..90787ae 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.mendes.todo spring-boot-todo-app - 1.0.0-SNAPSHOT + 1.0.4 spring-boot-todo-app Demo project for Spring Boot