File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
cggg88jorge@tmp/durable-413768cb Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.0.4
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22description : A Helm chart for Kubernetes
33icon : https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png
44name : cggg88jorge
5- version : 0.1.0-SNAPSHOT
5+ version : 0.0.4
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 : 100.69.115.185:5000/ci-makingdevs/cggg88jorge
7+ tag : 0.0.4
88 pullPolicy : IfNotPresent
99service :
1010 name : cggg88jorge
Original file line number Diff line number Diff line change 1+ + make tag
2+ sed -i -e "s/version:.*/version: 0.0.4/" Chart.yaml
3+ sed -i -e "s/repository: .*/repository: 100.69.115.185:5000\/ci-makingdevs\/cggg88jorge/" values.yaml
4+ sed -i -e "s/tag: .*/tag: 0.0.4/" 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