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