File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## In Development
4
- * Added resources requests cpu/memory values for St2 Pods (#179 )
5
- * Implemented initContainers to wait for DB/MQ to be available for St2 Pods (#178 )
4
+
5
+
6
+ ## v0.52.0
7
+ * Improve resource allocation and scheduling by adding resources requests cpu/memory values for st2 Pods (#179 )
8
+ * Avoid cluster restart loop situations by making st2 Pod initContainers to wait for DB/MQ connection (#178 )
6
9
* Add option to define config.js for st2web (#165 ) (by @moonrail )
7
10
8
11
## v0.51.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
# StackStorm version which refers to Docker images tag
3
3
appVersion : 3.4dev
4
4
name : stackstorm-ha
5
- version : 0.51 .0
5
+ version : 0.52 .0
6
6
description : StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
7
7
home : https://stackstorm.com/
8
8
icon : https://landscape.cncf.io/logos/stack-storm.svg
You can’t perform that action at this time.
0 commit comments