diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..cd23180 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.0.17 diff --git a/charts/happy-birthday-world/Chart.yaml b/charts/happy-birthday-world/Chart.yaml index f6124d4..d46f382 100644 --- a/charts/happy-birthday-world/Chart.yaml +++ b/charts/happy-birthday-world/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: happy-birthday-world -version: v0.1.0 +version: 0.0.17 diff --git a/charts/happy-birthday-world/values.yaml b/charts/happy-birthday-world/values.yaml index 382851b..42b36ad 100755 --- a/charts/happy-birthday-world/values.yaml +++ b/charts/happy-birthday-world/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.23.254.133:5000/connorads/happy-birthday-world + tag: 0.0.17 pullPolicy: IfNotPresent service: name: happy-birthday-world diff --git a/charts/happy-birthday-world@tmp/durable-f2cc06e5/jenkins-log.txt b/charts/happy-birthday-world@tmp/durable-f2cc06e5/jenkins-log.txt new file mode 100644 index 0000000..43813f7 --- /dev/null +++ b/charts/happy-birthday-world@tmp/durable-f2cc06e5/jenkins-log.txt @@ -0,0 +1,5 @@ ++ make tag +sed -i -e "s/version:.*/version: 0.0.17/" Chart.yaml +sed -i -e "s|repository: .*|repository: 10.23.254.133:5000\/connorads\/happy-birthday-world|" values.yaml +sed -i -e "s/tag: .*/tag: 0.0.17/" values.yaml +git add --all diff --git a/charts/happy-birthday-world@tmp/durable-f2cc06e5/script.sh b/charts/happy-birthday-world@tmp/durable-f2cc06e5/script.sh new file mode 100755 index 0000000..3c3be81 --- /dev/null +++ b/charts/happy-birthday-world@tmp/durable-f2cc06e5/script.sh @@ -0,0 +1,2 @@ +#!/bin/sh -xe +make tag \ No newline at end of file