Skip to content

Commit 19050c4

Browse files
committed
rename repo from stackstorm-ha -> stackstorm-k8s
1 parent e601454 commit 19050c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA e
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)