Merge "[CPS] Add roles-wrapper dependency"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 24 Jan 2022 12:30:45 +0000 (12:30 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 24 Jan 2022 12:30:45 +0000 (12:30 +0000)
kubernetes/common/timescaledb/values.yaml

index 258f516..72a4b6f 100644 (file)
@@ -1,5 +1,5 @@
 # ============LICENSE_START=======================================================
-#  Copyright (c) 2021 Bell Canada.
+#  Copyright (c) 2021 2022 Bell Canada.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ global:
 #################################################################
 # Secrets.
 ##############################################################
-image: timescale/timescaledb:2.1.1-pg13
+image: timescale/timescaledb:2.5.1-pg14
 
 pullPolicy: Always
 containerPorts: 5432
@@ -125,4 +125,3 @@ secrets:
     externalSecret: '{{ tpl (default "" .Values.config.pgUserExternalSecret) . }}'
     login: '{{ .Values.config.pgUserName }}'
     password: '{{ .Values.config.pgUserPassword }}'
-