From b4f025585cd343be6062c91b7622eafc1ea37969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianguido=20Sor=C3=A0?= Date: Mon, 19 Feb 2024 10:36:42 +0100 Subject: [PATCH] *: update to charon v0.19.1 (#47) * *: update to charon v0.19.1 Updates references to charon v0.19.0 to v0.19.1. * cleanup --- charts/charon-cluster/Chart.yaml | 4 ++-- charts/charon-cluster/README.md | 4 ++-- charts/charon-cluster/values.yaml | 2 +- charts/charon-relay/Chart.yaml | 4 ++-- charts/charon-relay/README.md | 4 ++-- charts/charon-relay/values.yaml | 2 +- charts/charon/Chart.yaml | 4 ++-- charts/charon/README.md | 4 ++-- charts/charon/values.yaml | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/charon-cluster/Chart.yaml b/charts/charon-cluster/Chart.yaml index bb0870e..cb81412 100644 --- a/charts/charon-cluster/Chart.yaml +++ b/charts/charon-cluster/Chart.yaml @@ -29,10 +29,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.19.0" +appVersion: "0.19.1" diff --git a/charts/charon-cluster/README.md b/charts/charon-cluster/README.md index fc601ca..eebec91 100755 --- a/charts/charon-cluster/README.md +++ b/charts/charon-cluster/README.md @@ -2,7 +2,7 @@ Charon Cluster =========== -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.1](https://img.shields.io/badge/AppVersion-0.19.1-informational?style=flat-square) Charon is an open-source Ethereum Distributed validator middleware written in golang. This chart deploys a full Charon cluster. @@ -52,7 +52,7 @@ Charon is an open-source Ethereum Distributed validator middleware written in go | config.validatorApiAddress | string | `"0.0.0.0:3600"` | Listening address (ip and port) for validator-facing traffic proxying the beacon-node API. (default "127.0.0.1:3600") | | containerSecurityContext | object | See `values.yaml` | The security context for containers | | fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.0"}` | Charon image ropsitory, pull policy, and tag version | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.1"}` | Charon image ropsitory, pull policy, and tag version | | imagePullSecrets | list | `[]` | Credentials to fetch images from private registry # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | livenessProbe | object | `{"enabled":false,"httpGet":{"path":"/livez"},"initialDelaySeconds":10,"periodSeconds":5}` | Configure liveness probes # ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ | | nameOverride | string | `""` | Provide a name in place of lighthouse for `app:` labels | diff --git a/charts/charon-cluster/values.yaml b/charts/charon-cluster/values.yaml index 7ac1ef2..f3490ed 100644 --- a/charts/charon-cluster/values.yaml +++ b/charts/charon-cluster/values.yaml @@ -12,7 +12,7 @@ clusterThreshold: 3 image: repository: obolnetwork/charon pullPolicy: IfNotPresent - tag: v0.19.0 + tag: v0.19.1 # -- Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/charon-relay/Chart.yaml b/charts/charon-relay/Chart.yaml index 1510786..f055d66 100644 --- a/charts/charon-relay/Chart.yaml +++ b/charts/charon-relay/Chart.yaml @@ -29,10 +29,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.19.0" +appVersion: "0.19.1" diff --git a/charts/charon-relay/README.md b/charts/charon-relay/README.md index 41947d1..f431112 100755 --- a/charts/charon-relay/README.md +++ b/charts/charon-relay/README.md @@ -2,7 +2,7 @@ Charon Relay =========== -![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square) +![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.1](https://img.shields.io/badge/AppVersion-0.19.1-informational?style=flat-square) Charon is an open-source Ethereum Distributed validator middleware written in golang. This chart deploys a libp2p relay server. @@ -39,7 +39,7 @@ Charon is an open-source Ethereum Distributed validator middleware written in go | config.p2pTcpAddress | string | `"0.0.0.0:3610"` | Comma-separated list of listening TCP addresses (ip and port) for libP2P traffic. Empty default doesn't bind to local port therefore only supports outgoing connections. | | containerSecurityContext | object | See `values.yaml` | The security context for containers | | fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.0"}` | Charon image ropsitory, pull policy, and tag version | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.1"}` | Charon image ropsitory, pull policy, and tag version | | imagePullSecrets | list | `[]` | Credentials to fetch images from private registry # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | initContainerImage | string | `"bitnami/kubectl:latest"` | Init container image | | livenessProbe | object | `{"enabled":true,"httpGet":{"path":"/livez"},"initialDelaySeconds":10,"periodSeconds":5}` | Configure liveness probes # ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ | diff --git a/charts/charon-relay/values.yaml b/charts/charon-relay/values.yaml index 2f73736..afd3e93 100644 --- a/charts/charon-relay/values.yaml +++ b/charts/charon-relay/values.yaml @@ -9,7 +9,7 @@ clusterSize: 3 image: repository: obolnetwork/charon pullPolicy: IfNotPresent - tag: v0.19.0 + tag: v0.19.1 # -- Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/charon/Chart.yaml b/charts/charon/Chart.yaml index 9ddc40c..54b552c 100644 --- a/charts/charon/Chart.yaml +++ b/charts/charon/Chart.yaml @@ -29,10 +29,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.19.0" +appVersion: "0.19.1" diff --git a/charts/charon/README.md b/charts/charon/README.md index 41f842c..fb9f23f 100755 --- a/charts/charon/README.md +++ b/charts/charon/README.md @@ -2,7 +2,7 @@ Charon =========== -![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.0](https://img.shields.io/badge/AppVersion-0.19.0-informational?style=flat-square) +![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: 0.19.1](https://img.shields.io/badge/AppVersion-0.19.1-informational?style=flat-square) Charon is an open-source Ethereum Distributed validator middleware written in golang. @@ -56,7 +56,7 @@ Charon is an open-source Ethereum Distributed validator middleware written in go | extraVolumes | list | `[]` | Additional volumes | | fullnameOverride | string | `""` | Provide a name to substitute for the full names of resources | | httpPort | int | `3600` | HTTP Port | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.0"}` | Charon image ropsitory, pull policy, and tag version | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v0.19.1"}` | Charon image ropsitory, pull policy, and tag version | | imagePullSecrets | list | `[]` | Credentials to fetch images from private registry # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | initContainers | list | `[]` | Additional init containers | | jaegerPort | int | `6831` | Jaeger Port | diff --git a/charts/charon/values.yaml b/charts/charon/values.yaml index 26aa09e..571a428 100644 --- a/charts/charon/values.yaml +++ b/charts/charon/values.yaml @@ -6,7 +6,7 @@ image: repository: obolnetwork/charon pullPolicy: IfNotPresent - tag: v0.19.0 + tag: v0.19.1 # -- Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/