Skip to content

Commit 6698db7

Browse files
authored
Merge pull request #298 from StackStorm/bump-0.90.0
bump to v0.90.0
2 parents 5060b0f + 19050c4 commit 6698db7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## In Development
4+
5+
## v0.90.0
46
* Advanced Feature: Make securityContext (on Deployments/Jobs) and podSecurityContext (on Pods) configurable. This allows dropping all capabilities, for example. You can override the securityContext for `st2actionrunner`, `st2sensorcontainer`, and `st2client` if your actions or sensors need, for example, additional capabilites that the rest of StackStorm does not need. (#271) (by @cognifloyd)
57
* Prefix template helpers with chart name and format helper comments as template comments. (#272) (by @cognifloyd)
68
* New feature: Add `extra_volumes` to all python-based st2 deployments. This can facilitate changing log levels by loading logging conf file(s) from a custom ConfigMap. (#276) (by @cognifloyd)

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
# StackStorm version which refers to Docker images tag
33
appVersion: "3.6"
44
name: stackstorm-ha
5-
version: 0.80.0
5+
version: 0.90.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/
88
icon: https://landscape.cncf.io/logos/stack-storm.svg
99
source:
10-
- https://github.com/stackstorm/stackstorm-ha
10+
- https://github.com/stackstorm/stackstorm-k8s
1111
keywords:
1212
- st2
1313
- stackstorm

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ Please refer to stackstorm-ha's default values.yaml file for examples.
357357

358358
## Extending this chart
359359
If you have any suggestions or ideas about how to extend this chart functionality,
360-
we welcome you to collaborate in [Issues](https://github.com/stackstorm/stackstorm-ha/issues)
361-
and contribute via [Pull Requests](https://github.com/stackstorm/stackstorm-ha/pulls).
360+
we welcome you to collaborate in [Issues](https://github.com/stackstorm/stackstorm-k8s/issues)
361+
and contribute via [Pull Requests](https://github.com/stackstorm/stackstorm-k8s/pulls).
362362
However if you need something very custom and specific to your infra that doesn't fit official chart plans,
363363
we strongly recommend you to create a parent Helm chart with custom K8s objects and referencing `stackstorm-ha` chart
364364
as a child dependency.

values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ st2:
7878
# Custom pack configs and image settings.
7979
#
8080
# By default, system packs are available. By default, however, `st2 pack install` cannot be run in the k8s cluster,
81-
# so you will need to bake additional packs into an 'st2packs' image. Please see github.com/stackstorm/stackstorm-ha/README.md
81+
# so you will need to bake additional packs into an 'st2packs' image. Please see github.com/stackstorm/stackstorm-k8s/README.md
8282
# for details on how to build this image.
8383
# To change this default, and use persistent/shared/writable storage that is available in your cluster, you need to
8484
# enable st2.packs.volumes below, adding volume definitions customized for use your cluster's storage provider.

0 commit comments

Comments
 (0)