From 5fad1bb628263fa21810f98e9f4fa52866b96591 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Tue, 4 Feb 2020 15:46:08 +0100 Subject: [PATCH] Update to version 0.3.0, version image in webapp --- deployment/helm/human-connection/Chart.yaml | 2 +- .../human-connection/templates/deployments/deployment-web.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm/human-connection/Chart.yaml b/deployment/helm/human-connection/Chart.yaml index 4e25227d7..4ffa93622 100644 --- a/deployment/helm/human-connection/Chart.yaml +++ b/deployment/helm/human-connection/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.2.2" +appVersion: "0.3.0" description: A Helm chart for Human Connection name: human-connection version: 0.1.0 diff --git a/deployment/helm/human-connection/templates/deployments/deployment-web.yaml b/deployment/helm/human-connection/templates/deployments/deployment-web.yaml index c0a62560f..3314f7ec0 100644 --- a/deployment/helm/human-connection/templates/deployments/deployment-web.yaml +++ b/deployment/helm/human-connection/templates/deployments/deployment-web.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: webapp - image: humanconnection/nitro-web:0.2.2 + image: "{{ .Values.webappImage }}:{{ .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} envFrom: - configMapRef: