diff --git a/charts/hg612-exporter/Chart.yaml b/charts/hg612-exporter/Chart.yaml index 5cb3979..afc4513 100644 --- a/charts/hg612-exporter/Chart.yaml +++ b/charts/hg612-exporter/Chart.yaml @@ -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 diff --git a/charts/hg612-exporter/README.md b/charts/hg612-exporter/README.md index 8e1c7fd..43a7214 100644 --- a/charts/hg612-exporter/README.md +++ b/charts/hg612-exporter/README.md @@ -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 diff --git a/charts/hg612-exporter/README_CHANGELOG.md.gotmpl b/charts/hg612-exporter/README_CHANGELOG.md.gotmpl index bcbb231..3ee8c14 100644 --- a/charts/hg612-exporter/README_CHANGELOG.md.gotmpl +++ b/charts/hg612-exporter/README_CHANGELOG.md.gotmpl @@ -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 diff --git a/charts/hg612-exporter/templates/common.yaml b/charts/hg612-exporter/templates/common.yaml index dc74520..41287f1 100644 --- a/charts/hg612-exporter/templates/common.yaml +++ b/charts/hg612-exporter/templates/common.yaml @@ -3,7 +3,6 @@ {{/* Append the hardcoded settings */}} {{- define "hg612-exporter.harcodedValues" -}} -command: ./app args: - "--host={{ .Values.modem.host }}" - "--identifier={{ .Values.modem.identifier }}"