Skip to content

Commit

Permalink
remove redis password from bridge-history-api (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Sep 3, 2024
1 parent bfb7969 commit f1b4d82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/bridge-history-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-api helm charts
name: bridge-history-api
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-api

![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

bridge-history-api helm charts

Expand Down
4 changes: 0 additions & 4 deletions charts/bridge-history-api/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,5 @@ externalSecrets:
key: scroll/bridge-history-api-secret-env
property: SCROLL_BRIDGE_HISTORY_DB_DSN
secretKey: SCROLL_BRIDGE_HISTORY_DB_DSN
- remoteRef:
key: scroll/bridge-history-api-env
property: SCROLL_BRIDGE_HISTORY_REDIS_PASSWORD
secretKey: SCROLL_BRIDGE_HISTORY_REDIS_PASSWORD
refreshInterval: 2m
serviceAccount: external-secrets
4 changes: 2 additions & 2 deletions charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.21
version: 0.0.22
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand All @@ -26,7 +26,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: blockscout.enabled
- name: bridge-history-api
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: bridge-history-api.enabled
- name: bridge-history-fetcher
Expand Down
4 changes: 2 additions & 2 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

scroll helm charts to deploy scroll sdk

Expand All @@ -24,7 +24,7 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | balance-checker | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout-sc-verifier | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.4 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.4 |
Expand Down

0 comments on commit f1b4d82

Please sign in to comment.