Compare commits

...

1 Commits

Author SHA1 Message Date
fc2c3cbcf2 [hg612-exporter] Fix container startup 2021-12-18 13:23:52 +00:00
4 changed files with 30 additions and 3 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
# hg612-exporter
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
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

View File

@@ -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

View File

@@ -3,7 +3,6 @@
{{/* Append the hardcoded settings */}}
{{- define "hg612-exporter.harcodedValues" -}}
command: ./app
args:
- "--host={{ .Values.modem.host }}"
- "--identifier={{ .Values.modem.identifier }}"