File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22
33## In Development
44
5+ ## v0.12.0
6+ * Move ` st2web.annotations ` to ` st2web.service.annotations ` to match ` values.yaml ` (#66 )
7+
58## v0.11.0
69* Add st2chatops support (@mosn , @rapittdev ) (#55 )
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.11 .0
5+ version : 0.12 .0
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 @@ -83,8 +83,8 @@ metadata:
8383 {{- if .Values.st2web.service.hostname }}
8484 external-dns.alpha.kubernetes.io/hostname : {{ .Values.st2web.service.hostname | quote }}
8585 {{- 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 }}
8888{{- end }}
8989 labels :
9090 app : st2web
You can’t perform that action at this time.
0 commit comments