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 a1b858ab authored by Luca Giorgino's avatar Luca Giorgino
Browse files

Merge branch 'hotfix' into 'main'

Hotfix

See merge request !120
parents 76be6190 39c7810c
No related branches found
No related tags found
2 merge requests!131Feature/update 1.6.0,!120Hotfix
Pipeline #296680 failed
......@@ -40,6 +40,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"
......@@ -10,7 +10,7 @@
</parent>
<artifactId>security-attributes-provider</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>Security Attributes Provider</name>
<description>Security Attributes Provider Microservice for SIMPL project</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment