aboutsummaryrefslogtreecommitdiffstats
path: root/helm/pm-https-server
diff options
context:
space:
mode:
authorEdyta Krukowska <edyta.krukowska@nokia.com>2021-04-22 14:48:13 +0200
committerEdyta Krukowska <edyta.krukowska@nokia.com>2021-04-23 11:46:44 +0200
commit15c88d48aab835770889f9db1bd4fd46fcb89772 (patch)
treed3acaa7f2ccb08fba80432f4e6c7c65b51108929 /helm/pm-https-server
parent831e07a31fff07a9d2ab59f730852cd38680384a (diff)
Create chart for nf-simulator agregating avcn, netconf and ves-client
Issue-ID: INT-1869 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Iadbf7c5186aedb3b9c74c2daed51eda0b67bd1a6
Diffstat (limited to 'helm/pm-https-server')
-rw-r--r--helm/pm-https-server/templates/deployment.yaml2
-rw-r--r--helm/pm-https-server/values.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/helm/pm-https-server/templates/deployment.yaml b/helm/pm-https-server/templates/deployment.yaml
index 80a4079..dacee57 100644
--- a/helm/pm-https-server/templates/deployment.yaml
+++ b/helm/pm-https-server/templates/deployment.yaml
@@ -23,7 +23,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
+ image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
diff --git a/helm/pm-https-server/values.yaml b/helm/pm-https-server/values.yaml
index 5301bba..f2b7ddf 100644
--- a/helm/pm-https-server/values.yaml
+++ b/helm/pm-https-server/values.yaml
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
- repository: onap/org.onap.integration.nfsimulator.pmhttpsserver
+ repository: onap/org.onap.integration.nfsimulator.pmhttpsserver
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""