Commit c8385b2 1 parent ede8921 commit c8385b2 Copy full SHA for c8385b2
File tree 5 files changed +11
-3
lines changed
node-http-watch-pipeline-activity
node-http-watch-pipeline-activity@tmp/durable-be0929ee
5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.0.2
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
2
2
description : A Helm chart for Kubernetes
3
3
icon : https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png
4
4
name : node-http-watch-pipeline-activity
5
- version : 0.1.0-SNAPSHOT
5
+ version : 0.0.2
Original file line number Diff line number Diff line change 3
3
# Declare variables to be passed into your templates.
4
4
replicaCount : 1
5
5
image :
6
- repository : draft
7
- tag : dev
6
+ repository : 10.19.254.101:5000/elbarto9/node-http-watch-pipeline-activity
7
+ tag : 0.0.2
8
8
pullPolicy : IfNotPresent
9
9
service :
10
10
name : node-http-watch-pipeline-activity
Original file line number Diff line number Diff line change
1
+ + make tag
2
+ sed -i -e "s/version:.*/version: 0.0.2/" Chart.yaml
3
+ sed -i -e "s|repository: .*|repository: 10.19.254.101:5000\/elbarto9\/node-http-watch-pipeline-activity|" values.yaml
4
+ sed -i -e "s/tag: .*/tag: 0.0.2/" 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