File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
kubernetes/devnet-1/blockscout Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ blockscout-stack:
7373 runAsNonRoot : false
7474 runAsUser : 0
7575 command :
76- - sh
77- - -ace
78- - >
79- CHAINSPEC=https://config.bal-devnet-1.ethpandaops.io/el/chainspec.json;
80- mkdir -p /config-update;
81- wget -O /config-update/chainspec.json $CHAINSPEC;
82- echo "got genesis";
83- /bin/blockscout eval "Elixir.Explorer.ReleaseTasks.create_and_migrate()"
76+ - sh
77+ - -ace
78+ - >
79+ CHAINSPEC=https://config.bal-devnet-1.ethpandaops.io/el/chainspec.json;
80+ mkdir -p /config-update;
81+ wget -O /config-update/chainspec.json $CHAINSPEC;
82+ echo "got genesis";
83+ /bin/blockscout eval "Elixir.Explorer.ReleaseTasks.create_and_migrate()"
8484 volumeMounts :
8585 - name : config-update
8686 mountPath : /config-update
@@ -121,7 +121,7 @@ postgresql:
121121 enabled : true
122122 image :
123123 registry : docker.io
124- repository : bitnami /postgresql
124+ repository : bitnamilegacy /postgresql
125125 tag : 15.3.0-debian-11-r7
126126 auth :
127127 enablePostgresUser : true
You can’t perform that action at this time.
0 commit comments