Skip to content
Commits on Source (2)
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.1.3](https://dev.solidev.net/solidev/stripmonitor/compare/v0.1.2...v0.1.3) (2021-12-06)
### Bug Fixes
* **helm:** fix syntax error in deployment ([4153ff2](https://dev.solidev.net/solidev/stripmonitor/commit/4153ff233b9d6097cd986f1bebb638e832a041a0))
### [0.1.2](https://dev.solidev.net/solidev/stripmonitor/compare/v0.1.1...v0.1.2) (2021-12-06)
......
0.1.2
\ No newline at end of file
0.1.3
\ No newline at end of file
......@@ -2,5 +2,5 @@ apiVersion: v2
name: stripmonitor
description: StripMonitor Helm chart
type: application
version: 0.1.2
appVersion: 0.1.2
version: 0.1.3
appVersion: 0.1.3
......@@ -38,7 +38,7 @@ spec:
- mountPath: /etc/stripmonitor.yaml
name: stripmonitor-config
subPath: stripmonitor.yaml
args: ["serve""]
args: ["serve"]
ports:
- name: http
containerPort: 80
......