File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33## In Development
44
55
6+ ## v0.7.1
7+ * Fix st2web re-deployment is not triggered when updating SSL cert (#33 )
8+
69## v0.7.0
710* Add new Helm ` st2.keyvalue ` to import data into st2 K/V storage (#30 )
811* Include new st2 component ` st2scheduler ` , introduced since st2 ` v3.0 ` (#32 )
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.7.0
5+ version : 0.7.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 @@ -338,6 +338,8 @@ spec:
338338 chart : {{ .Chart.Name }}-{{ .Chart.Version }}
339339 release : {{ .Release.Name }}
340340 heritage : {{ .Release.Service }}
341+ annotations :
342+ checksum/ssl : {{ include (print $.Template.BasePath "/secrets_st2web.yaml") . | sha256sum }}
341343 spec :
342344 {{- if .Values.enterprise.enabled }}
343345 imagePullSecrets :
You can’t perform that action at this time.
0 commit comments