From f16fd37e9ba7176c393559775b4b009248684251 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 27 Mar 2019 12:40:59 +0000 Subject: [PATCH] release 0.0.4 --- charts/python-flask-docker/Chart.yaml | 2 +- charts/python-flask-docker/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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