From 3f52573cfc6ce57216c39ae292b69aad46f236c3 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 2 Oct 2018 21:06:14 +0000 Subject: [PATCH] release 0.0.4 --- VERSION | 1 + charts/ecsdemo-frontend/Chart.yaml | 2 +- charts/ecsdemo-frontend/values.yaml | 4 ++-- charts/ecsdemo-frontend@tmp/durable-d429ef62/jenkins-log.txt | 5 +++++ charts/ecsdemo-frontend@tmp/durable-d429ef62/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/ecsdemo-frontend@tmp/durable-d429ef62/jenkins-log.txt create mode 100755 charts/ecsdemo-frontend@tmp/durable-d429ef62/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..81340c7 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.4 diff --git a/charts/ecsdemo-frontend/Chart.yaml b/charts/ecsdemo-frontend/Chart.yaml index 7717224..a3923dd 100644 --- a/charts/ecsdemo-frontend/Chart.yaml +++ b/charts/ecsdemo-frontend/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: ecsdemo-frontend -version: v0.1.0 +version: 0.0.4 diff --git a/charts/ecsdemo-frontend/values.yaml b/charts/ecsdemo-frontend/values.yaml index bfef7b6..0826d2c 100755 --- a/charts/ecsdemo-frontend/values.yaml +++ b/charts/ecsdemo-frontend/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 2 image: - repository: draft - tag: dev + repository: 250756795962.dkr.ecr.us-west-2.amazonaws.com/jenkinsx/ecsdemo-frontend + tag: 0.0.4 pullPolicy: IfNotPresent service: name: ecsdemo-frontend diff --git a/charts/ecsdemo-frontend@tmp/durable-d429ef62/jenkins-log.txt b/charts/ecsdemo-frontend@tmp/durable-d429ef62/jenkins-log.txt new file mode 100644 index 0000000..97ea57c --- /dev/null +++ b/charts/ecsdemo-frontend@tmp/durable-d429ef62/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.4/" Chart.yaml +sed -i -e "s/repository: .*/repository: 250756795962.dkr.ecr.us-west-2.amazonaws.com\/jenkinsx\/ecsdemo-frontend/" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.4/" values.yaml +git add --all diff --git a/charts/ecsdemo-frontend@tmp/durable-d429ef62/script.sh b/charts/ecsdemo-frontend@tmp/durable-d429ef62/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/ecsdemo-frontend@tmp/durable-d429ef62/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file