From f868beff1d627652154c9eedf784b50e3eee6fec Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Fri, 1 Feb 2019 14:07:30 +0000 Subject: [PATCH] release 0.0.115 --- VERSION | 1 + charts/croc-hunter-jenkinsx/Chart.yaml | 2 +- charts/croc-hunter-jenkinsx/values.yaml | 4 ++-- .../durable-c54a60d7/jenkins-log.txt | 5 +++++ charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/script.sh | 1 + 5 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/jenkins-log.txt create mode 100644 charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..f64402b --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.115 diff --git a/charts/croc-hunter-jenkinsx/Chart.yaml b/charts/croc-hunter-jenkinsx/Chart.yaml index e1cb469..3b80460 100644 --- a/charts/croc-hunter-jenkinsx/Chart.yaml +++ b/charts/croc-hunter-jenkinsx/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/go.png name: croc-hunter-jenkinsx -version: 0.1.0-SNAPSHOT +version: 0.0.115 diff --git a/charts/croc-hunter-jenkinsx/values.yaml b/charts/croc-hunter-jenkinsx/values.yaml index 44feeba..3ed2c8c 100755 --- a/charts/croc-hunter-jenkinsx/values.yaml +++ b/charts/croc-hunter-jenkinsx/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.63.246.66:5000/carlossg/croc-hunter-jenkinsx + tag: 0.0.115 pullPolicy: IfNotPresent service: name: croc-hunter-jenkinsx diff --git a/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/jenkins-log.txt b/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/jenkins-log.txt new file mode 100644 index 0000000..3a2b32e --- /dev/null +++ b/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.115/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.63.246.66:5000\/carlossg\/croc-hunter-jenkinsx|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.115/" values.yaml +git add --all diff --git a/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/script.sh b/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/script.sh new file mode 100644 index 0000000..a5325a7 --- /dev/null +++ b/charts/croc-hunter-jenkinsx@tmp/durable-c54a60d7/script.sh @@ -0,0 +1 @@ +make tag \ No newline at end of file