Skip to content

Commit c7759c4

Browse files
release 0.0.5
1 parent 72484b8 commit c7759c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/python-flask-docker/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apiVersion: v1
2+
appVersion: 0.0.5
23
description: A Helm chart for Kubernetes
34
name: python-flask-docker
4-
version: v0.1.0
5+
version: 0.0.5

charts/python-flask-docker/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.108.2.189:5000/thiagolinux/python-flask-docker
7+
tag: 0.0.5
88
pullPolicy: IfNotPresent
99

1010
# define environment variables here as a map of key: value

0 commit comments

Comments
 (0)