File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
translate-fe@tmp/durable-ac7fef11 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.11
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for Kubernetes
33name : translate-fe
4- version : v0.1.0
4+ version : 0.0.11
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.63.252.88:5000/anners/translate-fe
7+ tag : 0.0.11
88 pullPolicy : IfNotPresent
99service :
1010 name : translate-fe
Original file line number Diff line number Diff line change 1+ + make tag
2+ sed -i -e "s/version:.*/version: 0.0.11/" Chart.yaml
3+ sed -i -e "s/repository: .*/repository: 10.63.252.88:5000\/anners\/translate-fe/" values.yaml
4+ sed -i -e "s/tag: .*/tag: 0.0.11/" 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