Skip to content

Commit 2bcb9ac

Browse files
committed
make github pages url lower-case again - not a helm error
1 parent 45ff62b commit 2bcb9ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- Publish Helm Chart to Github pages. With this change, we can simply install the chart using
2727

2828
```shell
29-
helm repo add accenture https://Accenture.github.io/reactive-interaction-gateway
29+
helm repo add accenture https://accenture.github.io/reactive-interaction-gateway
3030
helm install rig accenture/reactive-interaction-gateway
3131
```
3232

deployment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The easiest way to deploy RIG is using Helm:
44

55
```shell
6-
helm repo add accenture https://Accenture.github.io/reactive-interaction-gateway
6+
helm repo add accenture https://accenture.github.io/reactive-interaction-gateway
77
# Helm v3
88
helm install rig accenture/reactive-interaction-gateway
99
# Helm v2

docs/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Even though it's possible to run RIG anywhere, we recommend to use Kubernetes.
2020
kubectl scale deployment/reactive-interaction-gateway --replicas 3
2121

2222
# Start right away with 3 nodes using Helm template -- (assuming you are in the deployment directory)
23-
helm repo add accenture https://Accenture.github.io/reactive-interaction-gateway
23+
helm repo add accenture https://accenture.github.io/reactive-interaction-gateway
2424
# Helm v3
2525
helm install --set replicaCount=3 rig accenture/reactive-interaction-gateway
2626
# Helm v2

0 commit comments

Comments
 (0)