Skip to content

Commit

Permalink
Merge branch 'master' into dailynet-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Oct 13, 2023
2 parents fca4b79 + cc77815 commit 86cec2d
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 238 deletions.
142 changes: 0 additions & 142 deletions charts/snapshotEngine/scripts/snapshot-warmer.sh

This file was deleted.

3 changes: 2 additions & 1 deletion charts/snapshotEngine/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ data:
SCHEMA_URL: {{ $.Values.schemaUrl }}
S3_BUCKET: {{ $.Values.s3BucketOverride }}
CLOUD_PROVIDER: {{ $.Values.cloudProvider }}
STORAGE_CLASS: {{$.Values.volumeSnapClass }}
STORAGE_CLASS: {{ $.Values.volumeSnapClass }}
NODES: {{ $.Values.nodes }}
kind: ConfigMap
metadata:
name: snapshot-configmap
Expand Down
47 changes: 0 additions & 47 deletions charts/snapshotEngine/templates/snapshot-warmer.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions charts/tezos-faucet/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ data:
AUTHORIZED_HOST: "{{ .Values.authorizedHost }}"
DISABLE_CHALLENGES: "{{ .Values.disableChallenges }}"
ENABLE_CAPTCHA: "{{ .Values.enableCaptcha }}"
{{- if .Values.maxBalance }}
MAX_BALANCE: "{{ .Values.maxBalance }}"
{{- end }}
REDIS_URL: "{{ .Values.redis.url }}"
RPC_URL: "{{ .Values.backendRpcUrl | default .Values.config.network.rpcUrl | required "An rpc url is required." }}"
MIN_TEZ: "{{ .Values.minTez }}"
Expand Down
9 changes: 5 additions & 4 deletions charts/tezos-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Faucet frontend: https://github.com/oxheadalpha/tezos-faucet

images:
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.1.0
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.1.0
tezosFaucet: ghcr.io/oxheadalpha/tezos-faucet:2.2.1
tezosFaucetBackend: ghcr.io/oxheadalpha/tezos-faucet-backend:2.2.0

# Frontend app configuration. You can optionally deploy only the faucet backend.
enableUI: true
Expand All @@ -28,8 +28,9 @@ authorizedHost: "*"
backendRpcUrl: http://tezos-node-rpc:8732
# If the backend requires CAPTCHA tokens to be submitted.
enableCaptcha: true
# Faucet won't dispense to an address if its balance will exceed this.
maxBalance: 6000
# Faucet won't dispense to an address if its balance will exceed this. Not
# capped by default.
maxBalance: null
# The minimum Tez allowed per request.
minTez: 1
# The maximum Tez allowed per request.
Expand Down
Loading

0 comments on commit 86cec2d

Please sign in to comment.