Skip to content

Commit

Permalink
fix(beacon): fix typo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Nov 29, 2023
1 parent f5e3625 commit 766649f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/beacon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/beacon/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/beacon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
port: 9000
initialDelaySeconds: 5
periodSeconds: 3
stratupProbe:
startupProbe:
httpGet:
path: /
port: 9000
Expand Down

0 comments on commit 766649f

Please sign in to comment.