Skip to content

Commit ed7a670

Browse files
committed
chore(infra): clone hoodi deployment branch
1 parent eb4620f commit ed7a670

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

infra/ansible/playbooks/aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
git:
3939
repo: https://github.com/yetanotherco/aligned_layer.git
4040
dest: /home/{{ ansible_user }}/repos/{{ service }}/aligned_layer
41-
version: 2065-feat-sepolia-deployment
41+
version: 2075-feat-hoodi-deployment
4242
loop:
4343
- aggregator
4444

infra/ansible/playbooks/batcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
ansible.builtin.git:
5353
repo: https://github.com/yetanotherco/aligned_layer.git
5454
dest: /home/{{ ansible_user }}/repos/batcher/aligned_layer
55-
version: 2065-feat-sepolia-deployment
55+
version: 2075-feat-hoodi-deployment
5656
recursive: false
5757

5858
# Build the batcher

infra/ansible/playbooks/explorer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
ansible.builtin.git:
4646
repo: https://github.com/yetanotherco/aligned_layer
4747
dest: "/home/{{ ansible_user }}/repos/explorer/aligned_layer"
48-
version: 2065-feat-sepolia-deployment
48+
version: 2075-feat-hoodi-deployment
4949
recursive: false
5050

5151
- name: Create .ssl directory

infra/ansible/playbooks/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
git:
6464
repo: https://github.com/yetanotherco/aligned_layer.git
6565
dest: /home/{{ ansible_user }}/repos/telemetry/aligned_layer
66-
version: 2065-feat-sepolia-deployment
66+
version: 2075-feat-hoodi-deployment
6767
recursive: false
6868

6969
- name: Ensure /etc/grafana/provisioning directory exists

infra/ansible/playbooks/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ansible.builtin.git:
3333
repo: https://github.com/yetanotherco/aligned_layer.git
3434
dest: /home/{{ user }}/repos/{{ item }}/aligned_layer
35-
version: v0.10.2
35+
version: 2075-feat-hoodi-deployment
3636
become_user: "{{ user }}"
3737
loop:
3838
- metrics

infra/ansible/playbooks/telemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
ansible.builtin.git:
122122
repo: https://github.com/yetanotherco/aligned_layer.git
123123
dest: /home/{{ ansible_user }}/repos/telemetry/aligned_layer
124-
version: 2065-feat-sepolia-deployment
124+
version: 2075-feat-hoodi-deployment
125125
recursive: false
126126

127127
- name: Run telemetry_compile_bls_verifier target

0 commit comments

Comments
 (0)