Skip to content
Snippets Groups Projects
Commit 564b9b6d authored by OKE Ulrich Enangnon's avatar OKE Ulrich Enangnon
Browse files

BUGFIX - image version

parent 173a1bc7
No related branches found
No related tags found
No related merge requests found
Pipeline #16563 passed
...@@ -63,6 +63,7 @@ docker_registry_token: ...@@ -63,6 +63,7 @@ docker_registry_token:
#-------------------------------- #--------------------------------
# app_version: v1.0.1 # app_version: v1.0.1
meteo_image_version: "{{ lookup('env','METEO_IMAGE_VERSION') }}"
meteo_app_image: "{{ lookup('env','METEO_IMAGE') }}" meteo_app_image: "{{ lookup('env','METEO_IMAGE') }}"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
app: meteoapp app: meteoapp
spec: spec:
containers: containers:
- image: "{{ meteo_app_image }}" - image: "{{ meteo_app_image }}:{{ meteo_image_version }}"
name: meteoapp name: meteoapp
ports: ports:
- containerPort: 80 - containerPort: 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment