Skip to content

Commit 81ebd6e

Browse files
release 0.0.2
1 parent d7bfef6 commit 81ebd6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
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.2
23
description: A Helm chart for Kubernetes
34
name: hello-world-python
4-
version: v0.1.0
5+
version: 0.0.2

charts/hello-world-python/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: 603810540148.dkr.ecr.us-east-1.amazonaws.com/maples/hello-world-python
7+
tag: 0.0.2
88
pullPolicy: IfNotPresent
99

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

0 commit comments

Comments
 (0)