Skip to content

Commit

Permalink
WIP update faucets (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd authored Aug 25, 2023
1 parent 4ef8af8 commit 729bf68
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 65 deletions.
4 changes: 2 additions & 2 deletions dailynet/faucet_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:pow
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:pow
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.0.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.0.0

# Frontend app configuration. You can optionally deploy only the faucet backend.
enableUI: true
Expand Down
40 changes: 21 additions & 19 deletions ghostnet/faucet_values.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
images:
tezos_faucet: ghcr.io/oxheadalpha/tezos-faucet:1.1.0
tezos_faucet_backend: ghcr.io/oxheadalpha/tezos-faucet-backend:1.1
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.0.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.0.0

authorizedHost: # filled in by pulumi
maxBalance: 10000

config:
application:
name: "Tezos Ghostnet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/avysel/tezos-faucet"
profiles:
user:
profile: USER
amount: 100
baker:
profile: BAKER
amount: 2001
name: "Tezos Ghostnet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/avysel/tezos-faucet"
network:
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://ghost.tzstats.com
allowSendButton: false
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://ghost.tzstats.com

profiles:
user:
amount: 100
baker:
amount: 2001

ingress:
enabled: true
annotations:
"kubernetes.io/ingress.class": "nginx"
'cert-manager.io/cluster-issuer': "letsencrypt-prod"
"cert-manager.io/cluster-issuer": "letsencrypt-prod"
host: # faucet fqdn, filled in by pulumi

8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ new TezosChain(
name: "ghostnet",
dnsName: "ghostnet",
humanName: "Ghostnet",
chartRepoVersion: "6.20.2",
chartRepoVersion: "6.22.0",
}),
cluster.provider,
repo,
teztnetsHostedZone,
teztnetsHostedZone
)

const nairobinet_chain = new TezosChain(
Expand All @@ -208,7 +208,7 @@ const nairobinet_chain = new TezosChain(
humanName: "Nairobinet",
description: "Test Chain for the Nairobi Protocol Proposal",
bootstrapPeers: ["nairobinet.boot.ecadinfra.com", "nairobinet.tzboot.net"],
chartRepoVersion: "6.21.0",
chartRepoVersion: "6.22.0",
privateBakingKey: private_oxhead_baking_key,
indexers: [
{
Expand Down Expand Up @@ -241,7 +241,7 @@ const oxfordnet_chain = new TezosChain(
humanName: "Oxfordnet",
description: "Test Chain for the Oxford Protocol Proposal",
bootstrapPeers: ["oxfordnet.boot.ecadinfra.com", "oxfordnet.tzinit.org"],
chartRepoVersion: "6.21.0",
chartRepoVersion: "6.22.0",
privateBakingKey: private_oxhead_baking_key,
indexers: [
// {
Expand Down
4 changes: 2 additions & 2 deletions mondaynet/faucet_values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:pow
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:pow
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.0.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.0.0

# Frontend app configuration. You can optionally deploy only the faucet backend.
enableUI: true
Expand Down
40 changes: 21 additions & 19 deletions nairobinet/faucet_values.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
images:
tezos_faucet: ghcr.io/oxheadalpha/tezos-faucet:1.2.1
tezos_faucet_backend: ghcr.io/oxheadalpha/tezos-faucet-backend:1.1
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.0.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.0.0

authorizedHost: # filled in by pulumi
maxBalance: 61000

config:
application:
name: "Tezos Nairobinet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/oxheadalpha/tezos-faucet"
profiles:
user:
profile: USER
amount: 100
baker:
profile: BAKER
amount: 6001
name: "Tezos Nairobinet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/oxheadalpha/tezos-faucet"
network:
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://nairobi.tzstats.com
allowSendButton: false
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://nairobi.tzstats.com

profiles:
user:
amount: 100
baker:
amount: 6001

ingress:
enabled: true
annotations:
"kubernetes.io/ingress.class": "nginx"
'cert-manager.io/cluster-issuer': "letsencrypt-prod"
"cert-manager.io/cluster-issuer": "letsencrypt-prod"
host: # faucet fqdn, filled in by pulumi

38 changes: 19 additions & 19 deletions oxfordnet/faucet_values.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
images:
tezos_faucet: ghcr.io/oxheadalpha/tezos-faucet:1.2.1
tezos_faucet_backend: ghcr.io/oxheadalpha/tezos-faucet-backend:1.1
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.0.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.0.0

authorizedHost: # filled in by pulumi
maxBalance: 61000
config:
application:
name: "Tezos Oxfordnet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/oxheadalpha/tezos-faucet"
profiles:
user:
profile: USER
amount: 100
baker:
profile: BAKER
amount: 6001
name: "Tezos Oxfordnet faucet"
googleCaptchaSiteKey: #filled in by pulumi
backendUrl: # filled in by pulumi
githubRepo: "https://github.com/oxheadalpha/tezos-faucet"
network:
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://oxford.tzstats.com
allowSendButton: false
name: # filled in by pulumi
rpcUrl: # filled in by pulumi
faucetAddress: tz1a4GT7THHaGDiTxgXoatDWcZfJ5j29z5RC
viewer: https://oxford.tzstats.com

profiles:
user:
amount: 100
baker:
amount: 6001

ingress:
enabled: true
annotations:
"kubernetes.io/ingress.class": "nginx"
'cert-manager.io/cluster-issuer': "letsencrypt-prod"
"cert-manager.io/cluster-issuer": "letsencrypt-prod"
host: # faucet fqdn, filled in by pulumi

0 comments on commit 729bf68

Please sign in to comment.