Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Dec 8, 2024
1 parent 6729ca2 commit 7313872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kube/testnet/faucet/testnet-faucet-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
mountPath: /root
containers:
- name: rooch-faucet
image: ghcr.io/rooch-network/rooch:main
image: ghcr.io/rooch-network/rooch@sha256:792bdd21402cda88b7c8df09f384e89bb34ee6589de0c444a228abb1c2c5a753
command: ["/rooch/rooch"]
args:
- "faucet"
Expand All @@ -51,6 +51,8 @@ spec:
- "0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3"
- "--faucet-object-id"
- "0xd5723eda84f691ae2623da79312c7909b1737c5b3866ecc5dbd6aa21718ff15d"
- "--invitation-module-address"
- "0x701c21bf1c8cd5af8c42983890d8ca55e7a820171b8e744c13f2d9998bf76cc3"
- "--invitation-object-id"
- "0x8eea1b91f649d5d8dec6353b0cd1188e5964f05a7a04ff5f8c0e0af77b1cb095"
- "--discord-token"
Expand Down

0 comments on commit 7313872

Please sign in to comment.