Skip to content

Commit 7925350

Browse files
committed
[ACCES_NODE / desmos]
upgrade postgres bitnami version
1 parent fda6315 commit 7925350

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

charts/access-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: access-node
33
description: Umbrella Chart for the DOME Marketplace access-node
44
type: application
5-
version: 1.2.2-PRE-91
5+
version: 1.2.3-PRE-91
66
appVersion: 0.0.1
77
dependencies:
88
- name: desmos

charts/access-node/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ postgresql:
140140
# -- create the database as expected by the blockchain-connector
141141
create.sh: |
142142
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE mktdb;"
143+
image:
144+
registry: docker.io
145+
repository: bitnamilegacy/postgresql
146+
tag: 16.0.0-debian-11-r13
147+
pullPolicy: IfNotPresent
143148

144149
## configuration of the context-broker - see https://github.com/FIWARE/helm-charts/tree/main/charts/scorpio-broker-aaio for details
145150
scorpio:
@@ -205,6 +210,11 @@ postgis:
205210
enable.sh: |
206211
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE EXTENSION postgis;"
207212
psql postgresql://postgres:${POSTGRES_PASSWORD}@localhost:5432 -c "CREATE DATABASE ngb;"
213+
image:
214+
registry: docker.io
215+
repository: bitnamilegacy/postgresql
216+
tag: 16.0.0-debian-11-r13
217+
pullPolicy: IfNotPresent
208218

209219
## configuration of the tm-forum-api - see https://github.com/FIWARE/helm-charts/tree/main/charts/tm-forum-api for details
210220
tm-forum-api:

0 commit comments

Comments
 (0)