diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..4e379d2 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.2 diff --git a/charts/sso-operator/Chart.yaml b/charts/sso-operator/Chart.yaml index 2f8b2e0..eb0d07a 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.2 diff --git a/charts/sso-operator/values.yaml b/charts/sso-operator/values.yaml index 2554df3..ec37595 100755 --- 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.254.25:5000/ccojocar/sso-operator + tag: 0.0.2 pullPolicy: IfNotPresent service: name: sso-operator diff --git a/charts/sso-operator@tmp/durable-f7483206/jenkins-log.txt b/charts/sso-operator@tmp/durable-f7483206/jenkins-log.txt new file mode 100644 index 0000000..0765fa7 --- /dev/null +++ b/charts/sso-operator@tmp/durable-f7483206/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.2/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.15.254.25:5000\/ccojocar\/sso-operator|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.2/" values.yaml +git add --all diff --git a/charts/sso-operator@tmp/durable-f7483206/script.sh b/charts/sso-operator@tmp/durable-f7483206/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/sso-operator@tmp/durable-f7483206/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file