diff --git a/charts/cars-rest-api/Chart.yaml b/charts/cars-rest-api/Chart.yaml index 441059f..fe5f36e 100644 --- a/charts/cars-rest-api/Chart.yaml +++ b/charts/cars-rest-api/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 +appVersion: 0.0.2 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png name: cars-rest-api -version: 0.1.0-SNAPSHOT +version: 0.0.2 diff --git a/charts/cars-rest-api/values.yaml b/charts/cars-rest-api/values.yaml index 40f1b2f..9f23bfe 100755 --- a/charts/cars-rest-api/values.yaml +++ b/charts/cars-rest-api/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: gcr.io/jx-development/cars-rest-api + tag: 0.0.2 pullPolicy: IfNotPresent # define environment variables here as a map of key: value