Skip to content

Commit 7c7c868

Browse files
author
Thomas Schuetz
committed
Changed Documentation
1 parent edb4dbc commit 7c7c868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ keptn-on-k3s comes with [cert-manager](https://cert-manager.io/). By default, a
4949
## Usage (Autodetect IP, need hostname -I):
5050
```
5151
# For the brave, with Prometheus-Service and SLI Provider
52-
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0/install-keptn-on-k3s.sh | bash -s - --with-prometheus
52+
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1/install-keptn-on-k3s.sh | bash -s - --with-prometheus
5353
```
5454

5555
## Usage (GCP Instance):
5656
```
57-
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0/install-keptn-on-k3s.sh | bash -s - --provider gcp
57+
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1/install-keptn-on-k3s.sh | bash -s - --provider gcp
5858
```
5959

6060
## Usage (EC2 Instance with Dynatrace & JMeter):
@@ -64,11 +64,11 @@ FYI: For enabling Dynatrace support you must first export DT_TENANT & DT_API_TOK
6464
```
6565
export DT_TENANT=abc12345.live.dynatrace.com
6666
export DT_API_TOKEN=YOURTOKEN
67-
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0/install-keptn-on-k3s.sh | bash -s - --provider aws --with-dynatrace --with-jmeter
67+
curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1/install-keptn-on-k3s.sh | bash -s - --provider aws --with-dynatrace --with-jmeter
6868
```
6969

7070
## Usage (Custom IP):
71-
```curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0/install-keptn-on-k3s.sh | bash -s - --ip <IP>```
71+
```curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1/install-keptn-on-k3s.sh | bash -s - --ip <IP>```
7272

7373
## Cleanup
7474
``` k3s-uninstall.sh ```

0 commit comments

Comments
 (0)