mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 06:39:23 +00:00
[hg612-exporter] App version to 0.1.2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.1
|
||||
appVersion: 0.1.2
|
||||
description: A prometheus exporter for the HG612 modem
|
||||
name: hg612-exporter
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- hg612-exporter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# hg612-exporter
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A prometheus exporter for the HG612 modem
|
||||
|
||||
@@ -8,7 +8,7 @@ A prometheus exporter for the HG612 modem
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/nikdoof/hg612-exporter-docker>
|
||||
* <https://github.com/nikdoof/hg612-exporter>
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -77,8 +77,8 @@ N/A
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | See below | environment variables. See more environment variables in the [hg612-exporter documentation](https://hg612-exporter.org/docs). |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"nikdoof/hg612-exporter"` | image repository |
|
||||
| image.tag | string | `"0.0.1"` | image tag |
|
||||
| image.repository | string | `"ghcr.io/nikdoof/hg612-exporter"` | image repository |
|
||||
| image.tag | string | `"0.1.2"` | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| metrics.dashboards | object | See values.yaml | Enable and configure Grafana dashboard ConfigMaps for the chart under this key. |
|
||||
| metrics.dashboards.namespace | string | `nil` | Namespace to create the dashboards ConfigMap under. |
|
||||
@@ -100,6 +100,20 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.0]
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.0]
|
||||
|
||||
#### Added
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: nikdoof/hg612-exporter
|
||||
repository: ghcr.io/nikdoof/hg612-exporter
|
||||
# -- image tag
|
||||
tag: 0.0.1
|
||||
tag: 0.1.2
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user