Skip to content

Commit c9b0ea3

Browse files
add secret in prod file chain-monitor (#161)
1 parent 92f8f08 commit c9b0ea3

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

charts/chain-monitor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: chain-monitor helm charts
44
name: chain-monitor
5-
version: 0.0.6
5+
version: 0.0.7
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/chain-monitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# chain-monitor
22

3-
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
chain-monitor helm charts
66

charts/chain-monitor/values/production.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
global:
22
isStandalone: true
33

4+
envFrom:
5+
- secretRef:
6+
name: chain-monitor-secret-env
7+
48
initContainers:
59
1-check-postgres-connection:
610
image: atkrad/wait4x:latest

charts/scroll-sdk/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: scroll helm charts to deploy scroll sdk
44
name: scroll-sdk
5-
version: 0.0.28
5+
version: 0.0.29
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:
@@ -38,7 +38,7 @@ dependencies:
3838
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
3939
condition: blockscout-sc-verifier.enabled
4040
- name: chain-monitor
41-
version: 0.0.6
41+
version: 0.0.7
4242
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
4343
condition: chain-monitor.enabled
4444
- name: contracts

charts/scroll-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-sdk
22

3-
![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
3+
![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
scroll helm charts to deploy scroll sdk
66

@@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
2626
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout-sc-verifier | 0.0.2 |
2727
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.6 |
2828
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.7 |
29-
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.6 |
29+
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.7 |
3030
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.5 |
3131
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.6 |
3232
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.6 |

0 commit comments

Comments
 (0)