Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
release 0.0.136
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 12, 2019
1 parent f32021d commit 1cddb73
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.136
2 changes: 1 addition & 1 deletion charts/croc-hunter-jenkinsx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
description: A Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/go.png
name: croc-hunter-jenkinsx
version: 0.1.0-SNAPSHOT
version: 0.0.136
4 changes: 2 additions & 2 deletions charts/croc-hunter-jenkinsx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: draft
tag: dev
repository: 10.63.246.66:5000/carlossg/croc-hunter-jenkinsx
tag: 0.0.136
pullPolicy: IfNotPresent
service:
name: croc-hunter-jenkinsx
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+ make tag
sed -i -e "s/version:.*/version: 0.0.136/" Chart.yaml
sed -i -e "s|repository: .*|repository: 10.63.246.66:5000\/carlossg\/croc-hunter-jenkinsx|" values.yaml
sed -i -e "s/tag: .*/tag: 0.0.136/" values.yaml
git add --all
1 change: 1 addition & 0 deletions charts/croc-hunter-jenkinsx@tmp/durable-554e46ac/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make tag

0 comments on commit 1cddb73

Please sign in to comment.