We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bfef6 commit 81ebd6eCopy full SHA for 81ebd6e
charts/hello-world-python/Chart.yaml
@@ -1,4 +1,5 @@
1
apiVersion: v1
2
+appVersion: 0.0.2
3
description: A Helm chart for Kubernetes
4
name: hello-world-python
-version: v0.1.0
5
+version: 0.0.2
charts/hello-world-python/values.yaml
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
6
- repository: draft
7
- tag: dev
+ repository: 603810540148.dkr.ecr.us-east-1.amazonaws.com/maples/hello-world-python
+ tag: 0.0.2
8
pullPolicy: IfNotPresent
9
10
# define environment variables here as a map of key: value
0 commit comments