Skip to content

Commit b5ddec0

Browse files
committed
Bump ao image in job specs
1 parent ce3d635 commit b5ddec0

12 files changed

Lines changed: 21 additions & 19 deletions

operations/ao/operator-registry/deploy-operator-registry-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "operator-registry-live" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929
entrypoint = ["npm"]
3030
command = "run"
3131
args = ["deploy"]

operations/ao/operator-registry/deploy-operator-registry-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "operator-registry-stage" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929

3030
entrypoint = ["npm"]
3131
command = "run"

operations/ao/operator-registry/operator-registry-admin-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ job "operator-registry-admin-live" {
2424

2525
config {
2626
network_mode = "host"
27-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
27+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2828
entrypoint = ["npx"]
2929
command = "tsx"
3030
args = ["${SCRIPT}"]

operations/ao/operator-registry/operator-registry-admin-stage.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ job "operator-registry-admin-stage" {
1414
env {
1515
SCRIPT = "scripts/acl/update-roles.ts"
1616
# Script data - stringified JSON
17-
UPDATE_ROLES_DATA="{\"Grant\":{\"0x38121cf84d897EF1ebE0d1804Ebf502f1E8D2Be0\":[\"Add-Verified-Hardware\",\"Remove-Fingerprint-Certificate\"],\"0x343D35d47818dEAACb5B9A1ddb67A2c7C6BB5413\":[\"Admin-Submit-Operator-Certificates\"]}}"
17+
# UPDATE_ROLES_DATA=""
1818

1919
PHASE = "stage"
2020
CU_URL="https://cu-stage.anyone.tech"
@@ -24,7 +24,7 @@ job "operator-registry-admin-stage" {
2424

2525
config {
2626
network_mode = "host"
27-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
27+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cfce3d635cbe88f16563720d39dd2073d1c5bd9053978246be973f9c0848e81e4ca0fe884c98"
2828
entrypoint = ["npx"]
2929
command = "tsx"
3030
args = ["${SCRIPT}"]

operations/ao/relay-rewards/deploy-relay-rewards-live.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "relay-rewards-live" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929
entrypoint = ["npm"]
3030
command = "run"
3131
args = ["deploy"]
@@ -61,7 +61,8 @@ job "relay-rewards-live" {
6161

6262
template {
6363
data = <<-EOF
64-
MIGRATION_SOURCE_PROCESS_ID={{ key "smart-contracts/live/relay-rewards-address" }}
64+
# MIGRATION_SOURCE_PROCESS_ID={{ key "smart-contracts/live/relay-rewards-address" }}
65+
MIGRATION_SOURCE_PROCESS_ID="hZyEmQHHvl6Jne_4FMpiX7AiIe5QZeV-x1AZngfhMV0"
6566
EOF
6667
destination = "local/config.env"
6768
env = true

operations/ao/relay-rewards/deploy-relay-rewards-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "relay-rewards-stage" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929
entrypoint = ["npm"]
3030
command = "run"
3131
args = ["deploy"]

operations/ao/relay-rewards/relay-rewards-admin-live.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ job "relay-rewards-admin-live" {
1212

1313
task "relay-rewards-live" {
1414
env {
15-
SCRIPT = ""
15+
SCRIPT = "scripts/acl/update-roles.ts"
1616
# Script data - stringified JSON
1717
# UPDATE_ROLES_DATA=""
1818

@@ -24,7 +24,7 @@ job "relay-rewards-admin-live" {
2424

2525
config {
2626
network_mode = "host"
27-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
27+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2828
entrypoint = ["npx"]
2929
command = "tsx"
3030
args = ["${SCRIPT}"]

operations/ao/relay-rewards/relay-rewards-admin-stage.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ job "relay-rewards-admin-stage" {
1414
env {
1515
SCRIPT = "scripts/acl/update-roles.ts"
1616
# Script data - stringified JSON
17-
UPDATE_ROLES_DATA="{\"Grant\":{\"0x8F666992a6dA43e2Be89F39497110e2b012D7e94\":[\"Complete-Round\",\"Add-Scores\"],\"0x9a89f7bf1f6AE7B48DdEB9019bF46f425B596BB8\":[\"Claim-Rewards\"]}}"
17+
# UPDATE_ROLES_DATA=""
1818

1919
PHASE = "stage"
2020
CU_URL="https://cu-stage.anyone.tech"
@@ -24,7 +24,7 @@ job "relay-rewards-admin-stage" {
2424

2525
config {
2626
network_mode = "host"
27-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
27+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2828
entrypoint = ["npx"]
2929
command = "tsx"
3030
args = ["${SCRIPT}"]

operations/ao/staking-rewards/deploy-staking-rewards-live.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "staking-rewards-live" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929
entrypoint = ["npm"]
3030
command = "run"
3131
args = ["deploy"]
@@ -61,7 +61,8 @@ job "staking-rewards-live" {
6161

6262
template {
6363
data = <<-EOF
64-
MIGRATION_SOURCE_PROCESS_ID={{ key "smart-contracts/live/staking-rewards-address" }}
64+
# MIGRATION_SOURCE_PROCESS_ID={{ key "smart-contracts/live/staking-rewards-address" }}
65+
MIGRATION_SOURCE_PROCESS_ID="Vu4y80CQMkTojXy-bi1TDHF1yG1TAwpWjpvES2j4Yh4"
6566
EOF
6667
destination = "local/config.env"
6768
env = true

operations/ao/staking-rewards/deploy-staking-rewards-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ job "staking-rewards-stage" {
2525

2626
config {
2727
network_mode = "host"
28-
image = "ghcr.io/anyone-protocol/smart-contracts-ao:bec6cf978246be973f9c0848e81e4ca0fe884c98"
28+
image = "ghcr.io/anyone-protocol/smart-contracts-ao:ce3d635cbe88f16563720d39dd2073d1c5bd9053"
2929
entrypoint = ["npm"]
3030
command = "run"
3131
args = ["deploy"]

0 commit comments

Comments
 (0)