diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd9a62..78e27a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ log is based on the [Keep a CHANGELOG](http://keepachangelog.com/) project. ## Unreleased +## [0.13.0] + ## Updated - increase security context for kubernetes helm chart deployment [#102](https://github.com/Comcast/fishymetrics/issues/102) diff --git a/helm/fishymetrics/Chart.yaml b/helm/fishymetrics/Chart.yaml index c7a61f9..9fa98bd 100644 --- a/helm/fishymetrics/Chart.yaml +++ b/helm/fishymetrics/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 0.12.1 +appVersion: 0.13.0 description: A Helm chart for a General Purpose Chassis Monitoring Exporter using the redfish API maintainers: - email: derrick.dacosta@protonmail.com diff --git a/helm/fishymetrics/values.yaml b/helm/fishymetrics/values.yaml index a7b2f7d..32219a1 100644 --- a/helm/fishymetrics/values.yaml +++ b/helm/fishymetrics/values.yaml @@ -1,6 +1,6 @@ image: repo: comcast/fishymetrics - tag: 0.12.1 + tag: 0.13.0 pullPolicy: IfNotPresent replicas: 1