diff --git a/charts/beacon/Chart.yaml b/charts/beacon/Chart.yaml index 824e8a9..cecee4f 100644 --- a/charts/beacon/Chart.yaml +++ b/charts/beacon/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: beacon description: Highly available Wormhole RPC type: application -version: 1.0.2 +version: 1.0.3 appVersion: v1.1.2 diff --git a/charts/beacon/README.md b/charts/beacon/README.md index 665744c..6505999 100644 --- a/charts/beacon/README.md +++ b/charts/beacon/README.md @@ -1,6 +1,6 @@ # beacon -![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.2](https://img.shields.io/badge/AppVersion-v1.1.2-informational?style=flat-square) +![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.2](https://img.shields.io/badge/AppVersion-v1.1.2-informational?style=flat-square) Highly available Wormhole RPC diff --git a/charts/beacon/templates/deployment.yaml b/charts/beacon/templates/deployment.yaml index 8b4872a..3936b88 100644 --- a/charts/beacon/templates/deployment.yaml +++ b/charts/beacon/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: port: 9000 initialDelaySeconds: 5 periodSeconds: 3 - stratupProbe: + startupProbe: httpGet: path: / port: 9000