Skip to content

Commit 195fef6

Browse files
authored
Merge pull request #38 from StackStorm/checksum-packs
Add checksum/packs annotation to a few services
2 parents afc760a + 4f69efd commit 195fef6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## In Development
44

5+
## v0.8.1
6+
* Ensure st2sensorcontainer is re-deployed on `st2.packs.configs` change (#37)
7+
58
## v0.8.0
69
* Add ability to specify service type for st2web (#35)
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.8.0
5+
version: 0.8.1
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/deployments.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ spec:
817817
heritage: {{ .Release.Service }}
818818
annotations:
819819
checksum/config: {{ include (print $.Template.BasePath "/configmaps_st2-conf.yaml") . | sha256sum }}
820+
checksum/packs: {{ include (print $.Template.BasePath "/configmaps_packs.yaml") . | sha256sum }}
820821
spec:
821822
{{- if .Values.enterprise.enabled }}
822823
imagePullSecrets:

0 commit comments

Comments
 (0)