File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## In Development
4
4
5
+ ## v0.12.0
6
+ * Move ` st2web.annotations ` to ` st2web.service.annotations ` to match ` values.yaml ` (#66 )
7
+
5
8
## v0.11.0
6
9
* Add st2chatops support (@mosn , @rapittdev ) (#55 )
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.11 .0
5
+ version : 0.12 .0
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 @@ -83,8 +83,8 @@ metadata:
83
83
{{- if .Values.st2web.service.hostname }}
84
84
external-dns.alpha.kubernetes.io/hostname : {{ .Values.st2web.service.hostname | quote }}
85
85
{{- end }}
86
- {{- if .Values.st2web.annotations }}
87
- {{ toYaml .Values.st2web.annotations | indent 4 }}
86
+ {{- if .Values.st2web.service. annotations }}
87
+ {{ toYaml .Values.st2web.service. annotations | indent 4 }}
88
88
{{- end }}
89
89
labels :
90
90
app : st2web
You can’t perform that action at this time.
0 commit comments