File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33## In Development
44* Implemented initContainers to wait for DB/MQ to be available for St2 Pods (#178 )
55* Add option to define config.js for st2web (#165 ) (by @moonrail )
6+ * Removed enterprise flags to enable rbac (#182 by @hnanchahal )
67
78## v0.51.0
89* Added Redis with Sentinel to replace etcd as a coordination backend (#169 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22# StackStorm version which refers to Docker images tag
33appVersion : 3.4dev
44name : stackstorm-ha
5- version : 0.51 .0
5+ version : 0.52 .0
66description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77home : https://stackstorm.com/
88icon : https://landscape.cncf.io/logos/stack-storm.svg
Original file line number Diff line number Diff line change 33{ {- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix " -" -} }
44{ {- end -} }
55
6- # Generate support method used in labels. This is based on community/enterprise
6+ # Generate support method used in labels. This is based on community
77{ {- define " supportMethod" -} }
88community
99{ {- end } }
You can’t perform that action at this time.
0 commit comments