Updated docker image tags
Change-Id: I89189e9894764dd9399d85a6ea2ec2c549f863da
This commit is contained in:
parent
ddab01c84a
commit
93bf8af85d
@ -17,7 +17,7 @@ image:
|
|||||||
repository: "registry.gitlab.com/nebulous-project/ems-main/ems-server"
|
repository: "registry.gitlab.com/nebulous-project/ems-main/ems-server"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
# tag: &image_tag "2024-apr-nebulous"
|
# tag: &image_tag "2024-may-nebulous"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
@ -24,7 +24,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -122,7 +122,7 @@ env:
|
|||||||
#
|
#
|
||||||
# ===== INITIALIZATION settings =====
|
# ===== INITIALIZATION settings =====
|
||||||
- name: BUILD_MESSAGE
|
- 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
|
- name: JASYPT_PASSWORD
|
||||||
value: 'password' #+++++++++++++++++++++++++ ?????????????????
|
value: 'password' #+++++++++++++++++++++++++ ?????????????????
|
||||||
- name: NET_UTIL_ADDRESS_DISCOVERY_SERVICES
|
- name: NET_UTIL_ADDRESS_DISCOVERY_SERVICES
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# ----------------- Runtime image -----------------
|
# ----------------- 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
|
RUN date > /tmp/BUILD-TIMESTAMP
|
||||||
ENV EXTRA_LOADER_PATHS=/plugins/*
|
ENV EXTRA_LOADER_PATHS=/plugins/*
|
||||||
ENV SCAN_PACKAGES=eu.nebulous.ems
|
ENV SCAN_PACKAGES=eu.nebulous.ems
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ems-client:
|
ems-client:
|
||||||
image: ems-client:2024-feb-nebulous
|
image: ems-client:2024-may-nebulous
|
||||||
environment:
|
environment:
|
||||||
# Logging settings
|
# Logging settings
|
||||||
# - LOGGING_LEVEL_GR_ICCS_IMU_EMS_BAGUETTE_CLIENT=TRACE
|
# - LOGGING_LEVEL_GR_ICCS_IMU_EMS_BAGUETTE_CLIENT=TRACE
|
||||||
|
@ -17,7 +17,7 @@ image:
|
|||||||
# pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: &image_tag "2024-apr-nebulous"
|
tag: &image_tag "2024-may-nebulous"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
@ -184,7 +184,7 @@ env:
|
|||||||
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
|
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
|
||||||
value: "registry.gitlab.com/nebulous-project/ems-main/ems-client"
|
value: "registry.gitlab.com/nebulous-project/ems-main/ems-client"
|
||||||
- name: EMS_CLIENT_DAEMONSET_IMAGE_TAG
|
- name: EMS_CLIENT_DAEMONSET_IMAGE_TAG
|
||||||
# value: "latest"
|
# value: "latest"
|
||||||
value: *image_tag
|
value: *image_tag
|
||||||
- name: EMS_CLIENT_DAEMONSET_IMAGE_PULL_POLICY
|
- name: EMS_CLIENT_DAEMONSET_IMAGE_PULL_POLICY
|
||||||
value: "Always"
|
value: "Always"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user