Skip to content

Commit 6e98a9b

Browse files
remove default value for ingress on bridge-history-fetcher production.yaml (#152)
1 parent bab5b6c commit 6e98a9b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

charts/bridge-history-fetcher/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: bridge-history-fetcher helm charts
44
name: bridge-history-fetcher
5-
version: 0.0.5
5+
version: 0.0.6
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/bridge-history-fetcher/README.md

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

3-
![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)
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)
44

55
bridge-history-fetcher helm charts
66

charts/bridge-history-fetcher/values/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ingress:
4444
main:
4545
ingressClassName: "nginx"
4646
hosts:
47-
- host: bridge-history-api.scrollsdk
47+
- host: ""
4848
paths:
4949
- path: /
5050
pathType: Prefix

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.22
5+
version: 0.0.23
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:
@@ -30,7 +30,7 @@ dependencies:
3030
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
3131
condition: bridge-history-api.enabled
3232
- name: bridge-history-fetcher
33-
version: 0.0.5
33+
version: 0.0.6
3434
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
3535
condition: bridge-history-fetcher.enabled
3636
- name: blockscout-sc-verifier

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.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)
3+
![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-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

@@ -25,7 +25,7 @@ Kubernetes: `>=1.22.0-0`
2525
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout | 0.0.3 |
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.5 |
28-
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.5 |
28+
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.6 |
2929
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.4 |
3030
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.4 |
3131
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.5 |

0 commit comments

Comments
 (0)