diff --git a/charts/go-demo-6/Chart.yaml b/charts/go-demo-6/Chart.yaml index 238ed7b12..455ea17d3 100644 --- a/charts/go-demo-6/Chart.yaml +++ b/charts/go-demo-6/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 +appVersion: 1.0.443 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/go.png name: go-demo-6 -version: 0.1.0-SNAPSHOT +version: 1.0.443 diff --git a/charts/go-demo-6/values.yaml b/charts/go-demo-6/values.yaml index f57374064..601620d7c 100755 --- a/charts/go-demo-6/values.yaml +++ b/charts/go-demo-6/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 3 image: - repository: draft - tag: dev + repository: gcr.io/devops-26/go-demo-6 + tag: 1.0.443 pullPolicy: IfNotPresent # define environment variables here as a map of key: value