diff --git a/charts/python/Chart.yaml b/charts/python/Chart.yaml index 3e4fc0eb4a..8a92228bb1 100644 --- a/charts/python/Chart.yaml +++ b/charts/python/Chart.yaml @@ -1,4 +1,5 @@ apiVersion: v1 +appVersion: 10.0.1 description: A Helm chart for Kubernetes name: python -version: v0.1.0 +version: 10.0.1 diff --git a/charts/python/values.yaml b/charts/python/values.yaml index c80adc2097..016e741b6e 100755 --- a/charts/python/values.yaml +++ b/charts/python/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 559185106290.dkr.ecr.us-east-1.amazonaws.com/venkatamatrix/python + tag: 10.0.1 pullPolicy: IfNotPresent # define environment variables here as a map of key: value