File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
## In Development
4
4
5
5
6
+ ## v0.7.1
7
+ * Fix st2web re-deployment is not triggered when updating SSL cert (#33 )
8
+
6
9
## v0.7.0
7
10
* Add new Helm ` st2.keyvalue ` to import data into st2 K/V storage (#30 )
8
11
* 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
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.7.0
5
+ version : 0.7.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 @@ -338,6 +338,8 @@ spec:
338
338
chart : {{ .Chart.Name }}-{{ .Chart.Version }}
339
339
release : {{ .Release.Name }}
340
340
heritage : {{ .Release.Service }}
341
+ annotations :
342
+ checksum/ssl : {{ include (print $.Template.BasePath "/secrets_st2web.yaml") . | sha256sum }}
341
343
spec :
342
344
{{- if .Values.enterprise.enabled }}
343
345
imagePullSecrets :
You can’t perform that action at this time.
0 commit comments