Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8141c3b

Browse files
committedDec 11, 2024·
chore: yarn and templates
1 parent b70a754 commit 8141c3b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed
 

‎spartan/aztec-network/templates/faucet.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
mountPath: /shared/scripts
5656
containers:
5757
- name: faucet
58-
image: "{{ .Values.images.aztec.image }}"
58+
{{ include "aztec-network.image" . | nindent 10 }}
5959
volumeMounts:
6060
- name: config
6161
mountPath: /shared/config

‎spartan/aztec-network/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,11 @@ jobs:
242242
enable: false
243243

244244
faucet:
245+
replicas: 1
245246
service:
246247
nodePort: 8085
247248
apiServerPort: 8086
248249
accountIndex: 0
249250
l1Assets: ""
251+
logLevel: ""
252+
resources: {}

‎yarn-project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@
8585
"@noir-lang/noir_js": "file:../noir/packages/noir_js",
8686
"jest-runner@^29.7.0": "patch:jest-runner@npm%3A29.7.0#./.yarn/patches/jest-runner-npm-29.7.0-3bc9f82b58.patch"
8787
}
88-
}
88+
}

‎yarn-project/yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ __metadata:
136136
ts-node: ^10.9.1
137137
typescript: ^5.0.4
138138
viem: ^2.7.15
139+
zod: ^3.23.8
139140
bin:
140141
aztec-faucet: ./dest/bin/index.js
141142
languageName: unknown

0 commit comments

Comments
 (0)
Please sign in to comment.