Skip to content

Commit

Permalink
[Automatic] - Update chart README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 authored and github-actions[bot] committed Oct 29, 2024
1 parent 5c4cb2a commit 04cbcb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/celostats/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# celostats

![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: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Chart which is used to deploy a celostats setup for a celo testnet

Expand All @@ -26,6 +26,8 @@ Chart which is used to deploy a celostats setup for a celo testnet
| celostats.banned_addresses | list | `[]` | Banned addresses list |
| celostats.image.frontend | object | `{"repository":"us-west1-docker.pkg.dev/devopsre/celostats-server/celostats-frontend","tag":"latest"}` | Celostat-frontend image and tag |
| celostats.image.server | object | `{"repository":"us-west1-docker.pkg.dev/devopsre/celostats-server/celostats-server","tag":"latest"}` | Celostat-server image and tag |
| celostats.replicas.frontend | int | `1` | Frontend replicas |
| celostats.replicas.server | int | `1` | Server replicas |
| celostats.secrets | object | `{}` | |
| celostats.service | object | `{"type":"NodePort"}` | Service type |
| celostats.trusted_addresses | list | `[]` | Trusted addresses list |
Expand Down

0 comments on commit 04cbcb5

Please sign in to comment.