mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-23 14:49:26 +00:00
Compare commits
1 Commits
hg612-expo
...
hg612-expo
| Author | SHA1 | Date | |
|---|---|---|---|
|
fc2c3cbcf2
|
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 0.1.2
|
||||
description: A prometheus exporter for the HG612 modem
|
||||
name: hg612-exporter
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- hg612-exporter
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# hg612-exporter
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
A prometheus exporter for the HG612 modem
|
||||
|
||||
@@ -108,6 +108,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
#### Changed
|
||||
|
||||
- Fix app startup on new container, don't override the executable name.
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
@@ -17,6 +17,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
|
||||
#### Changed
|
||||
|
||||
- Fix app startup on new container, don't override the executable name.
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [1.1.1]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bumped to app version 0.1.2
|
||||
|
||||
#### Removed
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
{{/* Append the hardcoded settings */}}
|
||||
{{- define "hg612-exporter.harcodedValues" -}}
|
||||
command: ./app
|
||||
args:
|
||||
- "--host={{ .Values.modem.host }}"
|
||||
- "--identifier={{ .Values.modem.identifier }}"
|
||||
|
||||
Reference in New Issue
Block a user