Updated docker image tags

Change-Id: I89189e9894764dd9399d85a6ea2ec2c549f863da
This commit is contained in:
ipatini 2024-05-02 09:34:30 +03:00
parent ddab01c84a
commit 93bf8af85d
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ image:
repository: "registry.gitlab.com/nebulous-project/ems-main/ems-server"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: &image_tag "2024-apr-nebulous"
# tag: &image_tag "2024-may-nebulous"
imagePullSecrets: []
nameOverride: ""

View File

@ -24,7 +24,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -122,7 +122,7 @@ env:
#
# ===== INITIALIZATION settings =====
- name: BUILD_MESSAGE
value: '2024-04-03 09:20:00+03:00 opendev3'
value: '2024-05-02 09:30:00+03:00 opendev'
- name: JASYPT_PASSWORD
value: 'password' #+++++++++++++++++++++++++ ?????????????????
- name: NET_UTIL_ADDRESS_DISCOVERY_SERVICES

View File

@ -1,6 +1,6 @@
# ----------------- Runtime image -----------------
FROM registry.gitlab.com/nebulous-project/ems-main/ems-server:opendev3
FROM registry.gitlab.com/nebulous-project/ems-main/ems-server:opendev
RUN date > /tmp/BUILD-TIMESTAMP
ENV EXTRA_LOADER_PATHS=/plugins/*
ENV SCAN_PACKAGES=eu.nebulous.ems

View File

@ -8,7 +8,7 @@
services:
ems-client:
image: ems-client:2024-feb-nebulous
image: ems-client:2024-may-nebulous
environment:
# Logging settings
# - LOGGING_LEVEL_GR_ICCS_IMU_EMS_BAGUETTE_CLIENT=TRACE

View File

@ -17,7 +17,7 @@ image:
# pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: &image_tag "2024-apr-nebulous"
tag: &image_tag "2024-may-nebulous"
imagePullSecrets: []
nameOverride: ""
@ -184,7 +184,7 @@ env:
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
value: "registry.gitlab.com/nebulous-project/ems-main/ems-client"
- name: EMS_CLIENT_DAEMONSET_IMAGE_TAG
# value: "latest"
# value: "latest"
value: *image_tag
- name: EMS_CLIENT_DAEMONSET_IMAGE_PULL_POLICY
value: "Always"