Skip to content

Commit

Permalink
feat: bump Helm chart versions (#39)
Browse files Browse the repository at this point in the history
* feat: bump Helm chart versions

* docs: update chart doc
  • Loading branch information
vuongxuongminh authored May 14, 2022
1 parent e5adb71 commit 955ca07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/gbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: gbox
description: GBox Helm chart for Kubernetes. GBox is a reverse proxy in front of any GraphQL server for caching, securing and monitoring.
type: application
version: 1.0.4
appVersion: "v1.0.5"
version: 1.0.5
appVersion: "v1.0.6"
sources:
- https://github.com/gbox-proxy/gbox
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/gbox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GBox Chart for Kubernetes

![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.5](https://img.shields.io/badge/AppVersion-v1.0.5-informational?style=flat-square)
![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.6](https://img.shields.io/badge/AppVersion-v1.0.6-informational?style=flat-square)

GBox Helm chart for Kubernetes. GBox is a reverse proxy in front of any GraphQL server for caching, securing and monitoring.

Expand Down Expand Up @@ -60,7 +60,7 @@ To install the chart with the release name `my-release`, run the following comma
| metrics.serviceMonitor.interval | string | `"30s"` | The interval at which metrics should be scraped |
| metrics.serviceMonitor.metricRelabelings | list | `[]` | Metrics RelabelConfigs to apply to samples before ingestion. |
| metrics.serviceMonitor.namespace | string | `""` | The namespace in which the ServiceMonitor will be created |
| metrics.serviceMonitor.relabellings | list | `[]` | |
| metrics.serviceMonitor.relabellings | list | `[]` | Metrics RelabelConfigs to apply to samples before scraping. |
| metrics.serviceMonitor.scrapeTimeout | string | `""` | The timeout after which the scrape is ended |
| nameOverride | string | `""` | A name in place of the chart name for `app:` labels. |
| nodeSelector | object | `{}` | [Node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) configuration. |
Expand Down

0 comments on commit 955ca07

Please sign in to comment.