diff --git a/CHANGELOG.md b/CHANGELOG.md index 927d5f9..6cd92cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.3](https://github.com/bergerx/tillerless-helm-release-exporter/compare/v0.2.2...v0.2.3) (2020-04-22) + + +### Bug Fixes + +* **template:** periodSeconds was in wrong scope ([cc1fa73](https://github.com/bergerx/tillerless-helm-release-exporter/commit/cc1fa732c16ed84be54ea5bfca7e8ff57180e7cc)) + ## [0.2.2](https://github.com/bergerx/tillerless-helm-release-exporter/compare/v0.2.1...v0.2.2) (2019-12-17) diff --git a/charts/tillerless-helm-release-exporter/Chart.yaml b/charts/tillerless-helm-release-exporter/Chart.yaml index 2c24df8..3ef95c6 100644 --- a/charts/tillerless-helm-release-exporter/Chart.yaml +++ b/charts/tillerless-helm-release-exporter/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Helm exporter which collects information directly from storage backend without tiller. name: tillerless-helm-release-exporter -version: 0.2.2 -appVersion: 0.2.2 +version: 0.2.3 +appVersion: 0.2.3 home: https://github.com/bergerx/tillerless-helm-release-exporter maintainers: - name: bergerx