Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/inventories/devnet-8/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ json_rpc_snooper_container_volumes:
- /data/execution-auth.secret:/execution-auth.jwt:ro

# role: ethpandaops.general.generate_kubernetes_config
# Nickname for this devnet, used for faucet titles and dora/forkmon labels.
gen_kubernetes_config_network_display_name: Plataberget
gen_kubernetes_config_dora_execution_snooper_port: 8961
gen_kubernetes_config_dora_frontend_rainbowkit_id: 15fe4ab4d5c0bcb6f0dc7c398301ff0e
gen_kubernetes_config_dora_execution_endpoints_url: https://raw.githubusercontent.com/ethpandaops/{{ devnet_name }}-devnets/refs/heads/master/kubernetes/{{
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/devnet-8/faucet-agents/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: powfaucet
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.1.0
digest: sha256:15e636ee1bc3f6a623f755f35fe468a6743f69c2c34362b493a690fc1e5df50c
generated: "2026-08-13T13:38:29.741019+02:00"
version: 1.2.0
digest: sha256:056a58e0d0a340e981b86676a5629d6b2adb5fe9943251fcf5a89a3ff9375582
generated: "2026-08-21T12:11:22.514701455+02:00"
2 changes: 1 addition & 1 deletion kubernetes/devnet-8/faucet-agents/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version: 0.1.0
dependencies:
- name: powfaucet
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.1.0
version: 1.2.0
Binary file not shown.
Binary file not shown.
9 changes: 3 additions & 6 deletions kubernetes/devnet-8/faucet-agents/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ powfaucet:
enabled: true

className: ingress-nginx-public
annotations:
# Lock the faucet behind basic auth that only the panda proxy holds, so it
# is reachable solely via the proxy (which authenticates the caller first).
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: powfaucet-agents-basic-auth
nginx.ingress.kubernetes.io/auth-realm: "panda proxy only"
# Lock the faucet behind basic auth that only the panda proxy holds, so it is
# reachable solely via the proxy (which authenticates the caller first).
basicAuth: "<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.glamsterdam-devnets.node_ingress.username}>:{PLAIN}<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.glamsterdam-devnets.node_ingress.password}>"

hosts:
- host: faucet-agents.glamsterdam-devnet-8.ethpandaops.io
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/devnet-8/faucet/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: powfaucet
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.1.0
digest: sha256:15e636ee1bc3f6a623f755f35fe468a6743f69c2c34362b493a690fc1e5df50c
generated: "2026-08-13T13:38:24.122072+02:00"
version: 1.2.0
digest: sha256:056a58e0d0a340e981b86676a5629d6b2adb5fe9943251fcf5a89a3ff9375582
generated: "2026-08-21T12:11:04.577230371+02:00"
2 changes: 1 addition & 1 deletion kubernetes/devnet-8/faucet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version: 0.1.0
dependencies:
- name: powfaucet
repository: https://ethpandaops.github.io/ethereum-helm-charts
version: 1.1.0
version: 1.2.0
Binary file not shown.
Binary file not shown.
Loading