File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 20180416.0.1
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : web
4- version : v0.1.0
4+ version : 20180416.0.1
Original file line number Diff line number Diff line change 33# Declare variables to be passed into your templates.
44replicaCount : 1
55image :
6- repository : draft
7- tag : dev
6+ repository : 733163676742.dkr.ecr.us-west-2.amazonaws.com/gitcoinco/web
7+ tag : 20180416.0.1
88 pullPolicy : IfNotPresent
99service :
1010 name : web
Original file line number Diff line number Diff line change 1+ + make tag
2+ sed -i -e "s/version:.*/version: 20180416.0.1/" Chart.yaml
3+ sed -i -e "s|repository: .*|repository: 733163676742.dkr.ecr.us-west-2.amazonaws.com\/gitcoinco\/web|" values.yaml
4+ sed -i -e "s/tag: .*/tag: 20180416.0.1/" values.yaml
5+ git add --all
Original file line number Diff line number Diff line change 1+ #! /bin/sh -xe
2+ make tag
You can’t perform that action at this time.
0 commit comments