File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : access-node
33description : Umbrella Chart for the DOME Marketplace access-node
44type : application
5- version : 1.2.2 -PRE-91
5+ version : 1.2.3 -PRE-91
66appVersion : 0.0.1
77dependencies :
88 - name : desmos
Original file line number Diff line number Diff 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
145150scorpio :
@@ -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
210220tm-forum-api :
You can’t perform that action at this time.
0 commit comments