Skip to content

Commit

Permalink
Update charts (#18)
Browse files Browse the repository at this point in the history
* update app versions in charts and their changes

* update helm-docs version in ci

* update hermes version

* bump helm-docs version
  • Loading branch information
ali-bahjati authored Oct 19, 2023
1 parent 41184ee commit 658872e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: Install Helm Docs
uses: envoy/[email protected]
with:
version: 1.11.0
version: 1.11.3
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions 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: 0.1.1
appVersion: v0.1.0
version: 0.1.2
appVersion: v0.1.1
4 changes: 2 additions & 2 deletions charts/beacon/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# beacon

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1](https://img.shields.io/badge/AppVersion-v0.1.1-informational?style=flat-square)

Highly available Wormhole RPC

Expand Down Expand Up @@ -47,4 +47,4 @@ Highly available Wormhole RPC
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
4 changes: 2 additions & 2 deletions charts/hermes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: hermes
description: Pyth cross-chain server
type: application
version: 0.3.2
appVersion: v0.3.3
version: 0.3.3
appVersion: v0.4.1
4 changes: 2 additions & 2 deletions charts/hermes/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hermes

![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.3](https://img.shields.io/badge/AppVersion-v0.3.3-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square)

Pyth cross-chain server

Expand Down Expand Up @@ -49,4 +49,4 @@ Pyth cross-chain server
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
5 changes: 5 additions & 0 deletions charts/hermes/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
{{- end }}
- --rpc-requester-ip-header-name
- {{ .Values.hermes.rpcRequesterIpHeaderName }}
- --metrics-server-listen-addr
- 0.0.0.0:8081
- --wormhole-spy-rpc-addr
- {{ required "hermes.wormholeSpyRpcAddr is required" .Values.hermes.wormholeSpyRpcAddr }}
- --wormhole-contract-addr
Expand All @@ -58,6 +60,9 @@ spec:
- name: http
containerPort: 8080
protocol: TCP
- name: metrics
containerPort: 8081
protocol: TCP
livenessProbe:
httpGet:
path: /live
Expand Down

0 comments on commit 658872e

Please sign in to comment.