This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree 4 files changed +10
-9
lines changed
apps/block_scout_web/lib/block_scout_web/templates/address
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : ' ZZDeploy a helm chart. Generic workflow'
2
+ name : ' Deploy a helm chart. Generic workflow'
3
3
4
4
on :
5
5
workflow_call :
41
41
42
42
jobs :
43
43
helmfile :
44
- name : Helm Deploy
44
+ name : Auth, Setup + Run helmfile ${{ inputs.action }}
45
45
runs-on : ubuntu-latest
46
46
permissions :
47
47
id-token : write
Original file line number Diff line number Diff line change 1
1
---
2
2
name : ' Deploy Helm Chart'
3
- run-name : ' Helm ${{ github.event.inputs.action }} on ${{ github.event.inputs.deployment }} triggered by @${{ github.actor }}'
3
+ run-name : ' helmfile ${{ github.event.inputs.action }} on ${{ github.event.inputs.deployment }} - @${{ github.actor }}'
4
4
5
5
on :
6
6
workflow_dispatch :
88
88
echo "image-commit=" >> "$GITHUB_OUTPUT"
89
89
fi
90
90
91
- helm-deploy :
91
+ helmfile-run :
92
92
uses : ./.github/workflows/helm_deploy_call.yml
93
93
needs : set-config
94
+ name : " helmfile ${{ github.event.inputs.action }}"
94
95
with :
95
96
helmfile : helm/helmfiles/${{ github.event.inputs.deployment }}.yaml
96
97
action : ${{ github.event.inputs.action }}
Original file line number Diff line number Diff line change 239
239
</ dd >
240
240
</ dl >
241
241
<% end %>
242
- <%= if not is_nil ( @ celo_epoch . voting_sum ) and not is_nil ( @ address . celo_account ) and ( @ address . celo_account . account_type == "validator" or @ address . celo_account . account_type == "group" ) do %>
242
+ <%= if not is_nil ( @ celo_epoch . voting_sum ) and not is_nil ( @ celo_epoch . validator_or_group_sum ) and not is_nil ( @ address . celo_account ) and ( @ address . celo_account . account_type == "validator" or @ address . celo_account . account_type == "group" ) do %>
243
243
<!-- Validator / Group Rewards -->
244
244
< dl class = "row " >
245
245
< dt class = "col-sm-4 col-md-4 col-lg-3 text-muted " >
Original file line number Diff line number Diff line change 2
2
blockscout :
3
3
eventStream :
4
4
replicas : 1
5
- beanstalkdHost : " rc1staging-governance-notifications-beanstalkd.event-notifications.svc.cluster.local"
6
-
5
+ enabled : true
6
+ beanstalkdPort : " 11300"
7
+ beanstalkdHost : " rc1staging-webhooks-beanstalkd.webhooks.svc.cluster.local"
8
+ beanstalkdTube : " incoming"
7
9
indexer :
8
10
db :
9
11
connectionName : celo-testnet-production:us-west1:rc1staging
@@ -17,8 +19,6 @@ blockscout:
17
19
requests :
18
20
memory : 12Gi
19
21
cpu : 5
20
- enableEventStream : true
21
- beanstalkdPort : " 11300"
22
22
api :
23
23
autoscaling :
24
24
maxReplicas : 2
You can’t perform that action at this time.
0 commit comments