diff --git a/charts/python-app-1/Chart.yaml b/charts/python-app-1/Chart.yaml index ba92a3b..b55d50e 100644 --- a/charts/python-app-1/Chart.yaml +++ b/charts/python-app-1/Chart.yaml @@ -1,4 +1,5 @@ apiVersion: v1 +appVersion: 0.0.4 description: A Helm chart for Kubernetes name: python-app-1 -version: v0.1.0 +version: 0.0.4 diff --git a/charts/python-app-1/values.yaml b/charts/python-app-1/values.yaml index 4141be5..1ca34f4 100755 --- a/charts/python-app-1/values.yaml +++ b/charts/python-app-1/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: gcr.io/weighty-nation-272311/python-app-1 + tag: 0.0.4 pullPolicy: IfNotPresent # define environment variables here as a map of key: value