Skip to content

Commit c8385b2

Browse files
release 0.0.2
1 parent ede8921 commit c8385b2

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.2

charts/node-http-watch-pipeline-activity/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
description: A Helm chart for Kubernetes
33
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png
44
name: node-http-watch-pipeline-activity
5-
version: 0.1.0-SNAPSHOT
5+
version: 0.0.2

charts/node-http-watch-pipeline-activity/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Declare variables to be passed into your templates.
44
replicaCount: 1
55
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
88
pullPolicy: IfNotPresent
99
service:
1010
name: node-http-watch-pipeline-activity
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh -xe
2+
make tag

0 commit comments

Comments
 (0)