Skip to content

Commit dffab11

Browse files
committed
move helm charts one directory up
1 parent b2077a5 commit dffab11

File tree

22 files changed

+6
-6
lines changed

22 files changed

+6
-6
lines changed

.github/workflows/release-helm-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
env:
2424
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2525
with:
26-
charts_dir: deployment/helm
26+
charts_dir: deployment

ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See https://github.com/helm/chart-testing#configuration
22
remote: origin
33
chart-dirs:
4-
- deployment/helm
4+
- deployment
55
debug: true

deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ helm install rig accenture/reactive-interaction-gateway
1010
helm install --name=rig accenture/reactive-interaction-gateway-helm-v2
1111
```
1212

13-
Check out the [Helm v2 README](helm/reactive-interaction-gateway-helm-v2/README.md) or [Helm v3 README](./helm/reactive-interaction-gateway/README.md) and [Operator's Guide](https://accenture.github.io/reactive-interaction-gateway/docs/rig-ops-guide.html) for more information on configuring RIG.
13+
Check out the [Helm v2 README](./reactive-interaction-gateway-helm-v2/README.md) or [Helm v3 README](./reactive-interaction-gateway/README.md) and [Operator's Guide](https://accenture.github.io/reactive-interaction-gateway/docs/rig-ops-guide.html) for more information on configuring RIG.
1414

1515
## Deploy with kubectl
1616

@@ -70,7 +70,7 @@ Nodes in Erlang cluster use cookies as a form of authorization/authentication be
7070

7171
#### Additional configuration
7272

73-
You can configure bunch of environment variables, please check the [Helm v2 README](helm/reactive-interaction-gateway-helm-v2/README.md) or [Helm v3 README](./helm/reactive-interaction-gateway/README.md) and [Operator's Guide](https://accenture.github.io/reactive-interaction-gateway/docs/rig-ops-guide.html).
73+
You can configure bunch of environment variables, please check the [Helm v2 README](./reactive-interaction-gateway-helm-v2/README.md) or [Helm v3 README](./reactive-interaction-gateway/README.md) and [Operator's Guide](https://accenture.github.io/reactive-interaction-gateway/docs/rig-ops-guide.html).
7474

7575
## Cleanup
7676

File renamed without changes.

0 commit comments

Comments
 (0)