Skip to content

Commit

Permalink
fix coordinator api and bump version of some charts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 25, 2024
1 parent fbe42ef commit b1094ff
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/admin-system-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: admin-system-dashboard helm charts
name: admin-system-dashboard
version: 0.0.1
version: 0.0.2
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/admin-system-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# admin-system-dashboard

![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

admin-system-dashboard helm charts

Expand Down
1 change: 0 additions & 1 deletion charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Kubernetes: `>=1.22.0-0`
| defaultProbes.spec.httpGet.path | string | `"/"` | |
| defaultProbes.spec.httpGet.port | int | `8090` | |
| envFrom[0].configMapRef.name | string | `"coordinator-api-env"` | |
| envFrom[0].configMapRef.name | string | `"coordinator-api-env"` | |
| env[0].name | string | `"HTTP_PORT"` | |
| env[0].value | int | `8080` | |
| env[1].name | string | `"METRICS_PORT"` | |
Expand Down
4 changes: 0 additions & 4 deletions charts/coordinator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ image:
pullPolicy: Always
tag: v4.4.59

envFrom:
- configMapRef:
name: coordinator-api-env

env:
- name: HTTP_PORT
value: 8080
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-bootnode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-bootnode helm chart
name: l2-bootnode
version: 0.0.10
version: 0.0.11
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-bootnode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-bootnode

![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

l2-bootnode helm chart

Expand Down

0 comments on commit b1094ff

Please sign in to comment.