Skip to content

Commit e0cfb5e

Browse files
release 0.0.1
1 parent fe1fca3 commit e0cfb5e

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for Kubernetes
33
name: python-flask-docker-master
4-
version: v0.1.0
4+
version: 0.0.1

charts/python-flask-docker-master/values.yaml

Lines changed: 2 additions & 2 deletions
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.43.250.32:5000/angrish007/python-flask-docker-master
7+
tag: 0.0.1
88
pullPolicy: IfNotPresent
99
service:
1010
name: python-flask-docker-master
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+ make tag
2+
sed -i -e "s/version:.*/version: 0.0.1/" Chart.yaml
3+
sed -i -e "s|repository: .*|repository: 10.43.250.32:5000\/angrish007\/python-flask-docker-master|" values.yaml
4+
sed -i -e "s/tag: .*/tag: 0.0.1/" values.yaml
5+
git add --all
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make tag

0 commit comments

Comments
 (0)