Skip to content

Commit

Permalink
allow config to be a template (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Baryshev <dennybaa@gmail.com>
  • Loading branch information
dennybaa authored Apr 28, 2022
1 parent 51dbdcf commit a6e5c0d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/dshackle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.5.4
digest: sha256:819cd1eaa3561ab9d42e275ef1e6c9a967eef9a0781e97828719441c1a964937
generated: "2021-11-10T20:36:05.605844362+01:00"
version: 16.8.9
digest: sha256:229b73b6e9192b61243500e9497f8a67ce1df3a3fbe7f64105487e0eed0e4f7f
generated: "2022-04-28T23:13:12.927121038+07:00"
4 changes: 2 additions & 2 deletions charts/dshackle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ icon: https://avatars.githubusercontent.com/u/49622339?s=200&v=4
sources:
- https://github.com/emeraldpay/dshackle
type: application
version: 0.1.0
version: 0.1.1
maintainers:
- name: skylenet
email: rafael@skyle.net
dependencies:
- name: redis
version: "15.5.4"
version: "16.8.9"
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
6 changes: 3 additions & 3 deletions charts/dshackle/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# dshackle

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Emerald Dshackle is a Fault Tolerant Load Balancer for Blockchain API. Support for standard Bitcoin and Ethereum JSON RPC API over HTTP and WebSocket.

Expand All @@ -15,7 +15,7 @@ Emerald Dshackle is a Fault Tolerant Load Balancer for Blockchain API. Support f

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.5.4 |
| https://charts.bitnami.com/bitnami | redis | 16.8.9 |

## Values

Expand All @@ -34,7 +34,7 @@ Emerald Dshackle is a Fault Tolerant Load Balancer for Blockchain API. Support f
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
| image.pullPolicy | string | `"IfNotPresent"` | dshackle container pull policy |
| image.repository | string | `"emeraldpay/dshackle"` | dshackle container image repository |
| image.tag | string | `"0.10"` | dshackle container image tag |
| image.tag | string | `"0.12"` | dshackle container image tag |
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
| ingress.annotations | object | `{}` | Annotations for Ingress |
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |
Expand Down
2 changes: 1 addition & 1 deletion charts/dshackle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
{{- include "dshackle.labels" . | nindent 4 }}
data:
dshackle.yaml: |
{{- .Values.config | nindent 4}}
{{- tpl .Values.config . | nindent 4 }}
2 changes: 1 addition & 1 deletion charts/dshackle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- dshackle container image repository
repository: emeraldpay/dshackle
# -- dshackle container image tag
tag: "0.10"
tag: "0.12"
# -- dshackle container pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/testnet-homepage/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# testnet-homepage

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Ethereum testnet homepage that is used to display testnet relevant information

Expand Down

0 comments on commit a6e5c0d

Please sign in to comment.