Skip to content

Commit 0e658cc

Browse files
authored
Merge pull request #66 from StackStorm/st2web-annotations
Move st2web.annotations into st2web.service
2 parents 0ca3c2a + eaf7a65 commit 0e658cc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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

Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
# Update StackStorm version here to rely on other Docker images tags
33
appVersion: 3.0dev
44
name: stackstorm-ha
5-
version: 0.11.0
5+
version: 0.12.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/#product
88
icon: https://avatars1.githubusercontent.com/u/4969009

templates/services.yaml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)