Skip to content

Commit

Permalink
rename repo from stackstorm-ha -> stackstorm-k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Apr 1, 2022
1 parent e601454 commit 19050c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA e
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 19050c4

Please sign in to comment.