Skip to content

Commit

Permalink
release 20180416.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Oct 11, 2018
1 parent 0b67b35 commit 38e95e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20180416.0.10
2 changes: 1 addition & 1 deletion charts/web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: web
version: v0.1.0
version: 20180416.0.10
4 changes: 2 additions & 2 deletions charts/web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: draft
tag: dev
repository: 733163676742.dkr.ecr.us-west-2.amazonaws.com/gitcoinco/web
tag: 20180416.0.10
pullPolicy: IfNotPresent
service:
name: web
Expand Down
5 changes: 5 additions & 0 deletions charts/web@tmp/durable-4895d8e7/jenkins-log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+ make tag
sed -i -e "s/version:.*/version: 20180416.0.10/" Chart.yaml
sed -i -e "s|repository: .*|repository: 733163676742.dkr.ecr.us-west-2.amazonaws.com\/gitcoinco\/web|" values.yaml
sed -i -e "s/tag: .*/tag: 20180416.0.10/" values.yaml
git add --all
2 changes: 2 additions & 0 deletions charts/web@tmp/durable-4895d8e7/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh -xe
make tag

0 comments on commit 38e95e7

Please sign in to comment.