From 8ea371ba03778615dc99eea9befc7892e19d8920 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 13 Nov 2018 22:20:17 +0000 Subject: [PATCH] release 0.0.15 --- VERSION | 1 + charts/happy-birthday-world/Chart.yaml | 2 +- charts/happy-birthday-world/values.yaml | 4 ++-- .../durable-606e2e01/jenkins-log.txt | 5 +++++ charts/happy-birthday-world@tmp/durable-606e2e01/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/happy-birthday-world@tmp/durable-606e2e01/jenkins-log.txt create mode 100755 charts/happy-birthday-world@tmp/durable-606e2e01/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..ceddfb2 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.15 diff --git a/charts/happy-birthday-world/Chart.yaml b/charts/happy-birthday-world/Chart.yaml index f6124d4..99bc259 100644 --- a/charts/happy-birthday-world/Chart.yaml +++ b/charts/happy-birthday-world/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: happy-birthday-world -version: v0.1.0 +version: 0.0.15 diff --git a/charts/happy-birthday-world/values.yaml b/charts/happy-birthday-world/values.yaml index 382851b..24eed69 100755 --- a/charts/happy-birthday-world/values.yaml +++ b/charts/happy-birthday-world/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.23.254.133:5000/connorads/happy-birthday-world + tag: 0.0.15 pullPolicy: IfNotPresent service: name: happy-birthday-world diff --git a/charts/happy-birthday-world@tmp/durable-606e2e01/jenkins-log.txt b/charts/happy-birthday-world@tmp/durable-606e2e01/jenkins-log.txt new file mode 100644 index 0000000..a6eff0f --- /dev/null +++ b/charts/happy-birthday-world@tmp/durable-606e2e01/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.15/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.23.254.133:5000\/connorads\/happy-birthday-world|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.15/" values.yaml +git add --all diff --git a/charts/happy-birthday-world@tmp/durable-606e2e01/script.sh b/charts/happy-birthday-world@tmp/durable-606e2e01/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/happy-birthday-world@tmp/durable-606e2e01/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file