diff --git a/charts/app-monitoring/values.yaml b/charts/app-monitoring/values.yaml index 908c2bd..7066b9c 100644 --- a/charts/app-monitoring/values.yaml +++ b/charts/app-monitoring/values.yaml @@ -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: "" diff --git a/charts/nebulous-monitoring/Chart.yaml b/charts/nebulous-monitoring/Chart.yaml index 342bd8d..5c646dc 100644 --- a/charts/nebulous-monitoring/Chart.yaml +++ b/charts/nebulous-monitoring/Chart.yaml @@ -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 diff --git a/charts/nebulous-monitoring/values.yaml b/charts/nebulous-monitoring/values.yaml index bd7cd1a..bbfc2ed 100644 --- a/charts/nebulous-monitoring/values.yaml +++ b/charts/nebulous-monitoring/values.yaml @@ -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 diff --git a/nebulous/Dockerfile b/nebulous/Dockerfile index 3bc5377..501da98 100644 --- a/nebulous/Dockerfile +++ b/nebulous/Dockerfile @@ -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 diff --git a/nebulous/ems-core/baguette-client/docker-compose.yml b/nebulous/ems-core/baguette-client/docker-compose.yml index 3cb0348..bfbedf1 100644 --- a/nebulous/ems-core/baguette-client/docker-compose.yml +++ b/nebulous/ems-core/baguette-client/docker-compose.yml @@ -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 diff --git a/nebulous/ems-nebulous/src/main/resources/app-ems-server/values.yaml b/nebulous/ems-nebulous/src/main/resources/app-ems-server/values.yaml index 1e202bd..27d5fc9 100644 --- a/nebulous/ems-nebulous/src/main/resources/app-ems-server/values.yaml +++ b/nebulous/ems-nebulous/src/main/resources/app-ems-server/values.yaml @@ -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"