Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

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

0 comments on commit 6add1fe

Please sign in to comment.