Skip to content

Commit

Permalink
Merge pull request #66 from StackStorm/st2web-annotations
Browse files Browse the repository at this point in the history
Move st2web.annotations into st2web.service
  • Loading branch information
warrenvw authored Apr 25, 2019
2 parents 0ca3c2a + eaf7a65 commit 0e658cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## In Development

## v0.12.0
* Move `st2web.annotations` to `st2web.service.annotations` to match `values.yaml` (#66)

## v0.11.0
* Add st2chatops support (@mosn, @rapittdev) (#55)

Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
# Update StackStorm version here to rely on other Docker images tags
appVersion: 3.0dev
name: stackstorm-ha
version: 0.11.0
version: 0.12.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/#product
icon: https://avatars1.githubusercontent.com/u/4969009
Expand Down
4 changes: 2 additions & 2 deletions templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ metadata:
{{- if .Values.st2web.service.hostname }}
external-dns.alpha.kubernetes.io/hostname: {{ .Values.st2web.service.hostname | quote }}
{{- end }}
{{- if .Values.st2web.annotations }}
{{ toYaml .Values.st2web.annotations | indent 4 }}
{{- if .Values.st2web.service.annotations }}
{{ toYaml .Values.st2web.service.annotations | indent 4 }}
{{- end }}
labels:
app: st2web
Expand Down

0 comments on commit 0e658cc

Please sign in to comment.