Skip to content

Commit 90125d6

Browse files
authored
Merge pull request #326 from Accenture/fix-charts-directory
FIX: move helm charts one directory up
2 parents b2077a5 + dffab11 commit 90125d6

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

deployment/helm/reactive-interaction-gateway/README.md renamed to deployment/reactive-interaction-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactive-interaction-gateway
22

3-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square)
3+
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 3.0.0-alpha.1](https://img.shields.io/badge/AppVersion-3.0.0-alpha.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

docs/rig-dev-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To have the project use a newer Elixir version, make sure to change the followin
4343
## Releasing a new version
4444

4545
- Increment `rig` version in the [version](../version) file
46-
- Increment `appVersion` in the [Helm v2 Chart.yaml](../deployment/helm2/reactive-interaction-gateway/Chart.yaml) and [Helm v3 Chart.yaml](../deployment/helm3/reactive-interaction-gateway/Chart.yaml) files
46+
- Increment `appVersion` in the [Helm v2 Chart.yaml](../deployment/reactive-interaction-gateway/Chart.yaml) and [Helm v3 Chart.yaml](../deployment/reactive-interaction-gateway/Chart.yaml) files
4747
- Update Helm chart README files: install [helm-docs](https://github.com/norwoodj/helm-docs) and run `helm-docs` in the root directory
4848
- Increment image tag in the [Kubernetes rig.yaml](../deployment/kubectl/rig.yaml) file
4949
- In [CHANGELOG.md](../CHANGELOG.md), rename `[Unreleased]` and add a corresponding link to the bottom of the file

0 commit comments

Comments
 (0)