From 174051706ff28f5d257db89ef667809d01c3e8e1 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 22 Oct 2018 14:49:05 +0000 Subject: [PATCH] release 20180416.0.34 --- VERSION | 1 + charts/web/Chart.yaml | 2 +- charts/web/values.yaml | 4 ++-- charts/web@tmp/durable-9d4bca28/jenkins-log.txt | 5 +++++ charts/web@tmp/durable-9d4bca28/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/web@tmp/durable-9d4bca28/jenkins-log.txt create mode 100755 charts/web@tmp/durable-9d4bca28/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..51a1964201e --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +20180416.0.34 diff --git a/charts/web/Chart.yaml b/charts/web/Chart.yaml index 3f4f74eb4f4..cb1d2e00c4f 100644 --- a/charts/web/Chart.yaml +++ b/charts/web/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: web -version: v0.1.0 +version: 20180416.0.34 diff --git a/charts/web/values.yaml b/charts/web/values.yaml index 2aa1446f7b2..a88a00e7975 100755 --- a/charts/web/values.yaml +++ b/charts/web/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 733163676742.dkr.ecr.us-west-2.amazonaws.com/gitcoinco/web + tag: 20180416.0.34 pullPolicy: IfNotPresent service: name: web diff --git a/charts/web@tmp/durable-9d4bca28/jenkins-log.txt b/charts/web@tmp/durable-9d4bca28/jenkins-log.txt new file mode 100644 index 00000000000..37b488cc65b --- /dev/null +++ b/charts/web@tmp/durable-9d4bca28/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 20180416.0.34/" Chart.yaml +sed -i -e "s|repository: .*|repository: 733163676742.dkr.ecr.us-west-2.amazonaws.com\/gitcoinco\/web|" values.yaml +sed -i -e "s/tag: .*/tag: 20180416.0.34/" values.yaml +git add --all diff --git a/charts/web@tmp/durable-9d4bca28/script.sh b/charts/web@tmp/durable-9d4bca28/script.sh new file mode 100755 index 00000000000..3c3be81ff5e --- /dev/null +++ b/charts/web@tmp/durable-9d4bca28/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file