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