Skip to content

Commit ead69e9

Browse files
release 0.0.1
1 parent bc9ab3c commit ead69e9

5 files changed

Lines changed: 11 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.1

charts/python-http/Chart.yaml

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-http
4-
version: v0.1.0
4+
version: 0.0.1

charts/python-http/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.23.242.230:5000/itsshivaverma/python-http
7+
tag: 0.0.1
88
pullPolicy: IfNotPresent
99
service:
1010
name: python-http
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.23.242.230:5000\/itsshivaverma\/python-http|" values.yaml
4+
sed -i -e "s/tag: .*/tag: 0.0.1/" values.yaml
5+
git add --all
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh -xe
2+
make tag

0 commit comments

Comments
 (0)