diff --git a/charts/charon-cluster/Chart.yaml b/charts/charon-cluster/Chart.yaml index 88fdda1..a56b982 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.3 +version: 0.2.4 # 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: "1.0.0" +appVersion: "1.1.1" diff --git a/charts/charon-cluster/README.md b/charts/charon-cluster/README.md index 4293c47..daeffc8 100755 --- a/charts/charon-cluster/README.md +++ b/charts/charon-cluster/README.md @@ -2,7 +2,7 @@ Charon Cluster =========== -![Version: 0.2.3](https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.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":"v1.0.0"}` | Charon image ropsitory, pull policy, and tag version | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v1.1.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 87a7773..22788f4 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: v1.0.0 + tag: v1.1.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 0c7e43b..9b664b8 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.4 +version: 0.3.5 # 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: "1.0.0" +appVersion: "1.1.1" diff --git a/charts/charon/README.md b/charts/charon/README.md index 43d619e..8fd15e6 100755 --- a/charts/charon/README.md +++ b/charts/charon/README.md @@ -2,7 +2,7 @@ Charon =========== -![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.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":"v1.0.0"}` | Charon image ropsitory, pull policy, and tag version | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"obolnetwork/charon","tag":"v1.1.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 ab005e3..b0755f1 100644 --- a/charts/charon/values.yaml +++ b/charts/charon/values.yaml @@ -6,7 +6,7 @@ image: repository: obolnetwork/charon pullPolicy: IfNotPresent - tag: v1.0.0 + tag: v1.1.1 # -- Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/