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