diff --git a/CHANGELOG.md b/CHANGELOG.md index 73791ace..971aac49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Chart.yaml b/Chart.yaml index 65538aee..80efa630 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/templates/services.yaml b/templates/services.yaml index ac021ab8..b3eaa099 100644 --- a/templates/services.yaml +++ b/templates/services.yaml @@ -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