From 2df1c5c35ce2c74a80d5c03adc03062a15b3e57f Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 27 Aug 2018 13:34:26 +0000 Subject: [PATCH] release 0.0.36 --- VERSION | 1 + charts/sso-operator/Chart.yaml | 2 +- charts/sso-operator/values.yaml | 4 ++-- charts/sso-operator@tmp/durable-4fdf3f7c/jenkins-log.txt | 5 +++++ charts/sso-operator@tmp/durable-4fdf3f7c/script.sh | 2 ++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 VERSION create mode 100644 charts/sso-operator@tmp/durable-4fdf3f7c/jenkins-log.txt create mode 100755 charts/sso-operator@tmp/durable-4fdf3f7c/script.sh diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..e85669f --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.36 diff --git a/charts/sso-operator/Chart.yaml b/charts/sso-operator/Chart.yaml index 2f8b2e0..0206f37 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.36 diff --git a/charts/sso-operator/values.yaml b/charts/sso-operator/values.yaml index 1133c92..5d0cfe8 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.36 pullPolicy: IfNotPresent service: name: sso-operator diff --git a/charts/sso-operator@tmp/durable-4fdf3f7c/jenkins-log.txt b/charts/sso-operator@tmp/durable-4fdf3f7c/jenkins-log.txt new file mode 100644 index 0000000..af19616 --- /dev/null +++ b/charts/sso-operator@tmp/durable-4fdf3f7c/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.36/" 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.36/" values.yaml +git add --all diff --git a/charts/sso-operator@tmp/durable-4fdf3f7c/script.sh b/charts/sso-operator@tmp/durable-4fdf3f7c/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/sso-operator@tmp/durable-4fdf3f7c/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file