Skip to content

Commit

Permalink
Merge pull request #298 from StackStorm/bump-0.90.0
Browse files Browse the repository at this point in the history
bump to v0.90.0
  • Loading branch information
cognifloyd committed Apr 1, 2022
2 parents 5060b0f + 19050c4 commit 6698db7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## In Development

## v0.90.0
* 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)
* Prefix template helpers with chart name and format helper comments as template comments. (#272) (by @cognifloyd)
* 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)
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
# StackStorm version which refers to Docker images tag
appVersion: "3.6"
name: stackstorm-ha
version: 0.80.0
version: 0.90.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/
icon: https://landscape.cncf.io/logos/stack-storm.svg
source:
- https://github.com/stackstorm/stackstorm-ha
- https://github.com/stackstorm/stackstorm-k8s
keywords:
- st2
- stackstorm
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ Please refer to stackstorm-ha's default values.yaml file for examples.

## Extending this chart
If you have any suggestions or ideas about how to extend this chart functionality,
we welcome you to collaborate in [Issues](https://github.com/stackstorm/stackstorm-ha/issues)
and contribute via [Pull Requests](https://github.com/stackstorm/stackstorm-ha/pulls).
we welcome you to collaborate in [Issues](https://github.com/stackstorm/stackstorm-k8s/issues)
and contribute via [Pull Requests](https://github.com/stackstorm/stackstorm-k8s/pulls).
However if you need something very custom and specific to your infra that doesn't fit official chart plans,
we strongly recommend you to create a parent Helm chart with custom K8s objects and referencing `stackstorm-ha` chart
as a child dependency.
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ st2:
# Custom pack configs and image settings.
#
# By default, system packs are available. By default, however, `st2 pack install` cannot be run in the k8s cluster,
# so you will need to bake additional packs into an 'st2packs' image. Please see github.com/stackstorm/stackstorm-ha/README.md
# so you will need to bake additional packs into an 'st2packs' image. Please see github.com/stackstorm/stackstorm-k8s/README.md
# for details on how to build this image.
# To change this default, and use persistent/shared/writable storage that is available in your cluster, you need to
# enable st2.packs.volumes below, adding volume definitions customized for use your cluster's storage provider.
Expand Down

0 comments on commit 6698db7

Please sign in to comment.