diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..c5d54ec --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.9 diff --git a/charts/spring-world/Chart.yaml b/charts/spring-world/Chart.yaml index 568069e..a65a3a5 100644 --- a/charts/spring-world/Chart.yaml +++ b/charts/spring-world/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-world -version: 0.1.0-SNAPSHOT +version: 0.0.9 diff --git a/charts/spring-world/values.yaml b/charts/spring-world/values.yaml index acccbb0..be8c56d 100755 --- a/charts/spring-world/values.yaml +++ b/charts/spring-world/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.0.202.67:5000/beerkeeper/spring-world + tag: 0.0.9 pullPolicy: IfNotPresent service: name: spring-world diff --git a/charts/spring-world@tmp/durable-b121e22a/jenkins-log.txt b/charts/spring-world@tmp/durable-b121e22a/jenkins-log.txt new file mode 100644 index 0000000..c77ee9b --- /dev/null +++ b/charts/spring-world@tmp/durable-b121e22a/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.9/" Chart.yaml +sed -i -e "s/repository: .*/repository: 10.0.202.67:5000\/beerkeeper\/spring-world/" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.9/" values.yaml +git add --all diff --git a/charts/spring-world@tmp/durable-b121e22a/script.sh b/charts/spring-world@tmp/durable-b121e22a/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/spring-world@tmp/durable-b121e22a/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file