From 658872eaf6bd0fb75d47f22f5c76f90723b79004 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 19 Oct 2023 12:59:41 +0200 Subject: [PATCH] Update charts (#18) * update app versions in charts and their changes * update helm-docs version in ci * update hermes version * bump helm-docs version --- .github/workflows/pre-commit.yml | 2 +- charts/beacon/Chart.yaml | 4 ++-- charts/beacon/README.md | 4 ++-- charts/hermes/Chart.yaml | 4 ++-- charts/hermes/README.md | 4 ++-- charts/hermes/templates/deployment.yaml | 5 +++++ 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 240fb1d..6e819af 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,5 +14,5 @@ jobs: - name: Install Helm Docs uses: envoy/install-helm-docs@v1.0.0 with: - version: 1.11.0 + version: 1.11.3 - uses: pre-commit/action@v2.0.3 diff --git a/charts/beacon/Chart.yaml b/charts/beacon/Chart.yaml index c7ba805..1d67b85 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: 0.1.1 -appVersion: v0.1.0 +version: 0.1.2 +appVersion: v0.1.1 diff --git a/charts/beacon/README.md b/charts/beacon/README.md index cf4f37b..0014ce8 100644 --- a/charts/beacon/README.md +++ b/charts/beacon/README.md @@ -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 @@ -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) diff --git a/charts/hermes/Chart.yaml b/charts/hermes/Chart.yaml index 8b2f6b6..a9fd92b 100644 --- a/charts/hermes/Chart.yaml +++ b/charts/hermes/Chart.yaml @@ -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 diff --git a/charts/hermes/README.md b/charts/hermes/README.md index 839b985..45baffc 100644 --- a/charts/hermes/README.md +++ b/charts/hermes/README.md @@ -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 @@ -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) diff --git a/charts/hermes/templates/deployment.yaml b/charts/hermes/templates/deployment.yaml index ee83fbd..090dfb0 100644 --- a/charts/hermes/templates/deployment.yaml +++ b/charts/hermes/templates/deployment.yaml @@ -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 @@ -58,6 +60,9 @@ spec: - name: http containerPort: 8080 protocol: TCP + - name: metrics + containerPort: 8081 + protocol: TCP livenessProbe: httpGet: path: /live