aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/clamp
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-17 12:20:45 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-17 12:20:45 +0000
commit98efeea41f5617760fcc5fdb6718409b69684db9 (patch)
tree413a3db54e1db4a0a385b0179212964f045d2464 /kubernetes/clamp
parent0b14ba4a20a879ef6b94ae5db64fa08354d2f648 (diff)
parent2d1279db6663aa2804a9407723a768a863c25981 (diff)
Merge "[CLAMP] Update mariadb db to latest"
Diffstat (limited to 'kubernetes/clamp')
-rw-r--r--kubernetes/clamp/charts/mariadb/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/clamp/charts/mariadb/values.yaml b/kubernetes/clamp/charts/mariadb/values.yaml
index 2a90e8480c..8cf489b377 100644
--- a/kubernetes/clamp/charts/mariadb/values.yaml
+++ b/kubernetes/clamp/charts/mariadb/values.yaml
@@ -22,7 +22,7 @@ global: # global defaults
persistence: {}
# application image
repository: docker.io
-image: mariadb:10.3.12
+image: mariadb:10.5.4
pullPolicy: Always
flavor: small
#################################################################