From cec7b8c3d167796af99203249a5bacf558888612 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 27 Aug 2018 13:49:15 +0000 Subject: [PATCH] release 0.0.37 --- VERSION | 1 + charts/sso-operator/Chart.yaml | 2 +- charts/sso-operator/values.yaml | 4 ++-- charts/sso-operator@tmp/durable-ab8eeaa5/jenkins-log.txt | 5 +++++ charts/sso-operator@tmp/durable-ab8eeaa5/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/sso-operator@tmp/durable-ab8eeaa5/jenkins-log.txt create mode 100755 charts/sso-operator@tmp/durable-ab8eeaa5/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..1435d6c --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.37 diff --git a/charts/sso-operator/Chart.yaml b/charts/sso-operator/Chart.yaml index 2f8b2e0..62654b5 100644 --- a/charts/sso-operator/Chart.yaml +++ b/charts/sso-operator/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: sso-operator -version: 0.1.0-SNAPSHOT +version: 0.0.37 diff --git a/charts/sso-operator/values.yaml b/charts/sso-operator/values.yaml index 1133c92..a728d78 100644 --- a/charts/sso-operator/values.yaml +++ b/charts/sso-operator/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.15.244.253:5000/jenkins-x/sso-operator + tag: 0.0.37 pullPolicy: IfNotPresent service: name: sso-operator diff --git a/charts/sso-operator@tmp/durable-ab8eeaa5/jenkins-log.txt b/charts/sso-operator@tmp/durable-ab8eeaa5/jenkins-log.txt new file mode 100644 index 0000000..807ff38 --- /dev/null +++ b/charts/sso-operator@tmp/durable-ab8eeaa5/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.37/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.15.244.253:5000\/jenkins-x\/sso-operator|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.37/" values.yaml +git add --all diff --git a/charts/sso-operator@tmp/durable-ab8eeaa5/script.sh b/charts/sso-operator@tmp/durable-ab8eeaa5/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/sso-operator@tmp/durable-ab8eeaa5/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file