Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 6f892ba6 authored by Luca Giorgino's avatar Luca Giorgino
Browse files

Merge branch 'hotfix' into 'main'

Hotfix

See merge request !170
parents 1fb8560d c4f65d37
No related branches found
No related tags found
2 merge requests!199Feature/update 1.6.0,!170Hotfix
Pipeline #296679 passed
......@@ -41,6 +41,10 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
{{- with .Values.env }}
env:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.envFrom }}
envFrom:
{{- toYaml . | nindent 12 }}
......
PROJECT_VERSION_NUMBER="1.3.0"
PROJECT_VERSION_NUMBER="1.3.1"
......@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<name>onboarding</name>
<description>OnBoarding Microservice for SIMPL project</description>
<version>1.3.0</version>
<version>1.3.1</version>
<dependencies>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment