Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 3b0aafa

Browse files
committed
Update of readme
Signed-off-by: Johannes <[email protected]>
1 parent dbec530 commit 3b0aafa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please always double-check the version of Keptn you are using compared to the ve
3737
| 0.8.0-alpha | keptncontrib/prometheus-service:0.4.0-alpha |
3838
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
3939
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |
40-
40+
| 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |
4141

4242
## Setup Prometheus Monitoring
4343

@@ -78,7 +78,7 @@ Some environment variables have to set up in the prometheus-service deployment
7878
7979
* Download the Keptn's Prometheus service manifest
8080
```bash
81-
wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.5.0/deploy/service.yaml
81+
wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.0/deploy/service.yaml
8282
```
8383

8484
* Replace the environment variable value according to the use case and apply the manifest
@@ -88,7 +88,7 @@ kubectl apply -f service.yaml
8888

8989
* Install Role and Rolebinding to permit Keptn's prometheus-service for performing operations in the Prometheus installed namespace.
9090
```bash
91-
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.4.0/deploy/role.yaml -n <PROMETHEUS_NS>
91+
kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6.0/deploy/role.yaml -n <PROMETHEUS_NS>
9292
```
9393

9494
* Execute the following command to install Prometheus and set up the rules for the *Prometheus Alerting Manager*:

deploy/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
fieldRef:
177177
fieldPath: metadata.namespace
178178
- name: distributor
179-
image: keptn/distributor:0.8.2
179+
image: keptn/distributor:0.8.3
180180
ports:
181181
- containerPort: 8080
182182
resources:

0 commit comments

Comments
 (0)