diff --git a/charts/python-flask-docker/Chart.yaml b/charts/python-flask-docker/Chart.yaml index f444aa03..76e57b7a 100644 --- a/charts/python-flask-docker/Chart.yaml +++ b/charts/python-flask-docker/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: python-flask-docker -version: v0.1.0 +version: 0.0.4 diff --git a/charts/python-flask-docker/values.yaml b/charts/python-flask-docker/values.yaml index 8479488f..3c90f69a 100755 --- a/charts/python-flask-docker/values.yaml +++ b/charts/python-flask-docker/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: talonindigo.azurecr.io/mikelear/python-flask-docker + tag: 0.0.4 pullPolicy: IfNotPresent service: name: python-flask-docker