From 3e27b34a86410174a3076ddf771741d5255f92fc Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 3 Sep 2018 09:31:43 +0000 Subject: [PATCH] release 0.0.1 --- VERSION | 1 + charts/node-http/Chart.yaml | 2 +- charts/node-http/values.yaml | 4 ++-- charts/node-http@tmp/durable-cbc9f044/jenkins-log.txt | 5 +++++ charts/node-http@tmp/durable-cbc9f044/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/node-http@tmp/durable-cbc9f044/jenkins-log.txt create mode 100755 charts/node-http@tmp/durable-cbc9f044/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..8acdd82 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.1 diff --git a/charts/node-http/Chart.yaml b/charts/node-http/Chart.yaml index 435c423..cf990f6 100644 --- a/charts/node-http/Chart.yaml +++ b/charts/node-http/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/nodejs.png name: node-http -version: 0.1.0-SNAPSHOT +version: 0.0.1 diff --git a/charts/node-http/values.yaml b/charts/node-http/values.yaml index d0a6bb3..36dfa13 100755 --- a/charts/node-http/values.yaml +++ b/charts/node-http/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.35.240.138:5000/jenkins-x-quickstarts/node-http + tag: 0.0.1 pullPolicy: IfNotPresent service: name: node-http diff --git a/charts/node-http@tmp/durable-cbc9f044/jenkins-log.txt b/charts/node-http@tmp/durable-cbc9f044/jenkins-log.txt new file mode 100644 index 0000000..06555fe --- /dev/null +++ b/charts/node-http@tmp/durable-cbc9f044/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.1/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.35.240.138:5000\/jenkins-x-quickstarts\/node-http|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.1/" values.yaml +git add --all diff --git a/charts/node-http@tmp/durable-cbc9f044/script.sh b/charts/node-http@tmp/durable-cbc9f044/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/node-http@tmp/durable-cbc9f044/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file