File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## In Development
4- * Add ability of templating on ` st2.keyvalue ` in Helm Values (#108 )
4+
5+ ## v0.24.0
6+ * Fix st2web ingress to use ` / ` path by default instead of ` /* ` , useful for nginx ingress controller (#103 ) (by @erenatas )
7+ * Add ability of templating on ` st2.keyvalue ` in Helm Values (#108 ) (by @erenatas )
8+ * Update Ingress documentation in Helm values (#105 ) (by @AngryDeveloper )
59
610## v0.23.0
711* Add support for latest K8s version ` 1.16 ` , update e2e CI
1216* Remove local 'docker-registry' dependency for hosting custom packs in-cluster that doesn't fit prod expectations (#88 )
1317
1418## v0.21.0
15- * Change etcd dependency from incubator/etcd to stable/etcd-operator (#81 )
19+ * Change etcd dependency from incubator/etcd to stable/etcd-operator (#81 ) (by @ trstruth )
1620
1721## v0.20.0
18- * Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79 )
22+ * Add option to disable MongoDB and RabbitMQ in-cluster deployment and configuration (#79 ) (by @ trstruth )
1923* Compose multi-node connection string for MongoDB cluster instead of using loadbalancer single host (#80 )
2024
2125## v0.19.0
3741* Pin st2 version to ` v3.1dev ` as a new latest development version (#67 )
3842
3943## v0.13.0
40- * Mongodb authentication is enabled by default (#63 )
44+ * Mongodb authentication is enabled by default (#63 ) (by @ Lomonosow )
4145
4246## v0.12.0
4347* Move ` st2web.annotations ` to ` st2web.service.annotations ` to match ` values.yaml ` (#66 )
4448
4549## v0.11.0
46- * Add st2chatops support (@mosn , @rapittdev ) ( # 55 )
50+ * Add st2chatops support (# 55 ) (by @mosn , @rapittdev )
4751
4852## v0.10.0
4953* Bump versions of all dependencies (#50 )
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.2dev
44name : stackstorm-ha
5- version : 0.23 .0
5+ version : 0.24 .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 114114 # scope: st2kv.system
115115 # secret: false
116116 # encrypted: false
117+ # # Note that Helm templating is supported in this block!
117118 # value: "{{ .Release.Name }}"
118119 # Import a list of ST2 API Keys (https://docs.stackstorm.com/authentication.html#api-key-migration)
119120 apikeys :
@@ -343,6 +344,7 @@ st2chatops:
343344 image : {}
344345 # repository: stackstorm
345346 # name: st2chatops
347+ # # Note that Helm templating is supported in this block!
346348 # tag: "{{ .Chart.AppVersion }}"
347349 # pullPolicy: Always
348350 # Tested requested resource consumption for st2chatops & hubot in normal mode
You can’t perform that action at this time.
0 commit comments