File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## In Development
4
4
5
+ ## v0.8.1
6
+ * Ensure st2sensorcontainer is re-deployed on ` st2.packs.configs ` change (#37 )
7
+
5
8
## v0.8.0
6
9
* Add ability to specify service type for st2web (#35 )
7
10
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
# Update StackStorm version here to rely on other Docker images tags
3
3
appVersion : 3.0dev
4
4
name : stackstorm-ha
5
- version : 0.8.0
5
+ version : 0.8.1
6
6
description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
7
7
home : https://stackstorm.com/#product
8
8
icon : https://avatars1.githubusercontent.com/u/4969009
Original file line number Diff line number Diff line change @@ -817,6 +817,7 @@ spec:
817
817
heritage : {{ .Release.Service }}
818
818
annotations :
819
819
checksum/config : {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}
820
+ checksum/packs : {{ include (print $.Template.BasePath "/configmaps_packs.yaml") . | sha256sum }}
820
821
spec :
821
822
{{- if .Values.enterprise.enabled }}
822
823
imagePullSecrets :
You can’t perform that action at this time.
0 commit comments