diff --git a/charts/frontend-node/Chart.yaml b/charts/frontend-node/Chart.yaml index cc4b06f..c2a8f97 100644 --- a/charts/frontend-node/Chart.yaml +++ b/charts/frontend-node/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 +appVersion: 0.0.1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png name: frontend-node -version: 0.1.0-SNAPSHOT +version: 0.0.1 diff --git a/charts/frontend-node/values.yaml b/charts/frontend-node/values.yaml index 6a31a15..942ce90 100755 --- a/charts/frontend-node/values.yaml +++ b/charts/frontend-node/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: gcr.io/flowfactor/frontend-node + tag: 0.0.1 pullPolicy: IfNotPresent # define environment variables here as a map of key: value