File tree Expand file tree Collapse file tree
python-http@tmp/durable-b09797ff Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 0.0.1
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : python-http
4- version : v0.1.0
4+ version : 0.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 : 10.23.242.230:5000/itsshivaverma/python-http
7+ tag : 0.0.1
88 pullPolicy : IfNotPresent
99service :
1010 name : python-http
Original file line number Diff line number Diff line change 1+ + make tag
2+ sed -i -e "s/version:.*/version: 0.0.1/" Chart.yaml
3+ sed -i -e "s|repository: .*|repository: 10.23.242.230:5000\/itsshivaverma\/python-http|" values.yaml
4+ sed -i -e "s/tag: .*/tag: 0.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