Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion k8s-manifest-files/deployment.apps_explorer-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
secretKeyRef:
key: NATS_SERVERS
name: api-env
image: ghcr.io/whichnode/libra-explorer/api:69a8af75466887e70d659d87bac10981a2216f82
image: ghcr.io/whichnode/libra-explorer/api:484c4e1d40a1bc1fd91cf2c43e17048dfc67ca9a
imagePullPolicy: IfNotPresent
name: explorer-api
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s-manifest-files/deployment.apps_explorer-web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
app: explorer-web-app
spec:
containers:
- image: ghcr.io/whichnode/libra-explorer/web-app:02f74a8bbfb0bb4b1da04e8260a333aa5d9333a7
- image: ghcr.io/whichnode/libra-explorer/web-app:484c4e1d40a1bc1fd91cf2c43e17048dfc67ca9a
imagePullPolicy: IfNotPresent
name: explorer-web-app
ports:
Expand Down
2 changes: 1 addition & 1 deletion k8s-manifest-files/deployment.apps_explorer-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
value: https://raw.githubusercontent.com/0LNetworkCommunity/v7-addresses/refs/heads/main/community-wallets.json
- name: KNOWN_ADDRESSES_URL
value: https://raw.githubusercontent.com/0LNetworkCommunity/v7-addresses/refs/heads/main/known-addresses.json
image: ghcr.io/whichnode/libra-explorer/api:69a8af75466887e70d659d87bac10981a2216f82
image: ghcr.io/whichnode/libra-explorer/api:484c4e1d40a1bc1fd91cf2c43e17048dfc67ca9a
imagePullPolicy: IfNotPresent
name: explorer-worker
volumeMounts:
Expand Down