Upgraded versions of Guava and Hawtio dependencies. Also updated chart version and image pullPolicy.

Change-Id: I857d9b3cc4cee43afe8e3f17531d3a1e701682c7
This commit is contained in:
ipatini 2024-05-02 08:14:30 +03:00
parent dc15f725f0
commit ddab01c84a
4 changed files with 5 additions and 4 deletions

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.2
version: 0.1.3
# 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

@ -15,7 +15,8 @@ replicaCount: 1
image:
repository: "quay.io/nebulous/monitoring"
pullPolicy: IfNotPresent
# pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""

View File

@ -20,7 +20,7 @@
<name>EMS - Control Service</name>
<properties>
<hawtio.version>4.0-M4</hawtio.version>
<hawtio.version>4.0.0</hawtio.version>
<spring.boot.admin.version>3.2.2</spring.boot.admin.version>
<micrometer.registry.prometheus.version>1.12.4</micrometer.registry.prometheus.version>
<springdoc.version>2.3.0</springdoc.version>

View File

@ -62,7 +62,7 @@
<!-- Bouncy Castle version -->
<bouncy-castle.version>2.73.5</bouncy-castle.version>
<!-- Guava version -->
<guava.version>33.0.0-jre</guava.version>
<guava.version>33.1.0-jre</guava.version>
<!-- Apache Commons-CSV -->
<commons-csv.version>1.10.0</commons-csv.version>
<!-- Cryptacular -->